Advertisement
Guest User

PrisonUtils Config

a guest
Mar 6th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 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. fortune-blacklist:
  26. - OBSIDIAN
  27. autosmelt-blacklist:
  28. - LOG
  29. - LOG_2
  30. pickaxe-name: '&b{PLAYER}''s Pickaxe &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  31. rename-pickaxe: true
  32. enable-lore: true
  33. block-counter: true
  34. soulbound-pickaxes: true
  35. soulbound-backpacks: true
  36. exp:
  37. whitelist:
  38. - COAL_ORE
  39. - REDSTONE_ORE
  40. - GLOWING_REDSTONE_ORE
  41. - LAPIS_ORE
  42. - QUARTZ_ORE
  43. - DIAMOND_ORE
  44. - EMERALD_ORE
  45. auto-exp: true
  46. environment:
  47. fly-on-join: false
  48. permanent-effects: []
  49. prevented-damage: []
  50. enable-weather: false
  51. options:
  52. auto-update: true
  53. world-blacklist:
  54. - world_the_end
  55. - world_nether
  56. fortune-world-blacklist:
  57. - plotworld
  58. block-rewards:
  59. enabled: false
  60. repeating:
  61. '1': []
  62. standard:
  63. '100':
  64. - say '{PLAYER} broke a hundred blocks'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement