Advertisement
Guest User

Untitled

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