Advertisement
Guest User

Untitled

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