Advertisement
Guest User

Cheese.

a guest
May 28th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. # any inherited groups prefixed with a g: are global groups
  2. # These groups are defined in the globalgroups.yml
  3. # and can be inherited in any worlds groups/users.yml.
  4. #
  5. # Groups without the g: prefix are groups local to this world
  6. # and defined in the this groups.yml file.
  7.  
  8. groups:
  9. Newbie:
  10. default: true
  11. permissions:
  12. - mywarp.warp.basic.Trusted-Stuff
  13. - commandbook.call
  14. - commandbook.god
  15. - mywarp.warp.basic.warp
  16. - mywarp.warp.basic.list
  17. - mywarp.warp.basic.search
  18. - essentials.signs.free.use
  19. - essentials.signs.disposal.use
  20. - essentials.signs.heal.use
  21. inheritance:
  22. - g:essentials_default
  23. - g:bukkit_default
  24. info:
  25. prefix: '&8[Newbie] '
  26. build: true
  27. suffix: ''
  28. Trusted:
  29. default: false
  30. permissions:
  31. - ThumbsApply.NotGuest
  32. - MasterPromote.member
  33. - mywarp.warp.basic.*
  34. - mywarp.warp.soc.invite.player
  35. inheritance:
  36. - Newbie
  37. - g:essentials_builder
  38. - g:towny_moderator
  39. info:
  40. prefix: '&b[Trusted] '
  41. build: true
  42. suffix: ''
  43. Trusted[$$]:
  44. default: false
  45. permissions:
  46. - nocheat.checks.moving
  47. - nocheat.checks.fight
  48. - MasterPromote.member
  49. - essentials.give
  50. - essentials.fly
  51. - essentials.ping
  52. - essentials.item
  53. - essentials.speed
  54. - essentials.unlimited
  55. - essentials.nick
  56. - essentials.seen
  57. - essentials.back
  58. - essentials.sethome.multiple.unlimited
  59. inheritance:
  60. - Trusted
  61. - g:essentials_builder
  62. - g:towny_moderator
  63. info:
  64. prefix: '&b[Trusted][&6$$&b] '
  65. build: true
  66. suffix: ''
  67. VIP:
  68. default: false
  69. permissions:
  70. - nocheat.checks.moving
  71. - nocheat.checks.fight
  72. - MasterPromote.member
  73. - essentials.give
  74. - essentials.fly
  75. - essentials.ping
  76. - essentials.item
  77. - essentials.speed
  78. - essentials.unlimited
  79. - essentials.nick
  80. - essentials.seen
  81. - essentials.back
  82. - essentials.sethome.multiple.unlimited
  83. inheritance:
  84. - Trusted
  85. - g:essentials_builder
  86. - g:towny_moderator
  87. info:
  88. prefix: '&5[VIP] '
  89. build: true
  90. suffix: ''
  91. Moderator:
  92. default: false
  93. permissions:
  94. - group.Moderator
  95. - nocheat.checks.moving
  96. - nocheat.checks.fight
  97. inheritance:
  98. - Trusted[$$]
  99. - g:essentials_moderator
  100. - g:bukkit_moderator
  101. - g:towny_moderator
  102. info:
  103. prefix: '&9[Mod]'
  104. build: true
  105. suffix: ''
  106. Moderator[$$]:
  107. default: false
  108. permissions:
  109. - group.Moderator[$$]
  110. - nocheat.checks.moving
  111. - nocheat.checks.fight
  112. inheritance:
  113. - Moderator
  114. info:
  115. prefix: '&9[Mod][&6$$&1] '
  116. build: true
  117. suffix: ''
  118. VIPModerator[$$]:
  119. default: false
  120. permissions:
  121. - group.Moderator[$$]
  122. - nocheat.checks.moving
  123. - nocheat.checks.fight
  124. inheritance:
  125. - Moderator[$$]
  126. info:
  127. prefix: '&6[V.I.P]&9[Mod&9][&6$$&9] '
  128. build: true
  129. suffix: ''
  130. Admin:
  131. default: false
  132. permissions:
  133. - group.Admin
  134. - nocheat.checks.moving
  135. - nocheat.checks.fight
  136. inheritance:
  137. - moderator
  138. - g:essentials_admin
  139. - g:bukkit_admin
  140. - g:towny_admin
  141. info:
  142. prefix: '&2[Admin]'
  143. build: true
  144. suffix: ''
  145. Admin[$$]:
  146. default: false
  147. permissions:
  148. - group.Admin[$$]
  149. - nocheat.checks.moving
  150. - nocheat.checks.fight
  151. inheritance:
  152. - moderator
  153. - g:essentials_admin
  154. - g:bukkit_admin
  155. - g:towny_admin
  156. info:
  157. prefix: '&2[Admin][&6$$&2] '
  158. build: true
  159. suffix: ''
  160. Owner:
  161. default: false
  162. permissions:
  163. - essentials.*
  164. - group.Owner
  165. - nocheat.checks.moving
  166. - nocheat.checks.fight
  167. inheritance:
  168. - admin
  169. info:
  170. prefix: '&c[Owner]'
  171. build: true
  172. suffix: ''
  173. Co-Owner:
  174. default: false
  175. permissions:
  176. - essentials.*
  177. - nocheat.checks.flight
  178. inheritance:
  179. - admin
  180. info:
  181. prefix: '&6[Co-Owner] '
  182. build: true
  183. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement