Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. #
  2. # Name: PrisonUtils
  3. # Author: mrCookieSlime
  4. #
  5. # Do not modify the Config while the Server is running
  6. # otherwise bad things might happen!
  7. #
  8. # This Plugin also requires CS-CoreLib to run!
  9. # If you don't have it installed already, its going to be
  10. # automatically installed for you
  11. #
  12. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  13. # simply set options -> auto-update to false
  14. mining:
  15. auto-smelt: true
  16. enable-fortune: true
  17. straight-to-inventory: true
  18. backpacks: true
  19. prefer-backpacks: true
  20. unbreakable-pickaxes: false
  21. auto-block: true
  22. block-whitelist: []
  23. autosmelt-blacklist:
  24. - LOG
  25. - LOG_2
  26. block-counter: true
  27. soulbound-pickaxes: true
  28. soulbound-backpacks: true
  29. fortune-on-blocks: true
  30. fortune-blacklist:
  31. - OBSIDIAN
  32. enable-lore: true
  33. autosell:
  34. summary-every: 100
  35. pickaxe:
  36. name:
  37. enabled: true
  38. prefix: '&b{PLAYER}''s '
  39. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  40. lore:
  41. enabled: false
  42. lines:
  43. - '&7Pickaxe Owner: &e{PLAYER}'
  44. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  45. - '&7Durability: &e{DURABILITY}'
  46. - ''
  47. shovel:
  48. name:
  49. enabled: true
  50. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  51. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  52. lore:
  53. enabled: false
  54. lines:
  55. - '&7Shovel Owner: &e{PLAYER}'
  56. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  57. - '&7Durability: &e{DURABILITY}'
  58. - ''
  59. axe:
  60. name:
  61. enabled: true
  62. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  63. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  64. lore:
  65. enabled: false
  66. lines:
  67. - '&7Axe Owner: &e{PLAYER}'
  68. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  69. - '&7Durability: &e{DURABILITY}'
  70. - ''
  71. full-inventory:
  72. sound: true
  73. title: true
  74. actionbar: false
  75. allow-breaking-blocks: true
  76. silktouch-whitelist:
  77. - COAL_ORE-
  78. - WEB
  79. - DIAMOND_ORE
  80. - EMERALD_ORE
  81. - GRASS
  82. - HUGE_MUSHROOM_1
  83. - HUGE_MUSHROOM_2
  84. - ICE
  85. - LAPIS_ORE
  86. - MYCEL
  87. - DIRT
  88. - PACKED_ICE
  89. - QUARTZ_ORE
  90. - REDSTONE_ORE
  91. fortune:
  92. use-whitelist: false
  93. block-whitelist:
  94. - COAL_ORE
  95. - REDSTONE_ORE
  96. - GLOWING_REDSTONE_ORE
  97. - LAPIS_ORE
  98. - QUARTZ_ORE
  99. - DIAMOND_ORE
  100. - EMERALD_ORE
  101. world-blacklist:
  102. - world_nether
  103. level-modifier: 0.6
  104. min-modifier: 0.2
  105. regions:
  106. use-whitelist: false
  107. whitelist:
  108. - a
  109. - b
  110. - c
  111. backpacks:
  112. name:
  113. normal: '&eBackpack'
  114. soulbound: '&eReinforced Backpack'
  115. exp:
  116. whitelist:
  117. - COAL_ORE
  118. - REDSTONE_ORE
  119. - GLOWING_REDSTONE_ORE
  120. - LAPIS_ORE
  121. - QUARTZ_ORE
  122. - DIAMOND_ORE
  123. - EMERALD_ORE
  124. auto-exp: true
  125. environment:
  126. fly-on-join: false
  127. permanent-effects:
  128. - SATURATION
  129. prevented-damage:
  130. - FALL
  131. - SUFFOCATION
  132. enable-weather: false
  133. options:
  134. auto-update: true
  135. debug: false
  136. world-blacklist:
  137. - world_the_end
  138. - world_nether
  139. block-rewards:
  140. enabled: false
  141. repeating:
  142. '1': []
  143. standard:
  144. '100':
  145. - say '{PLAYER} broke a hundred blocks'
  146. fortune-world-blacklist:
  147. - plotworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement