xFallen

Groups

Feb 6th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 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. Auxillary:
  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. inheritance:
  59. - g:groupmanager_default
  60. - g:bukkit_default
  61. - g:essentials_default
  62. info:
  63. prefix: '&e'
  64. build: true
  65. suffix: ''
  66. Titan:
  67. default: false
  68. permissions:
  69. - essentials.kits.Titan
  70. - essentials.kits.TitanTools
  71. - essentials.nick.color
  72. - essentials.nick
  73. inheritance:
  74. - King
  75. info:
  76. prefix: '&f[&2Titan&f]'
  77. build: true
  78. suffix: ''
  79. Quaestor:
  80. default: false
  81. permissions:
  82. - essentials.kits.Quaestor
  83. - essentials.kits.QuaestorTools
  84. inheritance:
  85. -Praefect
  86. info:
  87. prefix: '&f[&2Quaestor&f]'
  88. build: true
  89. suffix: ''
  90. Praefect:
  91. default: false
  92. permissions:
  93. - essentials.workbench
  94. inheritance:
  95. - auxillary
  96. info:
  97. prefix: '&7[&3Praefect&7]'
  98. build: true
  99. suffix: ''
  100. Moderator:
  101. default: false
  102. permissions:
  103. -bukkit.command.kill
  104. - essentials.gamemode
  105. - essentials.speed
  106. - essentials.jump
  107. - essentials.tempban
  108. - essentials.ban
  109. - essentials.mute
  110. - essentials.broadcast
  111. - essentials.clearinventory
  112. - essentials.kick
  113. inheritance:
  114. - auxillary
  115. - g:groupmanager_moderator
  116. - g:bukkit_moderator
  117. - g:essentials_moderator
  118. info:
  119. prefix: '&9[Mod]'
  120. build: true
  121. suffix: ''
  122. King:
  123. default: false
  124. permissions:
  125. - essentials.afk
  126. - essentials.back
  127. - essentials.back.ondeath
  128. - essentials.kits.King
  129. - essentials.kits.KingTools
  130. inheritance:
  131. - tribune
  132. info:
  133. prefix: '&f[&2King&f]'
  134. build: true
  135. suffix: ''
  136. Admin:
  137. default: false
  138. permissions:
  139. - -bukkit.command.kill
  140. - essentials.banip
  141. - essentials.unbanip
  142. - essentials.more
  143. - essentials.enchant
  144. - essentials.give
  145. - essentials.exp.set
  146. inheritance:
  147. - moderator
  148. - g:groupmanager_admin
  149. - g:bukkit_admin
  150. - g:essentials_admin
  151. info:
  152. prefix: '&f[&4Admin&f]'
  153. build: true
  154. suffix: ''
  155. '[Admin]': <red>
  156. Tribune:
  157. default: false
  158. permissions:
  159. - essentials.workbench
  160. - essentials.kits.Tribune
  161. inheritance:
  162. - quaestor
  163. info:
  164. prefix: '&f[&6Tribune&f]'
  165. build: true
  166. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment