Advertisement
Guest User

Untitled

a guest
May 30th, 2011
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 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.  
  62. Member:
  63. default: true
  64. info:
  65. prefix: '&7'
  66. suffix: ''
  67. build: true
  68. inheritance:
  69. permissions:
  70. - 'essentials.help'
  71. - 'essentials.depth'
  72. - 'essentials.getpos'
  73. - 'essentials.compass'
  74. - 'essentials.home'
  75. - 'essentials.sethome'
  76. - 'essentials.msg'
  77. - 'essentials.afk'
  78. - 'essentials.rules'
  79. - 'essentials.motd'
  80. - 'essentials.list'
  81. - 'essentials.mail'
  82. - 'essentials.mail.send'
  83. - 'essentials.helpop'
  84. - 'essentials.whois'
  85. - 'essentials.suicide'
  86. - 'essentials.spawn'
  87. - 'essentials.warp'
  88. - 'essentials.warp.list'
  89. - 'essentials.warp.[warpname]'
  90. - 'mcmmo.motd'
  91. - 'mcmmo.regeneration'
  92. - 'mcmmo.chat.partychat'
  93. - 'mcmmo.commands.ability'
  94. - 'mcmmo.commands.party'
  95. - 'mcmmo.commands.whois'
  96. - 'mcmmo.ability.woodcutting'
  97. - 'mcmmo.ability.mining'
  98. - 'mcmmo.ability.axes'
  99. - 'mcmmo.ability.excavation'
  100. - 'mcmmo.ability.swords'
  101. - 'mcmmo.ability.unarmed'
  102. - 'mcmmo.item.chimaerawing'
  103. - 'mcmmo.skills.*'
  104. - 'lockette.create.*'
  105. - 'iConomy.access'
  106. - 'iConomy.rank '
  107. - 'iConomy.list '
  108. - 'localshops.user.sell'
  109. - 'localshops.manager.add'
  110. - 'localshops.manager.create'
  111. - 'localshops.manager.destroy'
  112. - 'localshops.manager.move'
  113. - 'iConomy.payment'
  114. - 'MobBounty.mb'
  115. - 'herobounty.list'
  116. - 'herobounty.locate'
  117. - 'herobounty.accept'
  118. - 'herobounty.new'
  119. - 'BetterShop.user.list'
  120. - 'BetterShop.user.check'
  121. - 'BetterShop.user.help'
  122. - 'BetterShop.user.buy'
  123. - 'BetterShop.user.sell'
  124. - 'towny.town.claim'
  125. - 'lwc.protect'
  126. - 'localshops.manager.remove'
  127. - 'localshops.manager.select'
  128. - 'localshops.manager.set'
  129. - 'localshops.manager.set.owner'
  130. - ''
  131. - ''
  132. - 'localshops.user.buy'
  133. - ''
  134. - ''
  135. - ''
  136. - ''
  137. - ''
  138. VIP:
  139. default: false
  140. info:
  141. prefix: '&a'
  142. suffix: ''
  143. build: true
  144. inheritance:
  145. - Member
  146. permissions:
  147. Moderator:
  148. default: false
  149. info:
  150. prefix: '&b'
  151. suffix: ''
  152. build: true
  153. inheritance:
  154. - VIP
  155. permissions:
  156. - 'lwc.mod'
  157. - 'essentials.kick'
  158. - 'magiccarpet.mc'
  159. - 'magiccarpet.ml'
  160. HeadModerator:
  161. default: false
  162. info:
  163. prefix: '&b'
  164. suffix: ''
  165. build: true
  166. inheritance:
  167. - Moderator
  168. permissions:
  169. - ''
  170. Tech Support:
  171. default: false
  172. info:
  173. prefix: '&1'
  174. suffix: ''
  175. build: true
  176. inheritance:
  177. - Moderator
  178. permissions:
  179. - 'essentials.tp'
  180. - 'essentials.ban'
  181. - 'essentials.mute'
  182. - 'essentials.unban'
  183. - 'nocheat.flying'
  184. - 'essentials.kick'
  185. - 'lwc.admin'
  186. - 'nocheat.moving'
  187. - 'nocheat.speedhack'
  188. - 'nocheat.airbuild'
  189. - 'izone.zones.list'
  190. - 'izone.zones.delete'
  191. - 'izone.zones.info'
  192. - 'izone.zones.flag'
  193. - 'izone.zones.allow'
  194. - 'izone.zones.disallow'
  195. - 'izone.zones.expand'
  196. - 'izone.edit.undo'
  197. - 'izone.edit.fill'
  198. - 'izone.edit.count'
  199. - 'izone.edit.delete'
  200. - 'izone.edit.replace'
  201. - 'izone.zones.check'
  202. - 'izone.zones.define'
  203. - 'izone.zones.ignoreowner'
  204. - 'izone.zones.list'
  205. - 'izone.zones.create'
  206. - ''
  207. - ''
  208. - ''
  209. - ''
  210. - ''
  211. - ''
  212. - ''
  213. - ''
  214. - ''
  215. - ''
  216. - ''
  217. - ''
  218. - ''
  219. - ''
  220. - ''
  221. - ''
  222. Admin:
  223. default: false
  224. info:
  225. prefix: '&c'
  226. suffix: ''
  227. build: true
  228. inheritance:
  229. - HeadModerator
  230. permissions:
  231. - 'essentials.tp'
  232. - 'essentials.clearinventory.others'
  233. - 'essentials.ban'
  234. - 'essentials.mute'
  235. - 'essentials.unban'
  236. - 'essentials.item'
  237. - 'essentials.tptoggle'
  238. - 'lwc.admin'
  239. - 'essentials.tpo'
  240. - 'bb.admin.info'
  241. - ''
  242. - ''
  243. - ''
  244. - ''
  245. - ''
  246. - ''
  247. - ''
  248. HeadAdmin:
  249. default: false
  250. info:
  251. prefix: '&4'
  252. suffix: ''
  253. build: true
  254. inheritance:
  255. - Admin
  256. permissions:
  257. - ''
  258. Owner:
  259. default: false
  260. info:
  261. prefix: '&5'
  262. suffix: ''
  263. build: true
  264. inheritance:
  265. permissions:
  266. - '*'
  267.  
  268. ##
  269. # Users denote which users are included in which group.
  270. # TheNo1Yeti is in the Admin group
  271. # Herpina is a member of the Moderator group but also has access
  272. # to the herp.derp permissions
  273. # Derpina is a member of the admin group but does not have access
  274. # to the derp.derp permission node
  275. # Users can also have a prefix and suffix as seen with Herpina
  276. ##
  277. users:
  278.  
  279. KhaosArts:
  280. group: Owner
  281. permissions:
  282. - '- commandbook.give*'
  283. - '- commandbook.give'
  284. - ''
  285. - ''
  286. - ''
  287. - ''
  288. - ''
  289. - ''
  290. - ''
  291. - ''
  292. - ''
  293. BigBoyRed:
  294. group: Owner
  295. permissions:
  296. - '- essentials.eco'
  297. - '- essentials.give '
  298. - '- essentials.item'
  299. - '- commandbook.give'
  300. - '- commandbook.give*'
  301. - ''
  302. - ''
  303. - ''
  304. - ''
  305. - ''
  306. - ''
  307. - ''
  308. - ''
  309. - ''
  310. - ''
  311. P3nguin2741:
  312. group: HeadModerator
  313. permissions:
  314. - ''
  315. guthanmane:
  316. group: Tech Support
  317. permissions:
  318. - 'BetterShop.admin.*'
  319. Unknownz:
  320. group: Moderator
  321. permissions:
  322. - ''
  323. Gun487:
  324. group: HeadAdmin
  325. permissions:
  326. - ''
  327. Jammerk:
  328. group: VIP
  329. permissions:
  330. - ''
  331. GWoodGG:
  332. group: Moderator
  333. permissions:
  334. - ''
  335. CrayzGurl:
  336. group: Admin
  337. permissions:
  338. - ''
  339. Sparten368:
  340. group: VIP
  341. permissions:
  342. - ''
  343. kzthehero198:
  344. group: Moderator
  345. permissions:
  346. - ''
  347. RumandChai:
  348. group: Moderator
  349. permissions:
  350. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement