Advertisement
Guest User

groups yml

a guest
Feb 15th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 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. '&8[&5Mod&8]': '&c'
  116. prefix: '&8[&5Mod&8] &c'
  117. build: true
  118. suffix: ''
  119. Member:
  120. default: false
  121. permissions: []
  122. inheritance: []
  123. info:
  124. prefix: '&8[&aMember&8] &e'
  125. build: true
  126. suffix: ''
  127. Builder:
  128. default: true
  129. permissions:
  130. inheritance:
  131. - default
  132. - g:essentials_builder
  133. - g:towny_builder
  134. info:
  135. prefix: '&2'
  136. build: true
  137. suffix: ''
  138. Admin:
  139. default: false
  140. permissions:
  141. - essentials.ban
  142. - essentials.gamemode
  143. - essentials.heal
  144. - essentials.helpop.recieve
  145. - essentials.jail
  146. - essentials.nick
  147. - essentials.tempban
  148. - essentials.unban
  149. - ChestShop.admin
  150. - griefprevention.admin.eavesdrop
  151. - griefprevention.admin.tool
  152. - griefprevention.admin.lock
  153. - griefprevention.admin.claims
  154. - griefprevention.claims.ignore
  155. inheritance:
  156. - moderator
  157. - g:groupmanager_admin
  158. - g:bukkit_admin
  159. - g:essentials_admin
  160. - g:towny_admin
  161. - g:vanish_admin
  162. info:
  163. prefix: '&7[&9Admin&7] &c'
  164. build: true
  165. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement