Advertisement
Guest User

YML Groups

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