Advertisement
Guest User

PG Config

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