Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 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. Member:
  13. default: true
  14. permissions:
  15. - -bukkit.command.kill
  16. - essentials.help
  17. - essentials.tpa
  18. - essentials.tpaccept
  19. - essentials.tpdeny
  20. - essentials.spawn
  21. - essentials.msg
  22. - essentials.pay
  23. - essentials.sethome
  24. - essentials.home
  25. - essentials.back
  26. - -bukkit.command.tell
  27. - -bukkit.command.plugins
  28. - -bukkit.command.me
  29. - factions.autoclaim
  30. - factions.chat
  31. - factions.claim
  32. - factions.create
  33. - factions.deinvite
  34. - factions.description
  35. - factions.deinvite
  36. - factions.disband
  37. - factions.help
  38. - factions.join
  39. - factions.kick
  40. - factions.leave
  41. - factions.list
  42. - factions.map
  43. - factions.mod
  44. - factions.money.balance
  45. - factions.money.deposit
  46. - factions.money.withdraw
  47. - factions.money.f2f
  48. - factions.open
  49. - factions.power
  50. - factions.sethome
  51. - factions.show
  52. - factions.tag
  53. - factions.title
  54. - factions.unclaim
  55. - factions.unclaimall
  56. - essentials.warp
  57. - essentials.warp.list
  58. - plotme.use.claim
  59. - plotme.use.home
  60. - plotme.use.add
  61. - plotme.use.remove
  62. - sg.arena.join
  63. - sg.player.vote
  64. - sg.lobby.join
  65. inheritance:
  66. - g:groupmanager_default
  67. - g:bukkit_default
  68. - g:essentials_default
  69. - g:towny_default
  70. info:
  71. prefix: '&1[Member] &6'
  72. build: true
  73. suffix: ''
  74. Donator:
  75. default: false
  76. permissions:
  77. - -bukkit.command.kill
  78. - essentials.nick.color
  79. - essentials.heal
  80. inheritance:
  81. - member
  82. - g:groupmanager_default
  83. - g:bukkit_default
  84. - g:essentials_default
  85. - g:towny_default
  86. info:
  87. prefix: '&c[&3Donator] &6'
  88. build: true
  89. suffix: ''
  90. Donator+:
  91. default: false
  92. permissions:
  93. - -bukkit.command.kill
  94. - essentials.nick.color
  95. - essentials.fly
  96. - essentials.heal
  97. inheritance:
  98. - member
  99. - g:groupmanager_default
  100. - g:bukkit_default
  101. - g:essentials_default
  102. - g:towny_default
  103. info:
  104. prefix: '&c[&7Ultra] &6'
  105. build: true
  106. suffix: ''
  107. Donator++:
  108. default: false
  109. permissions:
  110. - -bukkit.command.kill
  111. - essentials.nick.color
  112. - essentials.fly
  113. - essentials.heal
  114. inheritance:
  115. - member
  116. - g:groupmanager_default
  117. - g:bukkit_default
  118. - g:essentials_default
  119. - g:towny_default
  120. info:
  121. prefix: '&c[&5Mega] &6'
  122. build: true
  123. suffix: ''
  124. VIP:
  125. default: false
  126. permissions:
  127. - -bukkit.command.kill
  128. - essentials.gamemode
  129. - essentials.tpo
  130. inheritance:
  131. - donator
  132. - g:groupmanager_default
  133. - g:bukkit_default
  134. - g:essentials_default
  135. - g:towny_default
  136. info:
  137. prefix: '&e[&0V&3i&2p] &6'
  138. build: true
  139. suffix: ''
  140. Moderator:
  141. default: false
  142. permissions:
  143. - -bukkit.command.kill
  144. - essentials.gamemode
  145. - essentials.speed
  146. - essentials.jump
  147. - essentials.tempban
  148. - essentials.kick
  149. inheritance:
  150. - member
  151. - g:groupmanager_default
  152. - g:bukkit_default
  153. - g:essentials_default
  154. - g:towny_default
  155. info:
  156. prefix: '&9[Mod] &6'
  157. build: true
  158. suffix: ''
  159. Admin:
  160. default: false
  161. permissions:
  162. - -bukkit.command.kill
  163. - essentials.banip
  164. - essentials.unbanip
  165. - essentials.more
  166. - essentials.enchant
  167. - essentials.give
  168. - essentials.exp.set
  169. inheritance:
  170. - headmod
  171. - g:groupmanager_default
  172. - g:bukkit_default
  173. - g:essentials_default
  174. - g:towny_default
  175. info:
  176. prefix: '&4[&6Admin] &6'
  177. build: true
  178. suffix: ''
  179. Owner:
  180. default: false
  181. permissions:
  182. - '*'
  183. - -vanish.*
  184. inheritance:
  185. - admin
  186. info:
  187. prefix: '&4&l[&4Cursed&0Gamer]'
  188. build: true
  189. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement