Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # Just guess...
  2. #
  3. # Name: PrisonGems
  4. # Author: mrCookieSlime
  5. #
  6. # Do not modify the Config while the Server is running
  7. # otherwise bad things might happen!
  8. #
  9. # This Plugin also requires CS-CoreLib to run!
  10. # If you don't have it installed already, its going to be
  11. # automatically installed for you
  12. #
  13. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  14. # simply set options -> auto-update to false
  15. upgrades:
  16. DIAMOND_PICKAXE:
  17. DAMAGE_ALL:
  18. base-cost: 3
  19. increment: 2
  20. max: 20
  21. EXPLOSIVE:
  22. base-cost: 3
  23. increment: 2
  24. max: 20
  25. HASTE:
  26. base-cost: 3
  27. increment: 2
  28. max: 20
  29. SPEED:
  30. base-cost: 3
  31. increment: 2
  32. max: 20
  33. gems:
  34. starter: 0
  35. drop-chance: 10
  36. unlock-editor: 5
  37. repair-cost: 25
  38. enable-give-command: true
  39. auto-pickup: false
  40. world-blacklist:
  41. - world_nether
  42. - world_the_end
  43. no-upgrade-lore-tags:
  44. - '&cCannot be upgraded'
  45. sign-prefix: '&9&l[ENCHANT]'
  46. backpacks:
  47. sign-prefix: '&7[&9Backpack&7]'
  48. tiers:
  49. '1':
  50. enabled: true
  51. cost: 100
  52. '2':
  53. enabled: true
  54. cost: 250
  55. '3':
  56. enabled: true
  57. cost: 500
  58. '4':
  59. enabled: true
  60. cost: 750
  61. '5':
  62. enabled: true
  63. cost: 1000
  64. '6':
  65. enabled: true
  66. cost: 2000
  67. soulbound:
  68. '1':
  69. enabled: true
  70. cost: 1000
  71. '2':
  72. enabled: true
  73. cost: 2500
  74. '3':
  75. enabled: true
  76. cost: 5000
  77. '4':
  78. enabled: true
  79. cost: 7500
  80. '5':
  81. enabled: true
  82. cost: 10000
  83. '6':
  84. enabled: true
  85. cost: 20000
  86. enchantment-aliases:
  87. LOOT_BONUS_BLOCKS:
  88. - Fortune
  89. DAMAGE_ALL:
  90. - Sharpness
  91. DURABILITY:
  92. - Unbreaking
  93. DIG_SPEED:
  94. - Effciency
  95. EXPLOSIVE:
  96. - Explosive
  97. '0':
  98. - Explosive
  99. '1':
  100. - Speed
  101. '2':
  102. - Haste
  103. options:
  104. auto-update: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement