Advertisement
Guest User

Untitled

a guest
Nov 10th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. Default:
  13. default: true
  14. permissions:
  15. - -bukkit.command.kill
  16. inheritance:
  17. - g:groupmanager_default
  18. - g:bukkit_default
  19. - g:essentials_default
  20. - g:towny_default
  21. info:
  22. prefix: '[Recruit]'
  23. build: false
  24. suffix: ''
  25. Serf:
  26. default: false
  27. permissions:
  28. - ee.lutsu.alpha.mc.mytown.commands.CmdMyTownAdmin
  29. - ee.lutsu.alpha.mc.mytown.commands.CmdMyTown
  30. - ee.lutsu.alpha.mc.mytown.commands.CmdChannel
  31. - ee.lutsu.alpha.mc.mytown.commands.CmdGamemode
  32. - ee.lutsu.alpha.mc.mytown.commands.CmdWrk
  33. - ee.lutsu.alpha.mc.mytown.commands.CmdSpawn
  34. - ee.lutsu.alpha.mc.mytown.commands.CmdTeleport
  35. - ee.lutsu.alpha.mc.mytown.commands.CmdSetSpawn
  36. - ee.lutsu.alpha.mc.mytown.commands.CmdOnline
  37. - ee.lutsu.alpha.mc.mytown.commands.CmdEmote
  38. - ee.lutsu.alpha.mc.mytown.commands.CmdPrivateMsg
  39. - ee.lutsu.alpha.mc.mytown.commands.CmdReplyPrivateMsg
  40. - ee.lutsu.alpha.mc.mytown.commands.CmdHomes
  41. - ee.lutsu.alpha.mc.mytown.commands.CmdHome
  42. - ee.lutsu.alpha.mc.mytown.commands.CmdSetHome
  43. - ee.lutsu.alpha.mc.mytown.commands.CmdDelHome
  44. - ee.lutsu.alpha.mc.mytown.commands.Cmd*
  45. - mytown.ecmd.spawn
  46. - mytown.adm.bypass.teleportwait
  47. - mytown.ecmd.online
  48. - mytown.ecmd.msg
  49. - mytown.ecmd.reply
  50. - mytown.ecmd.homes
  51. - mytown.ecmd.home
  52. - mytown.ecmd.sethome
  53. - mytown.ecmd.sethome.replace
  54. - mytown.ecmd.delhome
  55. - mytown.cmd
  56. - mytown.cmd.map
  57. - mytown.cmd.list
  58. - mytown.cmd.info
  59. - mytown.cmd.res
  60. - mytown.cmd.friend
  61. - mytown.cmd.spawn.own
  62. - mytown.cmd.new.dim0
  63. - mytown.cmd.accept
  64. - mytown.cmd.deny
  65. - mytown.cmd.leave
  66. - mytown.cmd.online
  67. - mytown.cmd.perm.show.*
  68. - mytown.cmd.perm.set.*
  69. - mytown.cmd.perm.force.*
  70. - mytown.cmd.claim.dim0
  71. - mytown.cmd.unclaim
  72. - mytown.cmd.invite
  73. - mytown.cmd.kick
  74. - mytown.cmd.setspawn
  75. - mytown.cmd.plot
  76. - mytown.cmd.plot.reassign
  77. - mytown.cmd.plot.unassign
  78. - mytown.cmd.assistant
  79. - mytown.cmd.mayor
  80. - mytown.cmd.rename
  81. - mytown.cmd.delete
  82. - mytown.cmd.nationinfo
  83. - mytown.cmd.nationlist
  84. - mytown.cmd.nationnew
  85. - mytown.cmd.nationaccept
  86. - mytown.cmd.nationdeny
  87. - mytown.cmd.nationinvite
  88. - mytown.cmd.nationkick
  89. - mytown.cmd.nationtransfer
  90. - mytown.cmd.nationdelete
  91. - mytown.cmd.nationleave
  92. - mytown.mayor.blocks.8
  93. - mytown.resident.blocksmulti.1
  94. - essentials.protect
  95. - essentials.warp
  96. - essentials.afk
  97. - essentials.worth
  98. - essentials.sell
  99. - essentials.pay
  100. - essentials.back
  101. - essentials.back.ondeath
  102. - essentials.balance
  103. - essentials.compass
  104. - essentials.delhome
  105. - essentials.depth
  106. - essentials.home
  107. - essentials.ignore
  108. - essentials.kit
  109. - essentials.mail
  110. - essentials.mail.send
  111. - essentials.me
  112. - essentials.msg
  113. - essentials.pay
  114. - essentials.ping
  115. - essentials.rules
  116. - essentials.seen
  117. - essentials.sethome
  118. - essentials.signs.use.*
  119. - essentials.spawn
  120. - essentials.suicide
  121. - ChestShop.shop.create.*
  122. - ChestShop.shop.buy
  123. - ChestShop.shop.sell
  124. inheritance:
  125. - default
  126. - g:groupmanager_Serf
  127. - g:essentials_Serf
  128. - g:towny_Serf
  129. info:
  130. prefix: '[Serf]'
  131. build: true
  132. suffix: ''
  133. Freeman:
  134. default: false
  135. permissions:
  136. - essentials.tpa
  137. - essentials.tpaccept
  138. - essentials.tpadeny
  139. - essentials.sethome
  140. - essentials.sethome.multiple
  141. - essentials.home
  142. inheritance:
  143. - Serf
  144. info:
  145. prefix: '[Freeman]'
  146. build: true
  147. suffix: ''
  148. Knight:
  149. default: false
  150. permissions:
  151. - essentials.sethome.multiple.knight
  152. - essentials.tp
  153. - essentials.warp.list
  154. inheritance:
  155. - Freeman
  156. info:
  157. prefix: '[Knight]'
  158. build: true
  159. suffix: ''
  160. Baron:
  161. default: false
  162. permissions:
  163. - essentials.warp.list
  164. - essentials.keepxp
  165. - essentials.sethome.multiple.baron
  166. - essentials.tp
  167. inheritance:
  168. - Knight
  169. info:
  170. prefix: '[Baron]'
  171. build: true
  172. suffix: ''
  173. Viscount:
  174. default: false
  175. permissions:
  176. - essentials.sethome.multiple.viscount
  177. - essentials.keepxp
  178. - essentials.joinfullserver
  179. - essentials.tp
  180. inheritance:
  181. - Baron
  182. info:
  183. prefix: '[Viscount]'
  184. build: true
  185. suffix: ''
  186. WarLord:
  187. default: false
  188. permissions:
  189. - essentials.sethome.multiple.warlord
  190. - essentials.fly
  191. inheritance:
  192. - Viscount
  193. info:
  194. prefix: '[WarLord]'
  195. build: true
  196. suffix: ''
  197. Moderator:
  198. default: false
  199. permissions:
  200. - essentials.protect.damage.disable
  201. - essentials.protect.admin
  202. - essentials.sethome
  203. - essentials.sethome.multiple.warlord
  204. - essentials.jump
  205. - essentials.tempban
  206. - essentials.socialspy
  207. - essentials.invsee
  208. - essentials.enderchest
  209. - essentials.clearinventory
  210. - essentials.chat.ignoreexempt
  211. - essentials.ban
  212. - essentials.kick
  213. - essentials.mute
  214. - essentials.protect
  215. - essentials.tpo
  216. - essentials.tpohere
  217. - essentials.unban
  218. - essentials.fly
  219. - essentials.fly.safelogin
  220. - ChestShop.shop.create.*
  221. - ChestShop.shop.buy
  222. - ChestShop.shop.sell
  223. inheritance:
  224. - Warlord
  225. - g:groupmanager_moderator
  226. - g:bukkit_moderator
  227. - g:essentials_moderator
  228. - g:towny_moderator
  229. - g:vanish_moderator
  230. info:
  231. prefix: '[Mod]'
  232. build: true
  233. suffix: ''
  234. Admin:
  235. default: false
  236. permissions:
  237. - essentials.warps.*
  238. - essentials.setwarp
  239. - essentials.delwarp
  240. - essentials.warp.list
  241. - essentials.kill
  242. - essentials.time
  243. - essentials.gamemode
  244. - -vanish.*
  245. - '*'
  246. - essentials.list
  247. - ChestShop.admin
  248. - ChestShop.shop.create.*
  249. - ChestShop.shop.buy
  250. - ChestShop.shop.sell
  251. - mytown.adm.cmd.*
  252. inheritance:
  253. - moderator
  254. - g:groupmanager_admin
  255. - g:bukkit_admin
  256. - g:essentials_admin
  257. - g:towny_admin
  258. - g:vanish_admin
  259. info:
  260. prefix: '[Admin]'
  261. build: true
  262. suffix: ''
  263. Owner:
  264. default: false
  265. permissions:
  266. - essentials.itemspawn.exempt
  267. - essentials.itemspawn.meta-head
  268. - essentials.eco
  269. - '*'
  270. - -vanish.*
  271. - ChestShop.shop.create.*
  272. - ChestShop.shop.buy
  273. - ChestShop.shop.sell
  274.  
  275. inheritance:
  276. - admin
  277. info:
  278. prefix: '[Queen]'
  279. build: true
  280. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement