Permission

Checks if the player has the specified permission.

## condition name, you can set this to anything that is unique
condition1:
  ## condition type (! in front of the condition type negates the condition (for example, type: '!permission'))
  type: permission
  ## the permission that the player needs to have
  permission: 'example.permission'

Last updated