Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. Administrators:
  13. default: false
  14. permissions:
  15. - '*'
  16. - bukkit.command.*
  17. inheritance:
  18. - moderators
  19. info:
  20. prefix: '&a[Owner] '
  21. build: true
  22. suffix: ''
  23. Player:
  24. default: false
  25. permissions: []
  26. inheritance: []
  27. info:
  28. prefix: '&a[Player] '
  29. build: true
  30. suffix: ''
  31. Everyone:
  32. default: true
  33. permissions: []
  34. inheritance: []
  35. info:
  36. prefix: '&f[Guest] '
  37. build: false
  38. suffix: ''
  39. Moderators:
  40. default: false
  41. permissions: []
  42. inheritance:
  43. - player
  44. info:
  45. prefix: '&1[Moderator] '
  46. build: true
  47. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement