Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. Messages:
  2. SpawnerUpgrade: '&7You have upgraded &b{spawner} &7for &a${amount} &7and the drop is now &b{drop}'
  3. Cant_Buy_Upgrade: '&c&lYou cant buy this upgrade'
  4. Not_Enough_Money: '&cYou dont have enough money to upgrade this spawner'
  5.  
  6. Settings:
  7. # If this is set to true it will multiply the price by the spawner stack
  8. # spawnerstack * price
  9. MultiplySpawnersByStack: true
  10.  
  11. SpawnerUpgradeGui: #Change the general settings of the spawner upgrade gui
  12. Size: 27
  13. Name: '&c&lCursed Spawner Upgrades'
  14. FillItem:
  15. Material: 'STAINED_GLASS_PANE'
  16. Data: 14
  17.  
  18. SpawnerLevels: #Change the general settings for the spawnerlevels
  19. IRON_GOLEM: #Here you define what mob you want to upgrade
  20. Levels: #Here you define how many levels you want to be added
  21. - '1'
  22. - '2'
  23. - '3'
  24. - '4'
  25. ZOMBIE:
  26. Levels:
  27. - '1'
  28. - '2'
  29. - '3'
  30. - '4'
  31. VILLAGER:
  32. Levels:
  33. - '1'
  34. - '2'
  35. - '3'
  36. - '4'
  37. COW:
  38. Levels:
  39. - '1'
  40. - '2'
  41. - '3'
  42. - '4'
  43.  
  44. Sounds:
  45. OpeningInventory:
  46. Sound: 'EXPLODE'
  47. Enabled: true
  48. BoughtUpgrade:
  49. Sound: 'ORB_PICKUP'
  50. Enabled: true
  51. FailedUpgrade:
  52. Sound: 'CLICK'
  53. Enabled: true
  54.  
  55. SpawnerUpgradeLore: #This defines what the status placeholder will say
  56. Bought: '&a&lBought'
  57. Locked: '&c&lLocked'
  58.  
  59. SpawnerItem:
  60. Name: '&6&lUpgraded Spawner {type}'
  61. Lore:
  62. - '&7Mob: &f{mob}'
  63. - '&7Drop: &f{drop}'
  64. - '&7Level: &f{level}'
  65. - '&7Spawner Stack Amount: {spawneramount}'
  66. Glow: true
  67.  
  68. SpawnerUpgrades:
  69. IRON_GOLEM: #This is what mob will be upgraded
  70. 1: #Every upgrade should start with 1 and make sure you has as many levels you have defined in the spawnerlevels section.
  71. Material: 'IRON_INGOT' #This is the material the mob will drop
  72. Data: 0
  73. Name: '&b&lIron &7Tier'
  74. Lore:
  75. - '&7This spawner drops Iron Ingot'
  76. - '&c&lWarning &f- &7This is the default tier'
  77. - '&7Status: {status}'
  78. Price: 10000 #How much the upgrade will cost
  79. Slot: 10
  80. EntityName: '&fIron Golem {amount}x '
  81. 2:
  82. Material: 'GOLD_INGOT'
  83. Data: 0
  84. Name: '&b&lGold &7Tier'
  85. Lore:
  86. - '&7This spawner will drop Gold Ingot'
  87. - '&7When the spawner is upgraded'
  88. - '&7Price: &a${price} &7({spawneramount} spawners)'
  89. - '&7Status: {status}'
  90. Price: 2000000
  91. Slot: 12
  92. EntityName: '&6Gold Golem {amount}x '
  93. 3:
  94. Material: 'DIAMOND'
  95. Data: 0
  96. Name: '&b&lDiamond &7Tier'
  97. Lore:
  98. - '&7This spawner will drop Gold Ingot'
  99. - '&7When the spawner is upgraded'
  100. - '&7Price: &a${price} &7({spawneramount} spawners)'
  101. - '&7Status: {status}'
  102. Price: 3000000
  103. Slot: 14
  104. EntityName: '&bDiamond Golem {amount}x '
  105. 4:
  106. Material: 'EMERALD'
  107. Data: 0
  108. Name: '&b&lEmerald &7Tier'
  109. Lore:
  110. - '&7This spawner will drop Emerald'
  111. - '&7When the spawner is upgraded'
  112. - '&7Price: &a${price} &7({spawneramount} spawners)'
  113. - '&7Status: {status}'
  114. Price: 4000000
  115. Slot: 16
  116. EntityName: '&aEmerald Golem {amount}x '
  117. ZOMBIE:
  118. 1:
  119. Material: 'ROTTEN_FLESH'
  120. Data: 0
  121. Name: '&b&lRotten Flesh &7Tier'
  122. Lore:
  123. - '&7This spawner drops Rotten Flesh'
  124. - '&c&lWarning &f- &7This is the default tier'
  125. - '&7Status: {status}'
  126. Price: 0
  127. Slot: 10
  128. EntityName: '&fZombie {amount}x '
  129. 2:
  130. Material: 'IRON_INGOT'
  131. Data: 0
  132. Name: '&b&lIron &7Tier'
  133. Lore:
  134. - '&7This spawner will drop Iron Ingot'
  135. - '&7When the spawner is upgraded'
  136. - '&7Price: &a${price} &7({spawneramount} spawners)'
  137. - '&7Status: {status}'
  138. Price: 750000
  139. Slot: 12
  140. EntityName: '&fIron Zombie {amount}x '
  141. 3:
  142. Material: 'GOLD_INGOT'
  143. Data: 0
  144. Name: '&b&lGold &7Tier'
  145. Lore:
  146. - '&7This spawner will drop Gold Ingot'
  147. - '&7When the spawner is upgraded'
  148. - '&7Price: &a${price} &7({spawneramount} spawners)'
  149. - '&7Status: {status}'
  150. Price: 1250000
  151. Slot: 14
  152. EntityName: '&6Gold Zombie {amount}x '
  153. 4:
  154. Material: 'IRON_BLOCK'
  155. Data: 0
  156. Name: '&b&lIron Block &7Tier'
  157. Lore:
  158. - '&7This spawner will drop Iron Block'
  159. - '&7When the spawner is upgraded'
  160. - '&7Price: &a${price} &7({spawneramount} spawners)'
  161. - '&7Status: {status}'
  162. Price: 1750000
  163. Slot: 16
  164. EntityName: '&f&lIron Block Zombie {amount}x '
  165. VILLAGER:
  166. 1:
  167. Material: 'EMERALD'
  168. Data: 0
  169. Name: '&b&lEmerald &7Tier'
  170. Lore:
  171. - '&7This spawner drops Emeralds'
  172. - '&c&lWarning &f- &7This is the default tier'
  173. - '&7Status: {status}'
  174. Price: 10000
  175. Slot: 10
  176. EntityName: '&aEmerald Villager {amount}x '
  177. 2:
  178. Material: 'IRON_BLOCK'
  179. Data: 0
  180. Name: '&b&lIron Block &7Tier'
  181. Lore:
  182. - '&7This spawner will drop Iron Block'
  183. - '&7When the spawner is upgraded'
  184. - '&7Price: &a${price} &7({spawneramount} spawners)'
  185. - '&7Status: {status}'
  186. Price: 2500000
  187. Slot: 12
  188. EntityName: '&f&lIron Block Villager {amount}x '
  189. 3:
  190. Material: 'GOLD_BLOCK'
  191. Data: 0
  192. Name: '&b&lGold Block &7Tier'
  193. Lore:
  194. - '&7This spawner will drop Gold Block'
  195. - '&7When the spawner is upgraded'
  196. - '&7Price: &a${price} &7({spawneramount} spawners)'
  197. - '&7Status: {status}'
  198. Price: 5000000
  199. Slot: 14
  200. EntityName: '&6Gold Block Villager {amount}x '
  201. 4:
  202. Material: 'EMERALD_BLOCK'
  203. Data: 0
  204. Name: '&b&lIron &7Tier'
  205. Lore:
  206. - '&7This spawner will drop Emerald Block'
  207. - '&7When the spawner is upgraded'
  208. - '&7Price: &a${price} &7({spawneramount} spawners)'
  209. - '&7Status: {status}'
  210. Price: 8000000
  211. Slot: 16
  212. EntityName: '&a&lEmerald Block Villager {amount}x '
  213. COW:
  214. 1:
  215. Material: 'BEEF'
  216. Data: 0
  217. Name: '&b&lBasic &7Tier'
  218. Lore:
  219. - '&7This spawner drops raw beef'
  220. - '&c&lWarning &f- &7This is the default tier'
  221. - '&7Status: {status}'
  222. Price: 10000
  223. Slot: 10
  224. EntityName: '&aCow {amount}x '
  225. 2:
  226. Material: 'COOKED_BEEF'
  227. Data: 0
  228. Name: '&b&lCooked Beef &7Tier'
  229. Lore:
  230. - '&7This spawner will drop Cooked Beef'
  231. - '&7When the spawner is upgraded'
  232. - '&7Price: &a${price} &7({spawneramount} spawners)'
  233. - '&7Status: {status}'
  234. Price: 125000
  235. Slot: 12
  236. EntityName: '&f&lCooked Beef Cow{amount}x '
  237. 3:
  238. Material: 'IRON_INGOT'
  239. Data: 0
  240. Name: '&b&lIron Ingot &7Tier'
  241. Lore:
  242. - '&7This spawner will drop Iron Ingots'
  243. - '&7When the spawner is upgraded'
  244. - '&7Price: &a${price} &7({spawneramount} spawners)'
  245. - '&7Status: {status}'
  246. Price: 200000
  247. Slot: 14
  248. EntityName: '&f&lIron Ingot Cow {amount}x '
  249. 4:
  250. Material: 'GOLD_BLOCK'
  251. Data: 0
  252. Name: '&b&lGold &7Tier'
  253. Lore:
  254. - '&7This spawner will drop Gold Block'
  255. - '&7When the spawner is upgraded'
  256. - '&7Price: &a${price} &7({spawneramount} spawners)'
  257. - '&7Status: {status}'
  258. Price: 250000
  259. Slot: 16
  260. EntityName: '&a&lGold Block Cow {amount}x '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement