Advertisement
Guest User

Untitled

a guest
Apr 7th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # Group inheritance
  2. # any inherited groups prefixed with a g: are global groups
  3. # These groups are defined in the globalgroups.yml
  4. # and can be inherited in any worlds groups/users.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and defined in the this groups.yml file.
  8.  
  9. groups:
  10. Guest:
  11. default: true
  12. permissions:
  13. - -bukkit.command.kill
  14. - lwc.deny
  15. inheritance:
  16. - g:essentials_default
  17. - g:bukkit_default
  18. info:
  19. prefix: '&e[Noob]'
  20. build: false
  21. suffix: ''
  22. Builder:
  23. default: false
  24. permissions:
  25. - afk
  26. - back
  27. - back.ondeath
  28. - balance
  29. - balance.others
  30. - balancetop
  31. - chat.shout
  32. - chat.question
  33. - clearinventory
  34. - compass
  35. - depth
  36. - delhome
  37. - getpos
  38. - geoip.show
  39. - help
  40. - helpop
  41. - home
  42. - home.others
  43. - ignore
  44. - info
  45. - itemdb
  46. - kit
  47. - kit.tools
  48. - list
  49. - mail
  50. - mail.send
  51. - me
  52. - motd
  53. - msg
  54. - msg.color
  55. - near
  56. - pay
  57. - ping
  58. - r
  59. - rules
  60. - seen
  61. - sethome
  62. - setxmpp
  63. - spawn
  64. - suicide
  65. - time
  66. - tpa
  67. - tpaccept
  68. - tpahere
  69. - tpdeny
  70. - world
  71. - worth
  72. - lwc.protect
  73. - showcase.buy.infinte
  74. - showcase.buy.finite
  75. - iConomy.holdings
  76. - iConomy.help
  77. - iConomy.holdings.others
  78. - iConomy.payment
  79. inheritance:
  80. - Guest
  81. - g:essentials_builder
  82. - g:towny_builder
  83. info:
  84. prefix: '&2'
  85. build: true
  86. suffix: ''
  87. Moderator:
  88. default: false
  89. permissions:
  90. - showcase.basic
  91. - showcase.finite
  92. - showcase.infinite
  93. - showcase.exchange
  94. - showcase.tutorial
  95. inheritance:
  96. - builder
  97. - g:essentials_moderator
  98. - g:bukkit_moderator
  99. - g:towny_moderator
  100. info:
  101. prefix: '&5[Mod]'
  102. build: true
  103. suffix: ''
  104. Admin:
  105. default: false
  106. permissions:
  107. - lwc.mod
  108. - showcase.admin
  109. - iConomy.accounts.*
  110. - g:worldedit_admin
  111. inheritance:
  112. - moderator
  113. - g:essentials_admin
  114. - g:bukkit_admin
  115. - g:towny_admin
  116. info:
  117. prefix: '&c[Admin]'
  118. build: true
  119. suffix: ''
  120. Co-Owner:
  121. default: false
  122. permissions:
  123. - iconomy.*
  124. - '*'
  125. inheritance:
  126. - admin
  127. info:
  128. prefix: '&4[Co-Owner]'
  129. build: true
  130. suffix: ''
  131. Owner:
  132. default: false
  133. permissions:
  134. - '*'
  135. inheritance:
  136. - Co-Owner
  137. info:
  138. prefix: '&3[Owner]'
  139. build: true
  140. suffix: ''
  141. PM:
  142. default: false
  143. permissions:
  144. - '*'
  145. - lwc.admin
  146. inheritance:
  147. - Owner
  148. info:
  149. prefix: '&a[Plug-in Manager]'
  150. build: true
  151. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement