Guest User

Untitled

a guest
Feb 4th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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. fortune-on-blocks: true
  18. straight-to-inventory: true
  19. backpacks: true
  20. prefer-backpacks: true
  21. unbreakable-pickaxes: false
  22. auto-block: true
  23. still-break-blocks-when-inventory-full: true
  24. block-whitelist:
  25. - STONE
  26. - COAL_ORE
  27. - IRON_ORE
  28. - GOLD_ORE
  29. - LAPIS_ORE
  30. - DIAMOND_ORE
  31. - EMERALD_ORE
  32. - QUARTZ_ORE
  33. - COAL_BLOCK
  34. - IRON_BLOCK
  35. - GOLD_BLOCK
  36. - LAPIS_BLOCK
  37. - DIAMOND_BLOCK
  38. - EMERALD_BLOCK
  39. - QUARTZ_BLOCK
  40. - REDSTONE_ORE
  41. - GLOWING_REDSTONE_ORE
  42. - REDSTONE_BLOCK
  43. - OBSIDIAN
  44. fortune-blacklist: []
  45. autosmelt-blacklist:
  46. - LOG
  47. - LOG_2
  48. pickaxe-name: '&b{PLAYER}''s Pickaxe &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  49. rename-pickaxe: false
  50. enable-lore: true
  51. block-counter: true
  52. soulbound: true
  53. environment:
  54. permanent-effects:
  55. - NIGHT_VISION
  56. - SATURATION
  57. prevented-damage:
  58. - SUFFOCATION
  59. enable-weather: false
  60. options:
  61. auto-update: true
  62. world-blacklist:
  63. - world_the_end
  64. - world_nether
  65. - plotworld
  66. fortune-world-blacklist:
  67. - test
  68. block-rewards:
  69. enabled: false
  70. repeating:
  71. '1': []
  72. standard:
  73. '100':
  74. - say '{PLAYER} broke a hundred blocks'
Advertisement
Add Comment
Please, Sign In to add comment