TKArchie

Untitled

May 30th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 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. Guest:
  13. default: true
  14. permissions:
  15. - playerheads.canbehead
  16. - playerheads.canloosehead
  17. - modreq.mods
  18. - modreq.request
  19. - modreq.status
  20. - sg.arena.join.*
  21. - sg.arena.vote
  22. - sg.lobby.join
  23. - essentials.balance
  24. - essentials.balance.other
  25. - essentials.balancetop
  26. - essentials.help
  27. - essnetials.ignore
  28. - essentials.msg
  29. - essentials.pay
  30. - factions.kit.fullplayer
  31. inheritance:
  32. info:
  33. prefix: '&9[&bGuest&9]'
  34. build: true
  35. suffix: ''
  36. Chat-Mod:
  37. default: false
  38. permissions:
  39. - essentials.kick
  40. - essentials.mute
  41. - essentials.tp
  42. - essentials.unmute
  43. - essentials.vanish
  44. inheritance:
  45. - guest
  46. info:
  47. prefix: '&9[&bChat-Mod&9]'
  48. build: true
  49. suffix: ''
  50. Admin:
  51. default: false
  52. permissions:
  53. - multiverse.core.tp.*
  54. - arena.admin
  55. - coreprotect.inspect
  56. - coreprotect.lookup
  57. - coreprotect.rollback
  58. - coreprotect.restore
  59. - coreprotect.help
  60. - modreq.check
  61. - modreq.tp-id
  62. - modreq.claim
  63. - modreq.close
  64. - modreq.reopen
  65. - sg.admin
  66. - essentials.*
  67. - -essentials.sudo
  68. - -essentials.weather
  69. - -essentials.setspawn
  70. - -essentials.time.set
  71. - factions.kit.admin
  72. inheritance:
  73. - chat-mod
  74. info:
  75. prefix: '&9[&2Admin&9]'
  76. build: true
  77. suffix: ''
  78. Builder:
  79. default: false
  80. permissions:
  81. - -sb.bypass
  82. - essentials.gamemode
  83. - essentials.sethome.multiple.staff
  84. - redprotect.user
  85. - worldedit.*
  86. - factions.*
  87. - essentials.protect.pvp
  88. - commandsigns.use.*
  89. - arena.paintball.join
  90. inheritance:
  91. - guest
  92. info:
  93. prefix: '&9[&dBuilder&9]'
  94. build: true
  95. suffix: ''
  96. Webmaster:
  97. default: false
  98. permissions:
  99. - antixray.monitorxrayers
  100. - worldborder.*
  101. - sb.reload
  102. - sb.list
  103. - sb.addword
  104. - sb.admin
  105. - groupmanager.*
  106. - worldedit.*
  107. - nocheatplus.*
  108. - simplealias.*
  109. - multiverse.*
  110. - usb.*
  111. - sg.admin
  112. - coreprotect.*
  113. - lockette.*
  114. - mobarena.admin
  115. - mobarena.setup
  116. - essentials.*
  117. - citizens.admin.*
  118. - citizens.*
  119. - commandsigns.*
  120. - multiverse.inventories.*
  121. - disguisecraft.*
  122. - chestshop.admin
  123. - factions.kit.admin
  124. - arena.admin
  125. - -essentials.vanish.effect
  126. inheritance:
  127. - admin
  128. info:
  129. prefix: '&9[&9Webmaster&9]'
  130. build: true
  131. suffix: ''
  132. Plugins:
  133. Plugins:
  134. default: false
  135. permissions:
  136. - '*'
  137. - -essentials.vanish.effect
  138. inheritance:
  139. - webmaster
  140. info:
  141. prefix: '&9[&4Plugins&9]'
  142. build: true
  143. suffix: ''
  144. Owner:
  145. default: false
  146. permissions:
  147. - buycraft.admin
  148. - '*'
  149. - -essentials.vanish.effect
  150. - vanish.*
  151. inheritance:
  152. - Plugins
  153. info:
  154. prefix: '&9[&4Owner&9]'
  155. build: true
  156. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment