Advertisement
riking

!! Permissions Example

Aug 16th, 2013
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. permissions:
  2. # Kits
  3. snapd.halfuser:
  4. description: Permissions for sub-normal users of the plugin.
  5. default: true
  6. children:
  7. snapd.cmd: true
  8. snapd.enter: true
  9. snapd.user:
  10. description: Permissions for normal users of the plugin.
  11. default: true
  12. children:
  13. snapd.halfuser: true
  14. snapd.create: true
  15. snapd.admin:
  16. description: Permissions for administrators.
  17. default: op
  18. children:
  19. snapd.user: true
  20. snapd.enter.others: true
  21.  
  22. # Individual permissions
  23. snapd.create:
  24. description: Allows generation of a new dungeon
  25. snapd.enter:
  26. description: Allows entering a dungeon
  27. snapd.enter.others:
  28. description: Allows entering any dungeon, ignoring ownership
  29. snapd.cmd:
  30. description: Permission for the command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement