Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 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: false
  18. straight-to-inventory: true
  19. backpacks: false
  20. prefer-backpacks: false
  21. unbreakable-pickaxes: false
  22. auto-block: true
  23. still-break-blocks-when-inventory-full: true
  24. block-whitelist: []
  25. fortune-blacklist:
  26. - IRON_ORE
  27. - GOLD_ORE
  28. autosmelt-blacklist: []
  29. pickaxe-name: '&b{PLAYER}''s Pickaxe &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  30. rename-pickaxe: false
  31. enable-lore: false
  32. block-counter: true
  33. soulbound-pickaxes: false
  34. soulbound-backpacks: false
  35. inventory-full-sound: false
  36. fortune:
  37. level-modifier: 0.6
  38. exp:
  39. whitelist:
  40. - COAL_ORE
  41. - REDSTONE_ORE
  42. - GLOWING_REDSTONE_ORE
  43. - LAPIS_ORE
  44. - QUARTZ_ORE
  45. - DIAMOND_ORE
  46. - EMERALD_ORE
  47. auto-exp: true
  48. environment:
  49. fly-on-join: false
  50. permanent-effects: []
  51. prevented-damage:
  52. - FALL
  53. - SUFFOCATION
  54. enable-weather: false
  55. options:
  56. auto-update: true
  57. world-blacklist:
  58. - plotworld
  59. fortune-world-blacklist:
  60. - t
  61. block-rewards:
  62. enabled: false
  63. repeating:
  64. '1': []
  65. standard:
  66. '100':
  67. - say '{PLAYER} broke a hundred blocks'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement