Advertisement
Guest User

Untitled

a guest
Jan 6th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 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. Default:
  13. default: true
  14. inheritance:
  15. - g:basic
  16. - g:multiverse_access
  17. info:
  18. prefix: '&f&l[&8Peasant&f&l]&7'
  19. build: false
  20. suffix: ''
  21. Rookie:
  22. default: false
  23. inheritance:
  24. - g:basic
  25. - g:multiverse_access
  26. info:
  27. prefix: '&6&l[&7&lRookie&6&l]&f'
  28. build: false
  29. suffix: ''
  30. Pro:
  31. default: false
  32. inheritance:
  33. - g:basic
  34. - g:multiverse_access
  35. info:
  36. prefix: '&f&l[&2&lPro&f&l]&7&l'
  37. build: false
  38. suffix: ''
  39. Veteran:
  40. default: false
  41. inheritance:
  42. - g:basic
  43. - g:multiverse_access
  44. info:
  45. prefix: '&1&l[&3&lVeteran&1&l]&3&l'
  46. build: false
  47. suffix: ''
  48. Master:
  49. default: false
  50. inheritance:
  51. - g:basic
  52. - g:multiverse_access
  53. info:
  54. prefix: '&8&l[&6&lMaster&8&l]&b&l'
  55. build: false
  56. suffix: ''
  57. Maniak:
  58. default: false
  59. inheritance:
  60. - g:basic
  61. - g:multiverse_access
  62. info:
  63. prefix: '&7&l[&5&lManiak&7&l]&6&l'
  64. build: false
  65. suffix: ''
  66. Owner:
  67. default: false
  68. permissions:
  69. - '*'
  70. inheritance:
  71. - g:basic
  72. - Builder
  73. info:
  74. prefix: '&0&l[&4&lOwner&0&l]&7&l'
  75. build: true
  76. suffix: ''
  77. Builder:
  78. default: false
  79. inheritance:
  80. - g:basic
  81. - g:basic_builder
  82. - g:multiverse_access
  83. info:
  84. prefix: '&f&l[&e&lBuilder&f&l]&a&l'
  85. build: true
  86. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement