Advertisement
Guest User

Untitled

a guest
Apr 16th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. # System is no longer used, but may become used in the future
  2. # Copies is for multiple-world support
  3. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  4. # If this file is for your default world (the one in server.properties) then you must
  5. # leave copies blank.
  6. # Example: copies: Derp - This will clone the permissions of the world Derp
  7. #
  8. # Make sure to rename this file to the name of the world that is in sever.properties under
  9. # level-name. So if it is level-name: world then this should be world.yml and in the
  10. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  11. #
  12. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  13. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  14. plugin:
  15. permissions:
  16. system: default
  17. copies:
  18.  
  19. ##
  20. # AntiBuild is included with this. To disable a group from being able to build then
  21. # set the build: flag to false (build: false). If you want a group to be able to build
  22. # then set it to true.
  23. ##
  24. # Groups can contain inheritance.
  25. # To make a group inherit the permissions from another
  26. # group simply place the groups name in the "inheritance:" like so:
  27. #
  28. # Example:
  29. # inheritance:
  30. # - Default
  31. ##
  32. # All permissions including the asterisks must be placed in single quotes.
  33. # like so:
  34. #
  35. # - 'foo.bar'
  36. #
  37. # Otherwise errors will happen!
  38. ##
  39. # Globalized Permission settings:
  40. #
  41. # If a permission contains periods (.) you can denote a globalized parameter:
  42. #
  43. # - 'foo.*'
  44. #
  45. # This will allow you to use all general commands.
  46. #
  47. ##
  48. # Single Asterisk denotes all commands:
  49. #
  50. # - '*'
  51. # If you give a group this permissions, do not have the group inherit any permissions
  52. # from other groups. Any users assigned to this group should NOT be given any additional
  53. # permissions either.
  54. ##
  55. # To exempt a node use the - prefix like so:
  56. # - '-foo.bar'
  57. ##
  58. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  59. # such as iChat or HeroChat in order for these to do anything.
  60. groups:
  61. Demoted N00b:
  62. default: false
  63. info:
  64. prefix: ''
  65. build: false
  66. suffix: ''
  67. inheritance:
  68. permissions:
  69. - essentials.help
  70. - essentials.helpop
  71. - essentials.list
  72. - essentials.motd
  73. - essentials.rules
  74. - essentials.spawn
  75. SemiAdmin:
  76. default: false
  77. info:
  78. prefix: ''
  79. build: true
  80. suffix: ''
  81. inheritance:
  82. - 'Mod'
  83. permissions:
  84. - 'essentials'
  85. - 'essentials.clearinventory'
  86. - 'essentials.cooldown.bypass'
  87. - 'essentials.deljail'
  88. - 'essentials.give'
  89. - 'essentials.god'
  90. - 'essentials.heal'
  91. - 'essentials.heal.others'
  92. - 'essentials.invsee'
  93. - 'essentials.item'
  94. - 'essentials.jails'
  95. - 'essentials.kickall'
  96. - 'essentials.kit.*'
  97. - 'essentials.mute'
  98. - 'essentials.sell'
  99. - 'essentials.setjail'
  100. - 'essentials.signs.protection.override'
  101. - 'essentials.spawnmob'
  102. - 'essentials.teleport.cooldown.bypass'
  103. - 'essentials.teleport.timer.bypass'
  104. - 'essentials.togglejail'
  105. - 'essentials.burn'
  106. Builder:
  107. default: true
  108. info:
  109. prefix: ''
  110. build: true
  111. suffix: ''
  112. inheritance:
  113. - 'Demoted N00b'
  114. permissions:
  115. - 'essentials.back.ondeath'
  116. - 'essentials.balance'
  117. - 'essentials.compass'
  118. - 'essentials.home'
  119. - 'essentials.kit'
  120. - 'essentials.kit.tools'
  121. - 'essentials.mail'
  122. - 'essentials.mail.send'
  123. - 'essentials.me'
  124. - 'essentials.msg'
  125. - 'essentials.nick'
  126. - 'essentials.pay'
  127. - 'essentials.portal'
  128. - 'essentials.protect'
  129. - 'essentials.sethome'
  130. - 'essentials.signs.buy.use'
  131. - 'essentials.signs.disposal.create'
  132. - 'essentials.signs.disposal.use'
  133. - 'essentials.signs.free.use'
  134. - 'essentials.signs.heal.use'
  135. - 'essentials.signs.mail.create'
  136. - 'essentials.signs.mail.use'
  137. - 'essentials.signs.protection.use'
  138. - 'essentials.signs.sell.use'
  139. - 'essentials.signs.trade.create'
  140. - 'essentials.signs.trade.use'
  141. - 'essentials.suicide'
  142. - 'essentials.tpa'
  143. - 'essentials.tpaccept'
  144. - 'essentials.tpahere'
  145. - 'essentials.tpdeny'
  146. - 'essentials.warp'
  147. - 'essentials.warp.list'
  148. - 'essentials.worth'
  149. - 'worldedit.*'
  150. - 'ichat.color'
  151. Mod:
  152. default: false
  153. info:
  154. prefix: ''
  155. build: true
  156. suffix: ''
  157. inheritance:
  158. - 'Builder'
  159. permissions:
  160. - 'essentials.back'
  161. - 'essentials.broadcast'
  162. - 'essentials.delwarp'
  163. - 'essentials.depth'
  164. - 'essentials.eco'
  165. - 'essentials.getpos'
  166. - 'essentials.jump'
  167. - 'essentials.kill'
  168. - 'essentials.setwarp'
  169. - 'essentials.time'
  170. - 'essentials.togglejail'
  171. - 'essentials.top'
  172. - 'essentials.tp'
  173. - 'essentials.tphere'
  174. - 'essentials.tpo'
  175. - 'essentials.tpohere'
  176. - 'essentials.tppos'
  177. - 'essentials.tptoggle'
  178. - 'essentials.whois'
  179. - 'essentials.world'
  180. - 'essentials.give'
  181. - 'essentials.item'
  182. - 'essentials.kit.*'
  183. - 'essentials.god'
  184. - 'essentials.unlimites'
  185. - 'essentials.bigtree'
  186. - 'essentials.powertool'
  187. - 'essentials.suicide'
  188. - 'essentials.ext'
  189. - 'worldguard.*'
  190. Admin:
  191. default: false
  192. permissions:
  193. - '*'
  194. inheritance:
  195. info:
  196. prefix: ''
  197. build: true
  198. suffix: ''
  199.  
  200. ##
  201. # Users denote which users are included in which group.
  202. # TheNo1Yeti is in the Admin group
  203. # Herpina is a member of the Moderator group but also has access
  204. # to the herp.derp permissions
  205. # Derpina is a member of the admin group but does not have access
  206. # to the derp.derp permission node
  207. # Users can also have a prefix and suffix as seen with Herpina
  208. ##
  209. users:
  210. blackrockflame:
  211. group: Admins
  212. info:
  213. prefix: '&c[Moses?]&7'
  214. suffix: ''
  215. permissions:
  216. - ''
  217. cadetcrackers:
  218. group: Admins
  219. info:
  220. prefix: '[Teh only]'
  221. suffix: ''
  222. permissions:
  223. - ''
  224. S_Hurley:
  225. group: Mods
  226. info:
  227. prefix: '[Cool kid]'
  228. suffix: ''
  229. permissions:
  230. - ''
  231. t0nton:
  232. group: Mods
  233. info:
  234. prefix: '[Carlo]'
  235. suffix: ''
  236. permissions:
  237. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement