Advertisement
Guest User

Untitled

a guest
Feb 15th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 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. - essentials.afk
  16. - essentials.balance
  17. - essentials.balance.others
  18. - essentials.help
  19. - essentials.helpop
  20. - essentials.kits.starter
  21. - essentials.mail
  22. - essentials.mail.send
  23. - essentials.me
  24. - essentials.msg
  25. - essentials.pay
  26. - essentials.realname
  27. - essentials.spawn
  28. - essentials.tpa
  29. - essentials.tpaccept
  30. - essentials.tpahere
  31. - essentials.tpdeny
  32. - essentials.warp
  33. - essentials.warp.list
  34. - factions.claim
  35. - factions.create
  36. - factions.demote
  37. - factions.description
  38. - factions.disband
  39. - factions.invite
  40. - factions.join
  41. - factions.kick
  42. - factions.leader
  43. - factions.leave
  44. - factions.list
  45. - factions.officer
  46. - factions.promote
  47. - factions.relation
  48. - factions.title
  49. - factions.unclaim
  50. - factions.unclaimall
  51. - factionsjoin
  52. - ucars.pigucart
  53. - ucars.ucars
  54. - essentials.rules
  55. - ChestShop.shop.*
  56. - griefprevention.claimblocks.buy
  57. - griefprevention.claimblocks.sell
  58. - griefprevention.claims.allow
  59. - griefprevention.claims.give
  60. - griefprevention.claims.toolcreate
  61. - griefprevention.claims.delete
  62. - griefprevention.claims.investigatearea
  63. - griefprevention.claims.lock
  64. - griefprevention.claims.transfer
  65. - griefprevention.placement.lava
  66. - griefprevention.placement.water
  67. - griefprevention.spam.login
  68. - griefprevention.spam.chat
  69. inheritance:
  70. - g:groupmanager_default
  71. - g:bukkit_default
  72. - g:essentials_default
  73. - g:towny_default
  74. info:
  75. prefix: '&8[&aMember&8] &e'
  76. build: true
  77. suffix: ''
  78. Owner:
  79. default: false
  80. permissions:
  81. - vanish.*
  82. - '*'
  83. inheritance:
  84. - admin
  85. info:
  86. prefix: '&6[&0&l&kgg&c&lOwner&0&l&kgg&6] &4&l'
  87. build: true
  88. suffix: ''
  89. Co-Owner:
  90. default: false
  91. permissions:
  92. - vanish.*
  93. - '*'
  94. inheritance:
  95. - admin
  96. info:
  97. prefix: '&6[&0&l&kgg&c&lCo-Owner&0&l&kgg&6] &4&l'
  98. build: true
  99. suffix: ''
  100. Mod:
  101. default: false
  102. permissions:
  103. - essentials.fly
  104. - essentials.kick
  105. - essentials.mute
  106. - ChestShop.mod
  107. - enchanter.enchant
  108. - enchanter.dirty
  109. - griefprevention.claims.ignorelimit
  110. - griefprevention.claims.chestcreate
  111. - griefprevention.eavesdrop.standard
  112. inheritance:
  113. - Builder
  114. info:
  115. prefix: '&8[&5Mod&8] &c'
  116. build: true
  117. suffix: ''
  118. Member:
  119. default: false
  120. permissions: []
  121. inheritance: []
  122. info:
  123. prefix: '&8[&aMember&8] &e'
  124. build: true
  125. suffix: ''
  126. Builder:
  127. default: true
  128. permissions:
  129. inheritance:
  130. - default
  131. - g:essentials_builder
  132. - g:towny_builder
  133. info:
  134. prefix: '&2'
  135. build: true
  136. suffix: ''
  137. Admin:
  138. default: false
  139. permissions:
  140. - essentials.ban
  141. - essentials.gamemode
  142. - essentials.heal
  143. - essentials.helpop.recieve
  144. - essentials.jail
  145. - essentials.nick
  146. - essentials.tempban
  147. - essentials.unban
  148. - ChestShop.admin
  149. - griefprevention.admin.eavesdrop
  150. - griefprevention.admin.tool
  151. - griefprevention.admin.lock
  152. - griefprevention.admin.claims
  153. - griefprevention.claims.ignore
  154. inheritance:
  155. - moderator
  156. - g:groupmanager_admin
  157. - g:bukkit_admin
  158. - g:essentials_admin
  159. - g:towny_admin
  160. - g:vanish_admin
  161. info:
  162. prefix: '&7[&9Admin&7] &c'
  163. build: true
  164. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement