Advertisement
Guest User

JimmyCraft Config

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