Advertisement
Legt_Gaming1

Untitled

Mar 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 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. Gold:
  13. default: false
  14. permissions:
  15. - essentials.kits.Gold
  16. inheritance: []
  17. info:
  18. build: false
  19. prefix: '&e&lGold&r &f'
  20. suffix: ''
  21. Owner:
  22. default: false
  23. permissions:
  24. - -vanish.*
  25. - '*'
  26. inheritance:
  27. - admin
  28. info:
  29. '&4&lOWNER': '&r'
  30. build: true
  31. prefix: '&4&lOWNER &r'
  32. suffix: ''
  33. Builder:
  34. default: false
  35. permissions: []
  36. inheritance:
  37. - default
  38. - g:essentials_builder
  39. - g:towny_builder
  40. info:
  41. build: true
  42. prefix: '&2'
  43. suffix: ''
  44. Diamond:
  45. default: false
  46. permissions:
  47. - essentials.kits.Diamond
  48. inheritance: []
  49. info:
  50. build: false
  51. prefix: '&b&lDiamond&r &f'
  52. suffix: ''
  53. Iron:
  54. default: false
  55. permissions:
  56. - essentials.kits.Iron
  57. inheritance: []
  58. info:
  59. build: false
  60. prefix: '&7&lIron&r &f'
  61. suffix: ''
  62. Admin:
  63. default: false
  64. permissions: []
  65. inheritance:
  66. - moderator
  67. - g:groupmanager_admin
  68. - g:bukkit_admin
  69. - g:essentials_admin
  70. - g:towny_admin
  71. - g:vanish_admin
  72. info:
  73. build: true
  74. prefix: '&e&lADMIN&r &f'
  75. suffix: ''
  76. Default:
  77. default: true
  78. permissions:
  79. - -bukkit.command.kill
  80. inheritance:
  81. - g:groupmanager_default
  82. - g:bukkit_default
  83. - g:essentials_default
  84. - g:towny_default
  85. info:
  86. build: false
  87. prefix: '&e'
  88. suffix: ''
  89. Adventurer:
  90. default: false
  91. permissions: []
  92. inheritance: []
  93. info:
  94. build: false
  95. prefix: '&6Adventurer&r &f'
  96. suffix: ''
  97. Co-Owner:
  98. default: false
  99. permissions: []
  100. inheritance: []
  101. info:
  102. build: false
  103. prefix: '&4&lCO-OWNER &r'
  104. suffix: ''
  105. Helper:
  106. default: false
  107. permissions: []
  108. inheritance: []
  109. info:
  110. build: false
  111. prefix: ''
  112. suffix: ''
  113. Moderator:
  114. default: false
  115. permissions: []
  116. inheritance: []
  117. info:
  118. build: false
  119. prefix: ''
  120. suffix: ''
  121. Administrator:
  122. default: false
  123. permissions: []
  124. inheritance: []
  125. info:
  126. build: false
  127. prefix: ''
  128. suffix: ''
  129. Emerald:
  130. default: false
  131. permissions:
  132. - essentials.kits.Emerald
  133. - permission
  134. inheritance: []
  135. info:
  136. build: false
  137. prefix: '&a&lEmerald&r &f'
  138. suffix: ''
  139. Coal:
  140. default: false
  141. permissions:
  142. - essentials.kits.Coal
  143. inheritance: []
  144. info:
  145. build: false
  146. prefix: '&8&lCoal&r &f'
  147. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement