Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. ######################################################
  2. ## ##
  3. ## SuperiorSkyblock 2 ##
  4. ## Developed by Ome_R ##
  5. ## ##
  6. ######################################################
  7.  
  8. # In this file you can manage all of the upgrades of the server.
  9. #
  10. # Here is some information about the built-in upgrades:
  11. # Crop Growth: Will make your crop grow faster than usual.
  12. # Spawner Rates: Will make your spawners spawn faster than usual.
  13. # Mob Drops: Will make your entities drop more items than usual.
  14. # Hoppers Limit: Will limit the amount of hoppers in your island.
  15. #
  16. # Here is an example of how to create a custom upgrade:
  17. # upgrades:
  18. # upgrade-name: // Custom name for your upgrade. Will be used as an identifier for the upgrade (also in commands)
  19. # '1': // The level of the upgrade. Level 1 is the default one. Make sure you add ''.
  20. # price: 100.0 // The price for ranking up to the next upgrade.
  21. # commands: // A list of commands to be executed from console. Use %player% for player's name.
  22. # - 'give %player% diamond 1'
  23. # - 'island admin setupgrade %player% upgrade-name 2' // You need to execute this command manually.
  24. # '2':
  25. # price: 0.0
  26. # commands:
  27. # - 'island admin msg %player% &cReached maximum level!' // If you don't call the setupgrade command, it's like the player didn't level up.
  28.  
  29. upgrades:
  30. hoppers-limit:
  31. '1':
  32. price: 1000000.0
  33. block-limits:
  34. HOPPER: 8
  35. commands:
  36. - 'island admin setupgrade %player% hoppers-limit 2'
  37. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your hoppers limit was increased to 16!'
  38. '2':
  39. price: 3000000.0
  40. block-limits:
  41. HOPPER: 16
  42. commands:
  43. - 'island admin setupgrade %player% hoppers-limit 3'
  44. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your hoppers limit was increased to 32!'
  45. '3':
  46. price: 9000000.0
  47. block-limits:
  48. HOPPER: 32
  49. commands:
  50. - 'island admin setupgrade %player% hoppers-limit 4'
  51. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your hoppers limit was increased to 64!'
  52. '4':
  53. price: 0.0
  54. block-limits:
  55. HOPPER: 64
  56. commands:
  57. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for hoppers limit.'
  58. crop-growth:
  59. '1':
  60. price: 100000.0
  61. crop-growth: 1
  62. commands:
  63. - 'island admin setupgrade %player% crop-growth 2'
  64. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your crop-growth multiplier was increased to x2!'
  65. '2':
  66. price: 500000.0
  67. crop-growth: 15
  68. commands:
  69. - 'island admin setupgrade %player% crop-growth 3'
  70. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your crop-growth multiplier was increased to x3!'
  71. '3':
  72. price: 1000000.0
  73. crop-growth: 25
  74. commands:
  75. - - 'island admin setupgrade %player% crop-growth 4'
  76. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your crop-growth multiplier was increased to x4!'
  77. '4':
  78. price: 0.0
  79. crop-growth: 40
  80. commands:
  81. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for crop growth.'
  82. spawner-rates:
  83. '1':
  84. price: 500000.0
  85. spawner-rates: 1
  86. commands:
  87. - 'island admin setupgrade %player% spawner-rates 2'
  88. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your spawner-rates multiplier was increased to x2!'
  89. '2':
  90. price: 1000000.0
  91. spawner-rates: 2
  92. commands:
  93. - 'island admin setupgrade %player% spawner-rates 3'
  94. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your spawner-rates multiplier was increased to x3!'
  95. '3':
  96. price: 2500000.0
  97. spawner-rates: 3
  98. commands:
  99. - 'island admin setupgrade %player% spawner-rates 4'
  100. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your spawner-rates multiplier was increased to x4!'
  101. '4':
  102. price: 0.0
  103. spawner-rates: 4
  104. commands:
  105. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for spawner-rates.'
  106. mob-drops:
  107. '1':
  108. price: 1000000.0
  109. mob-drops: 1
  110. commands:
  111. - 'island admin setupgrade %player% mob-drops 2'
  112. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your mob-drops multiplier was increased to x2!'
  113. '2':
  114. price: 2000000.0
  115. mob-drops: 2
  116. commands:
  117. - 'island admin setupgrade %player% mob-drops 3'
  118. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your mob-drops multiplier was increased to x3!'
  119. '3':
  120. price: 5000000.0
  121. mob-drops: 3
  122. commands:
  123. - 'island admin setupgrade %player% mob-drops 4'
  124. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your mob-drops multiplier was increased to x4!'
  125. '4':
  126. price: 0.0
  127. mob-drops: 4
  128. commands:
  129. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for mob-drops.'
  130. members-limit:
  131. '1':
  132. price: 100000.0
  133. team-limit: 4
  134. commands:
  135. - 'island admin setupgrade %player% members-limit 2'
  136. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your members limit was increased to 8!'
  137. '2':
  138. price: 300000.0
  139. team-limit: 8
  140. commands:
  141. - 'island admin setupgrade %player% members-limit 3'
  142. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your members limit was increased to 16!'
  143. '3':
  144. price: 500000.0
  145. team-limit: 16
  146. commands:
  147. - 'island admin setupgrade %player% members-limit 4'
  148. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your members limit was increased to 32!'
  149. '4':
  150. price: 0.0
  151. team-limit: 32
  152. commands:
  153. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for members limit.'
  154. border-size:
  155. '1':
  156. price: 30000.0
  157. border-size: 25
  158. commands:
  159. - 'island admin setupgrade %player% border-size 2'
  160. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your border size was increased to 50 blocks!'
  161. '2':
  162. price: 80000.0
  163. border-size: 50
  164. commands:
  165. - 'island admin setupgrade %player% border-size 3'
  166. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your border size was increased to 75 blocks!'
  167. '3':
  168. price: 150000.0
  169. permission: 'upgrade.size.donor'
  170. border-size: 75
  171. commands:
  172. - 'island admin setupgrade %player% border-size 4'
  173. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your border size was increased to 125 blocks!'
  174. '4':
  175. price: 0.0
  176. border-size: 125
  177. commands:
  178. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for border size.'
  179. generator-rates:
  180. '1':
  181. price: 25000.0
  182. generator-rates:
  183. STONE: 95
  184. COAL_ORE: 5
  185. commands:
  186. - 'island admin setupgrade %player% generator-rates 2'
  187. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your generator was upgraded to level 2!'
  188. '2':
  189. price: 75000.0
  190. generator-rates:
  191. STONE: 92
  192. COAL_ORE: 5
  193. REDSTONE_ORE: 3
  194. commands:
  195. - 'island admin setupgrade %player% generator-rates 3'
  196. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your generator was upgraded to level 3!'
  197. '3':
  198. price: 150000.0
  199. permission: 'upgrade.gen.donor'
  200. generator-rates:
  201. STONE: 80
  202. COAL_ORE: 8
  203. REDSTONE_ORE: 6
  204. LAPIS_ORE: 4
  205. IRON_ORE: 2
  206. commands:
  207. - 'island admin setupgrade %player% generator-rates 4'
  208. - 'island admin msgall %player% &e&lSuperiorSkyblock &7Your generator was upgraded to level 4!'
  209. '4':
  210. price: 0.0
  211. generator-rates:
  212. STONE: 65
  213. COAL_ORE: 10
  214. REDSTONE_ORE: 9
  215. LAPIS_ORE: 6
  216. IRON_ORE: 4
  217. GOLD_ORE: 3
  218. DIAMOND_ORE: 2
  219. EMERALD_ORE: 1
  220. commands:
  221. - 'island admin msg %player% &e&lSuperiorSkyblock &7You have reached the maximum upgrade for generator.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement