Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 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: false
  20. prefer-backpacks: false
  21. unbreakable-pickaxes: true
  22. auto-block: false
  23. block-whitelist:
  24. - OBSIDIAN
  25. - EMERALD_BLOCK
  26. fortune-blacklist: []
  27. autosmelt-blacklist:
  28. - LOG
  29. - LOG_2
  30. enable-lore: true
  31. block-counter: true
  32. soulbound-pickaxes: true
  33. soulbound-backpacks: true
  34. pickaxe:
  35. name:
  36. enabled: true
  37. prefix: '&b{PLAYER}''s '
  38. suffix: ' &8[&1{BLOCKSBROKEN} &9Blocks broken&8]'
  39. full-inventory:
  40. sound: true
  41. title: true
  42. actionbar: false
  43. allow-breaking-blocks: true
  44. fortune:
  45. level-modifier: 1.5
  46. exp:
  47. whitelist:
  48. - COAL_ORE
  49. - REDSTONE_ORE
  50. - GLOWING_REDSTONE_ORE
  51. - LAPIS_ORE
  52. - QUARTZ_ORE
  53. - DIAMOND_ORE
  54. - EMERALD_ORE
  55. auto-exp: true
  56. environment:
  57. fly-on-join: false
  58. permanent-effects:
  59. - NIGHT_VISION
  60. - SATURATION
  61. prevented-damage:
  62. - FALL
  63. - SUFFOCATION
  64. enable-weather: false
  65. options:
  66. auto-update: true
  67. world-blacklist:
  68. - world_the_end
  69. - world_nether
  70. fortune-world-blacklist:
  71. - plotworld
  72. block-rewards:
  73. enabled: false
  74. repeating:
  75. '1': []
  76. standard:
  77. '100':
  78. - say '{PLAYER} broke a hundred blocks'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement