Advertisement
Guest User

Untitled

a guest
Jan 7th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 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. HeadAdmin.:
  13. default: false
  14. permissions: []
  15. inheritance: []
  16. info:
  17. prefix: ''
  18. build: false
  19. suffix: ''
  20. Default:
  21. default: true
  22. permissions:
  23. - -essentials.warp.Lounge
  24. - essentials.afk
  25. - essentials.spawn
  26. - multiverse.portal.access.*
  27. - plotme.use.add
  28. - plotme.use.auction
  29. - plotme.use.auto
  30. - plotme.use.bid
  31. - plotme.use.biome
  32. - plotme.use.buy
  33. - plotme.use.claim
  34. - plotme.use.clear
  35. - plotme.use.comment
  36. - plotme.use.comments
  37. - plotme.use.deny
  38. - plotme.use.dispose
  39. - plotme.use.done
  40. - plotme.use.home
  41. - plotme.use.info
  42. - plotme.use.list
  43. - plotme.use.protect
  44. - plotme.use.remove
  45. - plotme.use.sell
  46. - plotme.use.undeny
  47. inheritance: []
  48. info:
  49. prefix: '[Default]'
  50. build: true
  51. suffix: ''
  52. VIP:
  53. default: false
  54. permissions:
  55. - essentials.warp.Lounge
  56. - Group.VIP
  57. inheritance:
  58. - default
  59. info:
  60. prefix: '&6[VIP]'
  61. build: true
  62. suffix: '&&5'
  63. Owner:
  64. default: false
  65. permissions:
  66. - '*'
  67. - Group.Owner
  68. inheritance: []
  69. info:
  70. prefix: '&4[OWNER]'
  71. build: true
  72. suffix: '&2'
  73. Mod:
  74. default: false
  75. permissions:
  76. - '*'
  77. - Group.Mod
  78. - -essentials.god
  79. - -essentials.op
  80. - -essentials.gamemode
  81. - -enchanter.enchant
  82. - -worldedit.*
  83. - -groupmanager.*
  84. inheritance: []
  85. info:
  86. prefix: '&3[Mod]'
  87. build: true
  88. suffix: '&6'
  89. Extra:
  90. default: false
  91. permissions:
  92. - Group.Extra
  93. inheritance:
  94. - default
  95. - vip
  96. info:
  97. prefix: '&b[Extra]'
  98. build: false
  99. suffix: '&e'
  100. Co-Owner:
  101. default: false
  102. permissions:
  103. - '*'
  104. - Group.Co-Owner
  105. - -groupmanager.*
  106. - -essentials.op
  107. inheritance: []
  108. info:
  109. prefix: '&c[Co-Owner]&c &b'
  110. build: true
  111. suffix: '&3'
  112. Police:
  113. default: false
  114. permissions:
  115. - essentials.jails
  116. - essentials.kick
  117. - essentials.warp.Lounge
  118. - Group.Police
  119. inheritance:
  120. - default
  121. info:
  122. prefix: '&1[Police]'
  123. build: true
  124. suffix: '&9'
  125. HeadAdmin:
  126. default: false
  127. permissions:
  128. - '*'
  129. - Group.HeadAdmin
  130. - -groupmanager.*
  131. - -essentials.op
  132. inheritance: []
  133. info:
  134. prefix: '&d[HeadAdmin]'
  135. build: true
  136. suffix: '&a'
  137. Admin:
  138. default: false
  139. permissions:
  140. - '*'
  141. - Group.Admin
  142. - -groupmanager.*
  143. - -essentials.op
  144. inheritance:
  145. - police
  146. info:
  147. prefix: '&b[Admin]'
  148. build: true
  149. suffix: '&9'
  150. Super:
  151. default: false
  152. permissions:
  153. - Group.Super
  154. inheritance:
  155. - default
  156. - vip
  157. - extra
  158. info:
  159. prefix: '&a[Super]'
  160. build: false
  161. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement