documentation/Permissions

Permissions

The following permissions nodes are available:

  • keep-items.armor: Allows the player to keep their currently equipped armour when they die (this does not cover armour in their inventory).
  • keep-items.level: Allows the player to keep their current level when they die. If the player does not have keep-items.progress, their progress towards the next level will be lost when they die.
  • keep-items.progress: Allows the player to retain their progress towards the next level when they die. (Requires keep-items.level)
  • keep-items.cause.<cause>: Allows the player to keep their items when they are killed by <cause>. (A list of damage causes is available here)
  • keep-items.cause.*: Allows the player to keep their items when they are killed for any reason.
  • keep-items.entity.<type>: Allows the player to keep their items when they are killed by entities of type <type>. (A list of entity types is available here)
  • keep-items.entity.*: Allows the player to keep their items when they are killed by any type of entity.
  • keep-items.item.<id>: Allows the player to keep items with the given item ID.
  • keep-items.item.*: Allows the player to keep all types of item.

Comments

Posts Quoted:
Reply
Clear All Quotes