Advertisement
Guest User

Untitled

a guest
Dec 28th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 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. autosell:
  30. summary-every: 100
  31. pickaxe:
  32. name:
  33. enabled: true
  34. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  35. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  36. lore:
  37. enabled: false
  38. lines:
  39. - '&7Pickaxe Owner: &e{PLAYER}'
  40. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  41. - '&7Durability: &e{DURABILITY}'
  42. - ''
  43. shovel:
  44. name:
  45. enabled: true
  46. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  47. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  48. lore:
  49. enabled: false
  50. lines:
  51. - '&7Shovel Owner: &e{PLAYER}'
  52. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  53. - '&7Durability: &e{DURABILITY}'
  54. - ''
  55. axe:
  56. name:
  57. enabled: true
  58. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  59. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  60. lore:
  61. enabled: false
  62. lines:
  63. - '&7Axe Owner: &e{PLAYER}'
  64. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  65. - '&7Durability: &e{DURABILITY}'
  66. - ''
  67. full-inventory:
  68. sound: true
  69. title: false
  70. actionbar: false
  71. allow-breaking-blocks: true
  72. silktouch-whitelist:
  73. - COAL_ORE-
  74. - WEB
  75. - DIAMOND_ORE
  76. - EMERALD_ORE
  77. - GRASS
  78. - HUGE_MUSHROOM_1
  79. - HUGE_MUSHROOM_2
  80. - ICE
  81. - LAPIS_ORE
  82. - MYCEL
  83. - DIRT
  84. - PACKED_ICE
  85. - QUARTZ_ORE
  86. - REDSTONE_ORE
  87. fortune:
  88. use-whitelist: false
  89. block-whitelist:
  90. - COAL_ORE
  91. - REDSTONE_ORE
  92. - GLOWING_REDSTONE_ORE
  93. - LAPIS_ORE
  94. - QUARTZ_ORE
  95. - DIAMOND_ORE
  96. - EMERALD_ORE
  97. world-blacklist:
  98. - world_nether
  99. level-modifier: 0.6
  100. min-modifier: 0.2
  101. regions:
  102. use-whitelist: false
  103. whitelist:
  104. - a
  105. - b
  106. - c
  107. backpacks:
  108. name:
  109. normal: '&eBackpack'
  110. soulbound: '&eReinforced Backpack'
  111. exp:
  112. whitelist:
  113. - COAL_ORE
  114. - REDSTONE_ORE
  115. - GLOWING_REDSTONE_ORE
  116. - LAPIS_ORE
  117. - QUARTZ_ORE
  118. - DIAMOND_ORE
  119. - EMERALD_ORE
  120. auto-exp: true
  121. environment:
  122. fly-on-join: false
  123. permanent-effects:
  124. - NIGHT_VISION
  125. - SATURATION
  126. prevented-damage:
  127. - FALL
  128. - SUFFOCATION
  129. enable-weather: false
  130. options:
  131. auto-update: true
  132. debug: false
  133. world-blacklist:
  134. - world_the_end
  135. - world_nether
  136. block-rewards:
  137. enabled: false
  138. repeating:
  139. '1': []
  140. standard:
  141. '100':
  142. - say '{PLAYER} broke a hundred blocks'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement