Permission-Attachment
Defines temporary permission groups for Player Delegate.
Permission-Attachment:
ticks: 0
Permissions:
GAMEMODE:
- bukkit.command.gamemode
- essentials.gamemode.survival
- essentials.gamemode.creativeticks sets how long (in server ticks) the permission attachment persists after a delegated command dispatch (default changed from 1 to 0 in 3.2.0; 0 = removed immediately after dispatch). A positive value schedules removal after that many server ticks; 0 or a negative value removes it immediately. If command dispatch fails, throws an exception, or removal-scheduling fails, the attachment is removed immediately.
Each key under Permissions is passed as the second argument to /playerdelegate. Tab completion for the permission-key argument only suggests actually configured group keys.
Treat every permission group as security-sensitive. Only grant the minimum nodes needed for the delegated command.
Last updated
Was this helpful?