Advertisement
Guest User

Untitled

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