For the complete documentation index, see llms.txt. This page is also available as Markdown.

Permission-Attachment

Defines temporary permission groups for Player Delegate.

Permission-Attachment:
  ticks: 0
  Permissions:
    GAMEMODE:
      - bukkit.command.gamemode
      - essentials.gamemode.survival
      - essentials.gamemode.creative

ticks 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.

Last updated

Was this helpful?