Advertisement
Guest User

Untitled

a guest
Mar 12th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. # Group inheritance
  2. # any inherited groups prefixed with a g: are global groups
  3. # These groups are defined in the globalgroups.yml
  4. # and can be inherited in any worlds groups/users.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and defined in the this groups.yml file.
  8.  
  9. groups:
  10. Default:
  11. default: true
  12. permissions:
  13. - -bukkit.command.kill
  14. - essentials.signs.use.warp
  15. - lwc.protect
  16. inheritance:
  17. - g:essentials_default
  18. info:
  19. prefix: '&f[&7Guest&f]&7 '
  20. build: true
  21. suffix: ''
  22. Member:
  23. default: false
  24. permissions:
  25. - essentials.signs.break.disposal
  26. - essentials.signs.create.disposal
  27. - essentials.signs.use.disposal
  28. - essentials.signs.use.heal
  29. - falsebook.blocks.*
  30. - mcmmo.ability.woodcutting
  31. - mcmmo.ability.mining
  32. - mcmmo.ability.axes
  33. - mcmmo.ability.excavation
  34. - mcmmo.ability.unarmed
  35. - mcmmo.skills.mining
  36. - mcmmo.skills.woodcutting
  37. - mcmmo.skills.repair
  38. - mcmmo.skills.unarmed
  39. - mcmmo.skills.archery
  40. - mcmmo.skills.herbalism
  41. - mcmmo.skills.acrobatics
  42. - mcmmo.skills.axe
  43. - mcmmo.stats.*
  44. - stargate.*
  45. - essentials.clearinventory
  46. - essentials.warp.*
  47. - essentials.warp.list
  48. - essentials.warp
  49. - lagmeter.command.lag
  50. - alphachest.chest
  51. - machinadrill.activate
  52. - machinadrill.deactivate-own
  53. - machinapump.activate
  54. - machinapump.deactivate-own
  55. inheritance:
  56. - default
  57. - g:essentials_default
  58. - g:essentials_builder
  59. info:
  60. prefix: '&f[&1Member&f]&7 '
  61. build: true
  62. suffix: ''
  63. Trusted:
  64. default: false
  65. permissions:
  66. - otherdrops.custom.trusted
  67. - griefprevention.createclaims
  68. - logblock.tools.toolblock
  69. - machinadrill.activate
  70. - machinadrill.deactivate-own
  71. - machinapump.activate
  72. - machinapump.deactivate-own
  73. inheritance:
  74. - member
  75. - default
  76. - g:essentials_default
  77. - g:essentials_builder
  78. info:
  79. prefix: '&f[&2Trusted&f]&7 '
  80. build: true
  81. suffix: ''
  82. VIP:
  83. default: false
  84. permissions: []
  85. inheritance:
  86. - default
  87. - g:essentials_builder
  88. - g:towny_moderator
  89. info:
  90. prefix: '&2'
  91. build: true
  92. suffix: ''
  93. Moderator:
  94. default: false
  95. permissions:
  96. - essentials.signs.break.disposal
  97. - essentials.signs.create.disposal
  98. - essentials.signs.use.disposal
  99. - essentials.signs.use.heal
  100. - falsebook.blocks.*
  101. - mcmmo.ability.woodcutting
  102. - mcmmo.ability.mining
  103. - mcmmo.ability.axes
  104. - mcmmo.ability.excavation
  105. - mcmmo.ability.unarmed
  106. - mcmmo.skills.mining
  107. - mcmmo.skills.woodcutting
  108. - mcmmo.skills.repair
  109. - mcmmo.skills.unarmed
  110. - mcmmo.skills.archery
  111. - mcmmo.skills.herbalism
  112. - mcmmo.skills.acrobatics
  113. - mcmmo.skills.axe
  114. - mcmmo.stats.*
  115. - stargate.*
  116. - essentials.gamemode
  117. - essentials.signs.break.disposal
  118. - essentials.signs.create.disposal
  119. - essentials.signs.use.disposal
  120. - essentials.signs.use.heal
  121. - essentials.kit.admin
  122. - essentials.teleport.timer.bypass
  123. - griefprevention.adjustclaimblocks
  124. - griefprevention.createclaims
  125. - griefprevention.deleteclaims
  126. - griefprevention.ignoreclaims
  127. - griefprevention.restorenature
  128. - lwc.mod
  129. - lwc.protect
  130. - otherdrops.custom.trusted
  131. - thuum.ignorecooldown.fusrodah.*
  132. - thuum.shout.fusrodah.*
  133. - vanish.fakeannounce
  134. - vanish.standard
  135. - xRayDeath.check
  136. - xRayDeath.msg
  137. - xRayDeath.search
  138. - essentials.clearinventory
  139. - essentials.warp.*
  140. - essentials.warp.list
  141. - essentials.warp
  142. - lagmeter.command.lag
  143. - alphachest.chest
  144. - OpenInv.*
  145. - lagmeter.*
  146. - alphachest.admin
  147. - alphachest.save
  148. - logblock.tools.toolblock
  149. - logblock.rollback
  150. - logblock.me
  151. - machinadrill.all
  152. - machinapump.all
  153. inheritance:
  154. - g:essentials_moderator
  155. - g:essentials_default
  156. - g:essentials_builder
  157. - g:bukkit_moderator
  158. info:
  159. prefix: '&f[&3Moderator&f]&7 '
  160. build: true
  161. suffix: ''
  162. Admin:
  163. default: false
  164. permissions:
  165. - worldedit.*
  166. - worldedit.*
  167. - worldguard.region.addowner.*
  168. - worldguard.region.define
  169. - worldguard.region.list
  170. - worldguard.region.redefine.member
  171. - worldguard.region.redefine.own
  172. - worldguard.region.remove.*
  173. - worldguard.region.remove.member.*
  174. - worldguard.region.remove.own.*
  175. - worldguard.region.removeowner.*
  176. inheritance:
  177. - moderator
  178. - g:essentials_admin
  179. - g:essentials_default
  180. - g:essentials_builder
  181. - g:bukkit_admin
  182. info:
  183. prefix: '&f[&5Admin&f]&7 '
  184. build: true
  185. suffix: ''
  186. Owner:
  187. default: false
  188. permissions:
  189. - bukkit.command.op
  190. inheritance:
  191. - admin
  192. - g:essentials_default
  193. - g:essentials_builder
  194. - g:bukkit_admin
  195. info:
  196. prefix: '&f[&4Owner&f]&7 '
  197. build: true
  198. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement