Advertisement
JaguarJo

try this one

May 10th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. starter:
  13. default: true
  14. permissions:
  15. - essentials.spawn
  16. - essentials.kit
  17. - essentials.kits.starter
  18. - essentials.sethome
  19. - essentials.tpa
  20. - essentials.home
  21. - essentials.tpaccept
  22. - essentials.tpdeny
  23. - plotme.limit.2
  24. - plotme.use
  25. - plotme.use.add
  26. - plotme.use.remove
  27. - essentials.build.*
  28. - -grief.prevention.ignoreclaims
  29. Owner:
  30. info:
  31. prefix: '&f[&5Owner&f]'
  32. suffix: '&d'
  33. default: false
  34. permissions:
  35. - '*'
  36. Dev:
  37. info:
  38. prefix: '&4[&6Dev&4]'
  39. suffix: '&d'
  40. default: false
  41. permissions:
  42. - '*'
  43. - -bukkit.command.op.give
  44. Admin:
  45. info:
  46. prefix: '&9[&3Admin&9]'
  47. suffix: '&d'
  48. default: false
  49. permissions:
  50. - '*'
  51. - -bukkit.command.op.give
  52. inheritance:
  53. - Mod
  54. ChatMod:
  55. info:
  56. prefix: '&e[&0Chat&fMod&e]'
  57. suffix: '&d'
  58. default: false
  59. permissions:
  60. - plotme.limit.*
  61. - plotme.use
  62. - plotme.use.add
  63. - plotme.use.remove
  64. - essentials.build.*
  65. - -bukkit.command.op.give
  66. - -grief.prevention.ignoreclaims
  67. Grass:
  68. permissions:
  69. - essentials.kits.grass
  70. - plotme.limit.4
  71. - essentials.afk
  72. - essentials.suicide
  73. - iDisguise.cow
  74. - -grief.prevention.ignoreclaims
  75. inheritance:
  76. - starter
  77. Stone:
  78. permissions:
  79. - plotme.limit.6
  80. - iDisguise.chicken
  81. - iDisguise.sheep
  82. - iDisguise.pig
  83. - essentials.fly
  84. inheritance:
  85. - Grass
  86. Iron:
  87. permissions:
  88. - essentials.kits.iron
  89. - iDisguise.mushroom_cow
  90. - iDisguise.wolf
  91. - iDisguise.horse
  92. - iDisguise.donkey
  93. - iDisguise.ocelot
  94. - iDisguise.iron_golem
  95. - iDisguise.squid
  96. - iDisguise.mule
  97. - -grief.prevention.ignoreclaims
  98. inheritance:
  99. - Stone
  100. Gold:
  101. permissions:
  102. - iDisguise.slime
  103. - iDisguise.skeleton
  104. - iDisguise.zombie
  105. - iDisguise.witch
  106. - iDisguise.snowman
  107. - iDisguise.villager
  108. - iDisguise.spider
  109. - iDisguise.undead_horse
  110. - iDisguise.skeleton_horse
  111. - -grief.prevention.ignoreclaims
  112. inheritance:
  113. - Iron
  114. Obsidian:
  115. permissions:
  116. - iDisguise.pig_zombie
  117. - iDisguise.baby
  118. - iDisguise.wither_skeleton
  119. - iDisguise.creeper
  120. - iDisguise.zombie_villager
  121. - -grief.prevention.ignoreclaims
  122. inheritance:
  123. - Gold
  124. Diamond:
  125. permissions:
  126. - iDisguise.magma_cube
  127. - iDisguise.silverfish
  128. - iDisguise.bats
  129. - iDisguise.cave_spider
  130. - iDisguise.charged_creeper
  131. - iDisguise.enderman
  132. - -grief.prevention.ignoreclaims
  133. inheritance:
  134. - Obsidian
  135. Sir:
  136. permissions:
  137. - iDisguise.ender_dragon
  138. - iDisguise.ghast
  139. - iDisguise.blaze
  140. - iDisguise.bat
  141. - iDisguise.wither
  142. - iDisguise.giant
  143. - iDisguise.ghost
  144. - -grief.prevention.ignoreclaims
  145. inheritance:
  146. - Diamond
  147. Mod: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement