Advertisement
Guest User

group manager

a guest
Dec 13th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 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. permissions:
  15. - essentials.help
  16. - essentials.tpaccept
  17. - essentials.spawn
  18. - -bukkit.command.kill
  19. inheritance:
  20. - g:groupmanager_default
  21. - g:bukkit_default
  22. - g:essentials_default
  23. - g:towny_default
  24. info:
  25. prefix: '&8[&fGuest&8]'
  26. build: true
  27. suffix: ''
  28. Builder:
  29. default: false
  30. permissions:
  31. - essentials.home
  32. - essentials.sethome
  33. - essentials.back
  34. - essentials.tpa
  35. - essentials.msg
  36. - essentials.pay
  37. - blf.use
  38. - blf.tp
  39. - blf.gift
  40. - blf.chat
  41. - blf.nolimit
  42. - colourfireworks.dropparty.*
  43. - FactionsChests.open
  44. - FactionsChests.add
  45. - FactionsChests.access
  46. - FactionsChests.list
  47. - iclaims.help
  48. - iclaims.plot.auto
  49. - iclaims.plot.tp
  50. - iclaims.plot.list
  51. - iclaims.plot.new
  52. - iclaims.plot.info
  53. - iclaims.plot.manage.addmember
  54. - iclaims.plot.manage.removemember
  55. - iclaims.plot.manage.reset
  56. - iclaims.plot.manage.remove
  57. - vaultslots.card
  58. - vaultslots.blackjack.access
  59. - vaultslots.poker.access
  60. - myhome.user
  61. inheritance:
  62. - default
  63. - g:essentials_builder
  64. - g:towny_builder
  65. info:
  66. prefix: '&8[&2Member&8]'
  67. build: true
  68. suffix: ''
  69. Trusted:
  70. default: false
  71. permissions:
  72. - essentials.repair
  73. - essentials.nick
  74. - playerheads.canbehead
  75. - playerheads.canloosehead
  76. - playerheads.canbeheadmob
  77. inheritance:
  78. - Builder
  79. info:
  80. prefix: '&8[&3Trusted&8]'
  81. build: true
  82. suffix: ''
  83. Vip:
  84. default: false
  85. permissions:
  86. - ChestShop.shop.create.buy
  87. - ChestShop.shop.create.sell
  88. - ChestShop.shop.create.food
  89. - ChestShop.shop.create.diamondgrade
  90. - ChestShop.shop.create.irongrade
  91. - ChestShop.shop.create.goldgrade
  92. - ChestShop.shop.create.stonegrade
  93. - ChestShop.shop.create.woodgrade
  94. - ChestShop.shop.create.diamondarmor
  95. - ChestShop.shop.create.ironarmor
  96. - ChestShop.shop.create.chainarmor
  97. - ChestShop.shop.create.leatherarmor
  98. - ChestShop.shop.create.goldarmor
  99. - ChestShop.shop.create.ore
  100. - ChestShop.shop.create.ingots
  101. - ChestShop.shop.create.monsterdrops
  102. - enchanter.enchant
  103. - enchanter.dirty
  104. inheritance:
  105. - Trusted
  106. info:
  107. prefix: '&8[&eVip&8]'
  108. build: true
  109. suffix: ''
  110. Demi-god:
  111. default: false
  112. permissions:
  113. - essentials.item
  114. - essentials.clearinventory
  115. - essentials.tp
  116. - essentials.build
  117. inheritance:
  118. - Vip
  119. info:
  120. prefix: '&8[&cDemi-&fGod&8]'
  121. build: true
  122. suffix: ''
  123. Helper:
  124. default: false
  125. permissions:
  126. - essentials.repair
  127. - essentials.heal
  128. - essentials.fly
  129. - essentials.kick
  130. - blf.dxp
  131. - blf.version
  132. - cctv.create
  133. - cctv.use
  134. - ChestShop.name.someName
  135. - ChestShop.nofee
  136. - colourfireworks.economy.*
  137. - iclaims.plot.admin.*
  138. - iclaims.plot.admin.info
  139. - iclaims.plot.admin.remove
  140. - xadmin.say
  141. - myhome.admin
  142. - myhome.econ.free.*
  143. - myhome.econ.free.sethome
  144. - myhome.econ.free.home
  145. inheritance:
  146. - Demi-god
  147. info:
  148. prefix: '&8[&9Helper&8]'
  149. build: true
  150. suffix: ''
  151. Moderator:
  152. default: false
  153. permissions:
  154. - essentials.item
  155. - ChestShop.mod
  156. - commandspy.set
  157. - iclaims.plot.manage.*
  158. - iclaims.plot.admin.removemember
  159. - iclaims.plot.admin.addmember
  160. - Sanzennin.member.Watchdog
  161. - Sanzennin.mod.sniff
  162. - Sanzennin.mod.supersniff
  163. - Sanzennin.mod.WTrack
  164. - Sanzennin.mod.WXRAY
  165. - Sanzennin.mod.WHelp
  166. - Sanzennin.mod.WToolUse
  167. inheritance:
  168. - Helper
  169. - g:groupmanager_moderator
  170. - g:bukkit_moderator
  171. - g:essentials_moderator
  172. - g:towny_moderator
  173. - g:vanish_moderator
  174. info:
  175. prefix: '&8[&aModerator&8]'
  176. build: true
  177. suffix: ''
  178. Helper-Admin:
  179. default: false
  180. permissions:
  181. - essentials.gamemode
  182. - essentials.give
  183. - worldedit.reload
  184. - worldedit.selection
  185. - worlds.creative.worldedit.region
  186. - commandspy.save
  187. - commandspy.reload
  188. - commandspy.ignore.list
  189. - commandspy.ignore.add
  190. - commandspy.ignore.remove
  191. - vaultslots.test
  192. - vaultslots.roll
  193. - vaultslots.access
  194. - vaultslots.build
  195. - myhome.bypass.*
  196. inheritance:
  197. - Moderator
  198. info:
  199. prefix: '&8[&bHelper-Admin&8]'
  200. build: true
  201. suffix: ''
  202. God:
  203. default: false
  204. permissions:
  205. - essentials.enchant
  206. - colourfireworks.limited.*
  207. - colourfireworks.unlimited.*
  208. - colourfireworks.redstonesign.*
  209. - vaultslots.*
  210. inheritance:
  211. - Senior-Mod
  212. info:
  213. prefix: '&8[&1God&8]'
  214. build: true
  215. suffix: ''
  216. Admin:
  217. default: false
  218. permissions:
  219. - myhome.admin.*
  220. - buycraft.admin
  221. - timeismoney.create
  222. - Sanzennin.admin.wundo
  223. - Sanzennin.admin.RadBypass
  224. - Sanzennin.admin.WUtil
  225. - colourfireworks.notifyupdate
  226. - colourfireworks.reload
  227. - colourfireworks.*
  228. - ChestShop.admin
  229. - cctv.admin.spy
  230. - blf.admin
  231. - essentials.gamemode
  232. - essentials.enchant
  233. - worldedit.reload
  234. - worldedit.selection
  235. - worlds.creative.worldedit.region
  236. - essentials.socialspy
  237. - enchanter.reload
  238. inheritance:
  239. - moderator
  240. - g:groupmanager_admin
  241. - g:bukkit_admin
  242. - g:essentials_admin
  243. - g:towny_admin
  244. - g:vanish_admin
  245. info:
  246. prefix: '&8[&cAdmin&8]'
  247. build: true
  248. suffix: ''
  249. Head-Admin:
  250. default: false
  251. permissions:
  252. - '*'
  253. - -vanish.*
  254. inheritance:
  255. - admin
  256. info:
  257. prefix: '&8[&2Head-Admin&8]'
  258. build: true
  259. suffix: ''
  260. Co-Owner:
  261. default: false
  262. permissions:
  263. - '*'
  264. - -vanish.*
  265. inheritance:
  266. - admin
  267. info:
  268. prefix: '&8[&dCo-Owner&8]'
  269. build: true
  270. suffix: ''
  271. Owner:
  272. default: false
  273. permissions:
  274. - '*'
  275. - -vanish.*
  276. inheritance:
  277. - admin
  278. info:
  279. prefix: '&8[&bOwner&8]'
  280. build: true
  281. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement