Advertisement
Guest User

Untitled

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