Advertisement
Roku

asdfad

May 14th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. CPrisoner:
  13. default: false
  14. permissions:
  15. - bukkit.command.kill
  16. - groupmanager.notify.self
  17. - essentials.kits
  18. - essentials.msg
  19. - essentials.realname
  20. - bukkit.command.tell
  21. inheritance:
  22. - g:RawMeet
  23. info:
  24. prefix: '&3'
  25. build: true
  26. suffix: ''
  27. BPrisoner:
  28. default: false
  29. permissions:
  30. - bukkit.command.kill
  31. inheritance:
  32. - g:CPrisoner
  33. info:
  34. prefix: '&7'
  35. build: true
  36. suffix: ''
  37. APrisoner:
  38. default: false
  39. permissions:
  40. - bukkit.command.kill
  41. inheritance:
  42. - g:BPrisoner
  43. info:
  44. prefix: '&6'
  45. build: true
  46. suffix: ''
  47. TrustedPrisoner:
  48. default: false
  49. permissions:
  50. - bukkit.command.kill
  51. inheritance:
  52. - g:APrisoner
  53. info:
  54. prefix: '&2'
  55. build: true
  56. suffix: ''
  57. MaxPrisoner:
  58. default: false
  59. permissions:
  60. - bukkit.command.kill
  61. inheritance:
  62. - g:TrustedPrisoner
  63. info:
  64. prefix: '&8'
  65. build: true
  66. suffix: ''
  67. RawPrisoner:
  68. default: false
  69. permissions:
  70. - bukkit.command.kill
  71. inheritance:
  72. - g:MaxPrisoner
  73. info:
  74. prefix: '&9'
  75. build: true
  76. suffix: ''
  77. TraineeGuard:
  78. default: false
  79. permissions: []
  80. inheritance:
  81. - g:RawPrisoner
  82. info:
  83. prefix: '&e'
  84. build: true
  85. suffix: ''
  86. RiotGuard:
  87. default: false
  88. permissions:
  89. - essentials.clearinventory
  90. - essentials.fly
  91. - essentials.kick
  92. - essentials.mute
  93. - essentials.mute.notify
  94. - essentials.nick.color
  95. - essentials.tp
  96. - essentials.tp.others
  97. - bukkit.command.kick
  98. inheritance:
  99. - TraineeGuard
  100. info:
  101. prefix: '&c'
  102. build: true
  103. suffix: ''
  104. Sheriff:
  105. default: false
  106. permissions:
  107. - essentials.whois
  108. - bukkit.broadcast
  109. - bukkit.command.gamemode
  110. inheritance:
  111. - RiorGuard
  112. info:
  113. prefix: '&5'
  114. build: true
  115. suffix: ''
  116. Warden:
  117. default: false
  118. permissions:
  119. - vanish.vanish
  120. - essentials.reload
  121. - essentials.ban
  122. - essentials.ban.notify
  123. - essentials.banip
  124. - essentials.broadcast
  125. - essentials.delwarp
  126. - essentials.invsee
  127. - essentials.seen.extra
  128. - essentials.setwarp
  129. - essentials.signs.create.*
  130. - essentials.signs.break
  131. - essentials.unban
  132. - essentials.unbanip
  133. - essentials.vanish
  134. inheritance:
  135. - Sheriff
  136. info:
  137. prefix: '&4'
  138. build: true
  139. suffix: ''
  140. EliteWarden:
  141. default: false
  142. permissions:
  143. - vanish.silentjoin
  144. - vanish.silentquit
  145. - vanish.silentchests
  146. - bukkit.command.say
  147. inheritance:
  148. - Warden
  149. info:
  150. prefix: '&d'
  151. build: true
  152. suffix: ''
  153. Owner:
  154. default: false
  155. permissions:
  156. - bukkit.command.op
  157. - -bukkit.command.op.give
  158. - -bukkit.command.op.take
  159. - essentials.vanish.effect
  160. - '*'
  161. - -vanish.*
  162. inheritance:
  163. - g:EliteWarden
  164. info:
  165. prefix: '&9'
  166. build: true
  167. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement