Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 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. - bukkit.broadcast.user
  16. - bukkit.command.help
  17. - essentials.afk
  18. - essentials.balance
  19. - essentials.balance.others
  20. - essentials.balancetop
  21. - essentials.help
  22. - essentials.helpop
  23. - essentials.ignore
  24. - essentials.list
  25. - essentials.mail
  26. - essentials.mail.send
  27. - essentials.me
  28. - essentials.motd
  29. - essentials.msg
  30. - essentials.pay
  31. - essentials.rules
  32. - essentials.suicide
  33. - essentials.worth
  34. - magicalspells.craftlist
  35. - magicalspells.help
  36. - magicalspells.spelldesc
  37. - magicalspells.spelllist
  38. - mineralmanager.user
  39. - worldedit.navigation.unstuck
  40. inheritance:
  41. info:
  42. prefix: '&f[Guest] '
  43. build: true
  44. suffix: ''
  45. Warrior:
  46. default: false
  47. permissions:
  48. - magicalspells.craft.Fury1
  49. - magicalspells.craft.Fury2
  50. - magicalspells.craft.Fury3
  51. - magicalspells.use.Fury1
  52. - magicalspells.use.Fury2
  53. - magicalspells.use.Fury3
  54. inheritance:
  55. - guest
  56. info:
  57. prefix: '&f[&cWarrior&f] '
  58. build: true
  59. suffix: ''
  60. Wizard:
  61. default: false
  62. permissions:
  63. - magicalspells.craft.Dark1
  64. - magicalspells.craft.Dark2
  65. - magicalspells.craft.Dark3
  66. - magicalspells.craft.Divine1
  67. - magicalspells.craft.Divine2
  68. - magicalspells.craft.Divine3
  69. - magicalspells.craft.Earth1
  70. - magicalspells.craft.Earth2
  71. - magicalspells.craft.Earth3
  72. - magicalspells.craft.Fire1
  73. - magicalspells.craft.Fire2
  74. - magicalspells.craft.Fire3
  75. - magicalspells.craft.Light1
  76. - magicalspells.craft.Light2
  77. - magicalspells.craft.Light3
  78. - magicalspells.craft.Wind1
  79. - magicalspells.craft.Wind2
  80. - magicalspells.craft.Wind3
  81. - magicalspells.craft.Water1
  82. - magicalspells.craft.Water2
  83. - magicalspells.craft.Water3
  84. - magicalspells.use.Dark1
  85. - magicalspells.use.Dark2
  86. - magicalspells.use.Dark3
  87. - magicalspells.use.Divine1
  88. - magicalspells.use.Divine2
  89. - magicalspells.use.Divine3
  90. - magicalspells.use.Earth1
  91. - magicalspells.use.Earth2
  92. - magicalspells.use.Earth3
  93. - magicalspells.use.Fire1
  94. - magicalspells.use.Fire2
  95. - magicalspells.use.Fire3
  96. - magicalspells.use.Light1
  97. - magicalspells.use.Light2
  98. - magicalspells.use.Light3
  99. - magicalspells.use.Water1
  100. - magicalspells.use.Water2
  101. - magicalspells.use.Water3
  102. - magicalspells.use.Wind1
  103. - magicalspells.use.Wind2
  104. - magicalspells.use.Wind3
  105. inheritance:
  106. - guest
  107. info:
  108. prefix: '&f[&bWizard&f] '
  109. build: true
  110. suffix: ''
  111. Hunter:
  112. default: false
  113. permissions:
  114. - magicalspells.craft.Nature1
  115. - magicalspells.craft.Nature2
  116. - magicalspells.craft.Nature3
  117. - magicalspells.use.Nature1
  118. - magicalspells.use.Nature2
  119. - magicalspells.use.Nature3
  120. inheritance:
  121. - guest
  122. info:
  123. prefix: '&f[&aHunter&f] '
  124. build: true
  125. suffix: ''
  126. Expert:
  127. default: false
  128. permissions:
  129. inheritance:
  130. - Guest
  131. - Hunter
  132. - Warrior
  133. - Wizard
  134. info:
  135. prefix: '&f[&cExpert&f] '
  136. build: true
  137. suffix: ''
  138. Builder:
  139. default: false
  140. permissions:
  141. inheritance:
  142. - Expert
  143. - g:essentials_Builder
  144. info:
  145. prefix: '[&7Builder&f] '
  146. build: true
  147. suffix: ''
  148. Admin:
  149. default: false
  150. permissions:
  151. inheritance:
  152. - Builder
  153. info:
  154. prefix: '&f[&cAdmin&f] '
  155. build: true
  156. suffix: ''
  157. Head-Admin:
  158. default: false
  159. permissions:
  160. - worldedit
  161. - worldedit.reload
  162. - worldedit.selection
  163. - worlds.creative.worldedit.region
  164. inheritance:
  165. - admin
  166. info:
  167. prefix: '&f[&cHead-Admin&f] '
  168. build: true
  169. suffix: ''
  170. Co-Owner:
  171. default: false
  172. permissions:
  173. - '*'
  174. - -vanish.*
  175. inheritance:
  176. - Super-Admin
  177. info:
  178. prefix: '&f[&3Co-Owner&f] '
  179. build: true
  180. suffix: ''
  181. Owner:
  182. default: false
  183. permissions:
  184. - '*'
  185. - -vanish.*
  186. inheritance:
  187. - Co-Owner
  188. info:
  189. prefix: '&f[&2Owner&f] '
  190. build: true
  191. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement