Guest User

Untitled

a guest
Aug 8th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 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. Slave:
  13. default: true
  14. permissions:
  15. - essentials.help
  16. - essentials.helpop
  17. - essentials.sethome
  18. - essentials.home
  19. - essentials.mail
  20. - essentials.mail.send
  21. - essentials.msg
  22. - essentials.suicide
  23. - essentials.balance
  24. - essentials.pay
  25. - essentials.buy
  26. - essentials.sell
  27. - essentials.spawn
  28. - essentials.rules
  29. - essentials.worth
  30. - essentials.signs.use.buy
  31. - essentials.signs.use.sell
  32. - ChestShop.shop.sell
  33. - ChestShop.shop.buy
  34. - MasterPromote.rank.buy.Peasant
  35. - MasterPromote.sign.use.Peasant
  36. - armorperms.helmet
  37. - armorperms.chestplate
  38. - armorperms.leggings
  39. - armorperms.boots
  40. info:
  41. build: true
  42. prefix: '[&fSlave]&7'
  43. Bandit:
  44. default: false
  45. permissions:
  46. - essentials.tpa
  47. - essentials.tpahere
  48. - essentials.tpaccept
  49. - essentials.help
  50. - essentials.helpop
  51. - essentials.sethome
  52. - essentials.home
  53. - essentials.mail
  54. - essentials.mail.send
  55. - essentials.msg
  56. - essentials.suicide
  57. - essentials.balance
  58. - essentials.pay
  59. - essentials.buy
  60. - essentials.sell
  61. - essentials.spawn
  62. - essentials.rules
  63. - essentials.worth
  64. - essentials.signs.use.buy
  65. - essentials.signs.use.sell
  66. - ChestShop.shop.sell
  67. - ChestShop.shop.buy
  68. - gates.create
  69. - gates.use.self
  70. - gates.modify.self
  71. - gates.destroy.self
  72. - disguisecraft.mob.cow
  73. - disguisecraft.mob.sheep
  74. - disguisecraft.mob.sheep.color.*
  75. - disguisecraft.mob.chicken
  76. - disguisecraft.mob.pig
  77. - disguisecraft.mob.squid
  78. - disguisecraft.mob.bat
  79. inheritance:
  80. -
  81. info:
  82. build: true
  83. prefix: '[&8Bandit]&7'
  84. Dark Knight:
  85. default: false
  86. permissions:
  87. - factions.enemy
  88. - factions.ally
  89. - factions.neutral
  90. - factions.open
  91. - factions.money.f2p
  92. - factions.money.f2f
  93. - factions.sethome
  94. - factions.create
  95. - factions.disband
  96. - factions.kick
  97. - factions.deinvite
  98. - factions.title
  99. - factions.tag
  100. - factions.invite
  101. - factions.claim
  102. - factions.map
  103. inheritance:
  104. - Bandit
  105. info:
  106. build: true
  107. prefix: '[&0Dark Knight]&7
  108. Peasant:
  109. default: false
  110. permissions:
  111. - modifyworld.*
  112. - factions.join
  113. - factions.list
  114. - factions.chat
  115. - factions.money.p2f
  116. - factions.money.deposit
  117. - factions.money.balance
  118. - factions.home
  119. - MasterPromote.rank.buy.Lord
  120. - MasterPromote.sign.use.Lord
  121. - essentials.tpaccept
  122. inheritance:
  123. - Slave
  124. info:
  125. build: true
  126. prefix: '[&ePeasant]&7'
  127. Lord:
  128. default: false
  129. permissions:
  130. - gates.create
  131. - gates.use.self
  132. - gates.modify.self
  133. - gates.destroy.self
  134. - ChestShop.shop.create.*
  135. - MasterPromote.rank.buy.King
  136. - MasterPromote.sign.use.King
  137. - essentials.tpa
  138. - essentials.tpahere
  139. inheritance:
  140. - Peasant
  141. info:
  142. build: true
  143. prefix: '[&bLord]&7'
  144. King:
  145. defualt: false
  146. permissions:
  147. - factions.enemy
  148. - factions.ally
  149. - factions.neutral
  150. - factions.open
  151. - factions.money.f2p
  152. - factions.money.f2f
  153. - factions.sethome
  154. - factions.create
  155. - factions.disband
  156. - factions.kick
  157. - factions.deinvite
  158. - factions.title
  159. - factions.tag
  160. - factions.invite
  161. - factions.claim
  162. - factions.map
  163. - MasterPromote.sign.use.all
  164. inheritance:
  165. - Peasant
  166. info:
  167. build: true
  168. prefix: '[&9King]&7'
  169. Moderator:
  170. defualt: false
  171. permissions:
  172. - essentials.fly
  173. - ChestShop.mod
  174. inheritance:
  175. - King
  176. info:
  177. build: true
  178. prefix: '[&7Moderator]&e'
  179. Admin:
  180. default: false
  181. permissions:
  182. - essentials.gamemode
  183. - essentials.home.others
  184. - essentials.invsee
  185. - essentials.invsee.modify
  186. - essentials.jails
  187. - essentials.kick
  188. - essentials.mute
  189. - essentials.mute.exempt
  190. - essentials.tempban
  191. - essentials.tp.others
  192. - essentials.unbanip
  193. - essentials.unban
  194. - essentials.vanish
  195. - essentials.vanish.see
  196. - essentials.teleport.hidden
  197. - essentials.weather
  198. - vanish.*
  199. inheritance:
  200. - Moderator
  201. info:
  202. build: true
  203. prefix: '[&7Admin]&c'
  204. Owner:
  205. default: false
  206. permissions:
  207. - '*'
  208. inheritance:
  209. - Admin
  210. info:
  211. build: true
  212. prefix: '[&8Owner]&4'
Advertisement
Add Comment
Please, Sign In to add comment