Advertisement
MrEminent42

Untitled

Apr 7th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # Name: PrisonGems
  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. upgrades:
  15. DIAMOND_SWORD:
  16. DAMAGE_ALL:
  17. base-cost: 3000
  18. increment: 2000
  19. max: 20
  20. DIAMOND_PICKAXE:
  21. LOOT_BONUS_BLOCKS:
  22. base-cost: 200
  23. increment: 50
  24. max: 6000
  25. DIG_SPEED:
  26. base-cost: 100
  27. increment: 10
  28. max: 6000
  29. gems:
  30. starter: 200
  31. drop-chance: 10
  32. unlock-editor: 5
  33. repair-cost: 1
  34. enable-give-command: true
  35. auto-pickup: true
  36. world-blacklist:
  37. - world_nether
  38. - world_the_end
  39. sign-prefix: '&7[&aUpgrade&7]'
  40. backpacks:
  41. sign-prefix: '&7[&9Backpack&7]'
  42. tiers:
  43. '1':
  44. enabled: true
  45. cost: 100
  46. '2':
  47. enabled: true
  48. cost: 250
  49. '3':
  50. enabled: true
  51. cost: 500
  52. '4':
  53. enabled: true
  54. cost: 750
  55. '5':
  56. enabled: true
  57. cost: 1000
  58. '6':
  59. enabled: true
  60. cost: 2000
  61. soulbound:
  62. '1':
  63. enabled: true
  64. cost: 1000
  65. '2':
  66. enabled: true
  67. cost: 2500
  68. '3':
  69. enabled: true
  70. cost: 5000
  71. '4':
  72. enabled: true
  73. cost: 7500
  74. '5':
  75. enabled: true
  76. cost: 10000
  77. '6':
  78. enabled: true
  79. cost: 20000
  80. enchantment-aliases:
  81. LOOT_BONUS_BLOCKS:
  82. - Fortune
  83. DAMAGE_ALL:
  84. - Sharpness
  85. DURABILITY:
  86. - Unbreaking
  87. DIG_SPEED:
  88. - Effciency
  89. options:
  90. auto-update: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement