Advertisement
Guest User

configperms

a guest
Mar 19th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. # Supports "Default" and "GroupUsers"
  2. plugin:
  3. permissions:
  4. system: default
  5.  
  6. ##
  7. # Groups can contain inheritance.
  8. # To make a group inherit the permissions from another
  9. # group simply place the groups name in the "inheritance:"
  10. # field seperated by commas.
  11. #
  12. # Example: inheritance: Default,Admins,
  13. ##
  14. # All permissions including the asterisks must be placed in single quotes.
  15. # like so:
  16. #
  17. # - 'general.spawn'
  18. #
  19. # Otherwise errors will happen!
  20. ##
  21. # Globalized Permission settings:
  22. #
  23. # If a permission contains periods (.) you can denote a globalized parameter:
  24. #
  25. # - 'general.*'
  26. #
  27. # This will allow you to use all general commands.
  28. #
  29. ##
  30. #
  31. # Single Asterisk denotes all commands:
  32. #
  33. # - '*'
  34. ##
  35. groups:
  36. Default:
  37. default: true
  38. info:
  39. prefix:
  40. suffix:
  41. build: true
  42. inheritance:
  43. permissions:
  44. - 'commandbook.who'
  45. - 'myhome.home.basic.*'
  46. - 'commandbook.rules'
  47. - 'commandbook.spawn'
  48. - 'commandbook.msg'
  49. - 'commandbook.whereami'
  50. - 'commandbook.motd'
  51. - 'iConomyChestShop.shop.create'
  52. - 'iConomyChestShop.shop.use'
  53. - 'iConomyChestShop.shop.sell'
  54. - 'iConomy.payment'
  55. - 'iConomy.list'
  56. - 'mywarp.warp.basic.warp'
  57. - 'mywarp.warp.basic.list'
  58. - 'mywarp.warp.sign.warp'
  59. - 'lwc.protect'
  60. - 'nSpleef.member'
  61. - 'myhome.home.soc.*'
  62. Member:
  63. default: false
  64. info:
  65. prefix: '&a'
  66. suffix: '&a'
  67. build: true
  68. inheritance:
  69. - Default
  70. permissions:
  71.  
  72. - 'kiwiadmin.kick'
  73. Donator3:
  74. default: false
  75. info:
  76. prefix:
  77. suffix:
  78. build: true
  79. inheritance:
  80. - Member
  81. permissions:
  82. - 'worldedit.navigation.jumpto'
  83. - 'worldedit.navigation.thru'
  84. - 'commandbook.teleport'
  85. - 'commandbook.teleport.other'
  86. - 'magiccarpet.mc'
  87. - 'mobRider.command.goto'
  88. - 'mobRider.command.attack'
  89. - 'mobRider.command.go'
  90. - 'mobRider.command.stop'
  91. - 'mobRider.players'
  92. - 'mobRider.animals'
  93. - 'mobRider.monsters'
  94. Donator2:
  95. default: false
  96. info:
  97. prefix: '&9'
  98. suffix: '&9'
  99. build: true
  100. inheritance:
  101. - Member
  102. permissions:
  103. - 'worldedit.navigation.jumpto'
  104. - 'worldedit.navigation.thru'
  105. - 'commandbook.teleport'
  106. - 'commandbook.teleport.other'
  107. - 'magiccarpet.mc'
  108. Moderator:
  109. default: false
  110. info:
  111. prefix: '&3'
  112. suffix: '&3'
  113. build: true
  114. inheritance:
  115. - Donator3
  116. permissions:
  117. - 'general.time'
  118. - 'general.teleport'
  119. - 'general.teleport.here'
  120. - 'general.player-info'
  121. - 'my.home.*'
  122. - 'permissions.reload'
  123. - 'kiwiadmin.ban'
  124. - 'kiwiadmin.unban'
  125. - 'bb.admin.*'
  126. - 'lwc.mod'
  127. Admin:
  128. default: false
  129. info:
  130. prefix: '&4'
  131. suffix: '&4'
  132. build: true
  133. inheritance:
  134. - Moderator
  135. permissions:
  136. - 'worldedit.*'
  137. - '/region'
  138. - '/god'
  139. - 'mywarp.*'
  140. - 'lwc.admin'
  141. - 'nSpleef.admin'
  142. Owner:
  143. default: false
  144. info:
  145. prefix: '&6'
  146. suffix: '&6'
  147. build: true
  148. inheritance:
  149. permissions:
  150. - '*'
  151.  
  152. Plugin:
  153. default: false
  154. info:
  155. prefix: '&5'
  156. suffix: '&5'
  157. build: true
  158. inheritance:
  159. - Member
  160. permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement