Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1. ######################################################################################
  2. # #
  3. # OptimalSpawners #
  4. # Plugin made by Creeperzombi3 #
  5. # #
  6. # Placeholders #
  7. # {price} - Price of upgrade #
  8. # {entity} - Type of mob that spawns #
  9. # {multiplier} - Multiplier of upgrade #
  10. # {upgrade_drop} - Current drop upgrade of a spawner #
  11. # {upgrade_exp} - Current exp upgrade of a spawner #
  12. # {upgrade_exp_multiplier} - Exp multiplier of a spawner #
  13. # {upgrade_spawn_rate} - Current spawn rate upgrade of a spawner #
  14. # {upgrade_spawn_rate_multiplier} - Spawn rate multiplier of a spawner #
  15. # #
  16. ######################################################################################
  17.  
  18. save-file-delay: 60
  19.  
  20. upgrades:
  21. inventories:
  22. main:
  23. title: '&8&lSPAWNER UPGRADE'
  24. size: 27
  25. fillers:
  26. slot: "0-26"
  27. material: STAINED_GLASS_PANE
  28. data: 15
  29. name: ' '
  30. items:
  31. drop:
  32. slot: 11
  33. material: DIAMOND
  34. name: "&e&lDrop Upgrades"
  35. lore:
  36. - "&7&oUpgrade the amount of drops"
  37. - "&7&oThese spawner mobs drop!"
  38. - ""
  39. - "&6&l* &eUpgrade Type: &fDROP"
  40. - "&6&l* &eCurrent Tier: &f{upgrade_drop}"
  41. - ""
  42. exp:
  43. slot: 13
  44. material: EXP_BOTTLE
  45. name: "&e&lExp Upgrades"
  46. lore:
  47. - "&7&oUpgrade the amount of EXP"
  48. - "&7&oyou get from this spawner"
  49. - ""
  50. - "&6&l* &eUpgrade Type: &fEXP"
  51. - "&6&l* &eCurrent Tier: &f{upgrade_exp}"
  52. - ""
  53. spawn_rate:
  54. slot: 15
  55. material: MONSTER_EGG
  56. durability: 50
  57. name: "&e&lSpawn Rate Upgrades"
  58. lore:
  59. - "&7&oUpgrade the rate of which"
  60. - "&7&othe mobs from this spawner spawn"
  61. - ""
  62. - "&6&l* &eUpgrade Type: &fSPAWN RATE"
  63. - "&6&l* &eCurrent Tier: &f{upgrade_spawn_rate}"
  64. - ""
  65. drop:
  66. title: '&8&lSPAWNER UPGRADE | DROPS'
  67. size: 27
  68. fillers:
  69. slot: "0-26"
  70. material: STAINED_GLASS_PANE
  71. data: 15
  72. name: ' '
  73. exp:
  74. title: '&8&lSPAWNER UPGRADE | EXP'
  75. size: 27
  76. fillers:
  77. slot: "0-26"
  78. material: STAINED_GLASS_PANE
  79. data: 15
  80. name: ' '
  81. spawn_rate:
  82. title: '&8&lSPAWNER UPGRADE | SPAWN RATE'
  83. size: 27
  84. fillers:
  85. slot: "0-26"
  86. material: STAINED_GLASS_PANE
  87. data: 15
  88. name: ' '
  89. types:
  90. IRON_GOLEM:
  91. drop:
  92. Coal:
  93. drop-item:
  94. min: 1
  95. max: 3
  96. material: COAL
  97. slot: 11
  98. useExp: true
  99. price: 10000
  100. items:
  101. purchase:
  102. material: COAL
  103. name: '&f&lCOAL UPGRADE'
  104. lore:
  105. - ' '
  106. - '&6&l* &eDrop Type&f Coal'
  107. - '&6&l* &ePrice&f {price} Exp'
  108. - ' '
  109. purchased:
  110. material: COAL
  111. name: '&f&lCOAL UPGRADE'
  112. lore:
  113. - ' '
  114. - '&6&l* &eDrop Type&f Coal'
  115. - '&6&l* &ePrice&f {price} Exp'
  116. - ' '
  117. - '&7&o(( You already own this upgrade! ))'
  118. Diamond:
  119. drop-item:
  120. min: 1
  121. max: 3
  122. material: DIAMOND
  123. slot: 13
  124. price: 32000000
  125. items:
  126. purchase:
  127. material: DIAMOND
  128. name: '&b&lDIAMOND UPGRADE'
  129. lore:
  130. - ' '
  131. - '&6&l* &eDrop Type&f Diamond'
  132. - '&6&l* &ePrice&f ${price}'
  133. - ' '
  134. purchased:
  135. material: DIAMOND
  136. name: '&b&lDIAMOND UPGRADE'
  137. lore:
  138. - ' '
  139. - '&6&l* &eDrop Type&f Diamond'
  140. - '&6&l* &ePrice&f ${price}'
  141. - ' '
  142. - '&7&o(( You already own this upgrade! ))'
  143. Emerald:
  144. drop-item:
  145. min: 1
  146. max: 3
  147. material: EMERALD
  148. slot: 15
  149. price: 64000000
  150. items:
  151. purchase:
  152. material: EMERALD
  153. name: '&a&lEMERALD UPGRADE'
  154. lore:
  155. - ' '
  156. - '&6&l* &eDrop Type&f Emerald'
  157. - '&6&l* &ePrice&f ${price}'
  158. - ' '
  159. purchased:
  160. material: EMERALD
  161. name: '&a&lEMERALD UPGRADE'
  162. lore:
  163. - ' '
  164. - '&6&l* &eDrop Type&f Emerald'
  165. - '&6&l* &ePrice&f ${price}'
  166. - ' '
  167. - '&7&o(( You already own this upgrade! ))'
  168. exp:
  169. Coal:
  170. multiplier: 1.25
  171. slot: 11
  172. price: 16000000
  173. items:
  174. purchase:
  175. material: COAL
  176. name: '&f&lCOAL UPGRADE'
  177. lore:
  178. - ' '
  179. - '&6&l* &eExp Multiplier&f x{multiplier}'
  180. - '&6&l* &ePrice&f ${price}'
  181. - ' '
  182. purchased:
  183. material: COAL
  184. name: '&f&lCOAL UPGRADE'
  185. lore:
  186. - ' '
  187. - '&6&l* &eExp Multiplier&f x{multiplier}'
  188. - '&6&l* &ePrice&f ${price}'
  189. - ' '
  190. - '&7&o(( You already own this upgrade! ))'
  191. Diamond:
  192. multiplier: 1.5
  193. slot: 13
  194. price: 32000000
  195. items:
  196. purchase:
  197. material: DIAMOND
  198. name: '&b&lDIAMOND UPGRADE'
  199. lore:
  200. - ' '
  201. - '&6&l* &eExp Multiplier&f x{multiplier}'
  202. - '&6&l* &ePrice&f ${price}'
  203. - ' '
  204. purchased:
  205. material: DIAMOND
  206. name: '&b&lDIAMOND UPGRADE'
  207. lore:
  208. - ' '
  209. - '&6&l* &eExp Multiplier&f x{multiplier}'
  210. - '&6&l* &ePrice&f ${price}'
  211. - ' '
  212. - '&7&o(( You already own this upgrade! ))'
  213. Emerald:
  214. multiplier: 2
  215. slot: 15
  216. price: 64000000
  217. items:
  218. purchase:
  219. material: EMERALD
  220. name: '&a&lEMERALD UPGRADE'
  221. lore:
  222. - ' '
  223. - '&6&l* &eExp Multiplier&f x{multiplier}'
  224. - '&6&l* &ePrice&f ${price}'
  225. - ' '
  226. purchased:
  227. material: EMERALD
  228. name: '&a&lEMERALD UPGRADE'
  229. lore:
  230. - ' '
  231. - '&6&l* &eExp Multiplier&f x{multiplier}'
  232. - '&6&l* &ePrice&f ${price}'
  233. - ' '
  234. - '&7&o(( You already own this upgrade! ))'
  235. spawn_rate:
  236. Coal:
  237. multiplier: 1.25
  238. slot: 11
  239. price: 16000000
  240. items:
  241. purchase:
  242. material: COAL
  243. name: '&f&lCOAL UPGRADE'
  244. lore:
  245. - ' '
  246. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  247. - '&6&l* &ePrice&f ${price}'
  248. - ' '
  249. purchased:
  250. material: COAL
  251. name: '&f&lCOAL UPGRADE'
  252. lore:
  253. - ' '
  254. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  255. - '&6&l* &ePrice&f ${price}'
  256. - ' '
  257. - '&7&o(( You already own this upgrade! ))'
  258. Diamond:
  259. multiplier: 1.5
  260. slot: 13
  261. price: 32000000
  262. items:
  263. purchase:
  264. material: DIAMOND
  265. name: '&b&lDIAMOND UPGRADE'
  266. lore:
  267. - ' '
  268. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  269. - '&6&l* &ePrice&f ${price}'
  270. - ' '
  271. purchased:
  272. material: DIAMOND
  273. name: '&b&lDIAMOND UPGRADE'
  274. lore:
  275. - ' '
  276. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  277. - '&6&l* &ePrice&f ${price}'
  278. - ' '
  279. - '&7&o(( You already own this upgrade! ))'
  280. Emerald:
  281. multiplier: 2
  282. slot: 15
  283. price: 64000000
  284. items:
  285. purchase:
  286. material: EMERALD
  287. name: '&a&lEMERALD UPGRADE'
  288. lore:
  289. - ' '
  290. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  291. - '&6&l* &ePrice&f ${price}'
  292. - ' '
  293. purchased:
  294. material: EMERALD
  295. name: '&a&lEMERALD UPGRADE'
  296. lore:
  297. - ' '
  298. - '&6&l* &eSpawn Rate Multiplier&f x{multiplier}'
  299. - '&6&l* &ePrice&f ${price}'
  300. - ' '
  301. - '&7&o(( You already own this upgrade! ))'
  302.  
  303. spawner:
  304. material: MOB_SPAWNER
  305. name: '&6*&e*&f* &e&l{entity} &6&lSpawner &f*&e*&6*'
  306. lore:
  307. - '&6&l* &eItem Drop: &f{upgrade_drop}'
  308. - '&6&l* &eExp Multiplier: &fx{upgrade_exp_multiplier}'
  309. - '&6&l* &eSpawn Rate Multiplier: &fx{upgrade_spawn_rate_multiplier}'
  310.  
  311. spawner-tax:
  312. WITCH: 40000
  313. IRON_GOLEM: 275000
  314. PIG_ZOMBIE: 60000
  315. BLAZE: 37500
  316. CREEPER: 47500
  317. ENDERMAN: 40000
  318. SKELETON: 200000
  319. SPIDER: 15000
  320. COW: 10000
  321. ZOMBIE: 17500
  322. PIG: 5000
  323. CHICKEN: 3000
  324.  
  325. factions:
  326. using: true
  327. radius: 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement