Advertisement
JaguarJo

fixed groups

May 26th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. New:
  13. default: true
  14. permissions: []
  15. inheritance:
  16. - g:New
  17. info:
  18. prefix: '&7[&4New&7]'
  19. build: true
  20. suffix: ''
  21. Donor:
  22. default: false
  23. permissions: []
  24. inheritance:
  25. - g:Donor
  26. - New
  27. info:
  28. prefix: '&1[&3Donor&3]'
  29. build: true
  30. suffix: ''
  31. Premium:
  32. default: false
  33. permissions: []
  34. inheritance:
  35. - g:Premium
  36. - Donor
  37. - New
  38. info:
  39. prefix: '&6[Premium]&5'
  40. Suffix: ''
  41. Owner:
  42. default: false
  43. info:
  44. prefix: '(&6[&3Owner])'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement