Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.43 KB | None | 0 0
  1. # ShopGUI by SainttX
  2. #
  3. # This section allows you to configure various parts of the
  4. # shops appearance/messages
  5. mysql:
  6. host: na.db.tigernode.com
  7. database: mcraft541
  8. username: mcraft541
  9. password: 978cd1fac5
  10. debug: true
  11. day-length: 86400
  12. hour-length: 30
  13. increment: 0.001
  14. min-price: 0.001
  15. up-char: '&a▲'
  16. down-char: '&c▼'
  17. shop-session-timeout: 300
  18. relative-prices:
  19. redstone:
  20. - REDSTONE
  21. - REDSTONE_ORE
  22. - REDSTONE_BLOCK
  23. coal:
  24. - COAL
  25. - COAL_ORE
  26. - COAL_BLOCK
  27. iron:
  28. - IRON_INGOT
  29. - IRON_ORE
  30. - IRON_BLOCK
  31. gold:
  32. - GOLD_NUGGET
  33. - GOLD_INGOT
  34. - GOLD_ORE
  35. - GOLD_BLOCK
  36. diamond:
  37. - DIAMOND
  38. - DIAMOND_ORE
  39. - DIAMOND_BLOCK
  40. emerald:
  41. - EMERALD
  42. - EMERALD_ORE
  43. - EMERALD_BLOCK
  44. max-player-impact: 2304
  45. shop-return-percent: 10
  46. sell-wand-lore: '&7► Type: &eStandard'
  47. legendary-lore: '&7► Type: &5Legendary'
  48. legendary-radius: 5
  49. uses-lore: '&7► Uses: &e'
  50. use-levels: true
  51. locked-item:
  52. data:
  53. material: BARRIER
  54. durability: 0
  55. name: '&lLocked'
  56. lore:
  57. - '&fRequires age: &c&n{required_level}'
  58. gui:
  59. title: '&c&lShop'
  60. buy-lore:
  61. - '&7&nBuy:'
  62. - '&7► &7Price: &a${buy_price} ({buy_amount}) &7{buy_change}'
  63. - '&7► &7Price: &a${buy_stack_price} ({stack_amount}) &7{buy_change}'
  64. sell-lore:
  65. - ''
  66. - '&7&nSell:'
  67. - '&7► &7Price: &c${sell_price} ({sell_amount}) &7{sell_change}'
  68. - '&7► &7Price: &c${sell_stack_price} ({stack_amount}) &7{sell_change}'
  69. - ''
  70. - '&eUse Left-click&e to Buy! ({sell_amount})'
  71. - '&eUse Right-click&e to Sell! ({sell_amount})'
  72. - '&6Use SHIFT to Buy or Sell! ({stack_amount})'
  73. - ''
  74. - '&bBoost your sell prices with a booster!'
  75. - '&bAvailable in the /upgrades menu.'
  76. multiplier-text: '&7Multiplier: &a{0}x'
  77. change-format: '&7[{0}{1}%&7]'
  78. messages:
  79. player-not-enough-items: '&7[&6Shop&7]: &cYou don''t have enough of this item.'
  80. player-not-enough-money: '&7[&6Shop&7]: &cYou don''t have enough money to buy that.'
  81. player-lack-level: '&7[&6Shop&7]: &cYou are not old enough to interact with that!'
  82. player-bought-item: '&7[&6Shop&7]: &ePurchased &6&n{0} {1}&r &efor &6&n${2}&r'
  83. player-bought-command-item: '&7[&6Shop&7]: &ePurchased &6&n{0}&r &efor &6&n${1}&r'
  84. player-sold-item: '&7[&6Shop&7]: &eSold &6&n{0} {1}&r &efor &6&n${2}&r'
  85. player-cant-sell-item: '&7[&6Shop&7]: &cYou can''t sell that item!'
  86. player-inventory-full: '&7[&6Shop&7]: &cYour inventory doesn''t have enough space.'
  87. multiplier-broadcast: '&7[&6Shop&7]: &c{name} &eactivated &c{multiplier}x &emultiplier
  88. for &c{time}'
  89. multiplier-finished: '&7[&6Shop&7]: &c{name} &emultiplier of &c{multiplier}x &ehas
  90. ended.'
  91. multiplier-info: '&7[&6Shop&7]: &c{name} &emultiplier &c({multiplier}x) &c({time})'
  92. multiplier-active: '&7[&6Shop&7]: &c{name}&7''s multiplier of &c{multiplier}x &7has
  93. &c{time} &7remaining.'
  94. multiplier-list-title: '&7[&6Shop&7]: &eQueued Multipliers: &c({amount})'
  95. multiplier-list-value: '&7[&6Shop&7]: &c{name} &e{multiplier}x &emultiplier for
  96. &c{time}'
  97. sell-all: '&7[&6Shop&7]: &eSold &6&n{amount}&r &eitems to the shop for &6&n${price}&r'
  98. divider: ''
  99. sell-wand-sold: '&7[&6Shop&7]: &eSold &6&n{amount} &eitem(s) for &6&n${total}&r'
  100. shop-gui-sold: '&7[&6Shop&7]: &eSold &6&n{amount}&r &eitem(s) for &6&n${total}&r'
  101. no-items-sold: '&7[&6Shop&7]: &eNo items could be sold.'
  102. bought-with-commands: '&7[&6Shop&7]: &cYou must buy this with the GUI.'
  103. insufficient-permissions-shop-cmd: '&7[&6Shop&7]: &cYou don''t have access to this
  104. command.'
  105. shop-reloading-message: '&7[&6Shop&7]: &cThe shop is being reloaded!'
  106. shop:
  107. '&lBlocks':
  108. icon: COBBLESTONE
  109. slot: 1
  110. items:
  111. '1':
  112. data:
  113. material: STONE
  114. durability: 1
  115. name: '&lGranite'
  116. weight: 1.0
  117. buy:
  118. price: 9.0
  119. amount: 1
  120. stack-amount: 64
  121. price-change: 1.0
  122. orig-price: 9.0
  123. sell:
  124. price: 1.5
  125. amount: 1
  126. stack-amount: 64
  127. orig-price: 1.5
  128. price-change: 1.0
  129. '2':
  130. data:
  131. material: STONE
  132. durability: 3
  133. name: '&lDiorite'
  134. weight: 1.0
  135. buy:
  136. price: 9.0
  137. amount: 1
  138. stack-amount: 64
  139. price-change: 1.0
  140. orig-price: 9.0
  141. sell:
  142. price: 1.5
  143. amount: 1
  144. stack-amount: 64
  145. orig-price: 1.5
  146. price-change: 1.0
  147. '3':
  148. data:
  149. material: STONE
  150. durability: 5
  151. name: '&lAndesite'
  152. weight: 1.0
  153. buy:
  154. price: 9.0
  155. amount: 1
  156. stack-amount: 64
  157. price-change: 1.0
  158. orig-price: 9.0
  159. sell:
  160. price: 1.5
  161. amount: 1
  162. stack-amount: 64
  163. orig-price: 1.5
  164. price-change: 1.0
  165. '4':
  166. data:
  167. material: COBBLESTONE
  168. durability: 0
  169. name: '&lCobblestone'
  170. weight: 1.0
  171. buy:
  172. price: 5.0
  173. amount: 1
  174. stack-amount: 64
  175. price-change: 1.0
  176. orig-price: 5.0
  177. sell:
  178. price: 0.75
  179. amount: 1
  180. stack-amount: 64
  181. orig-price: 0.75
  182. price-change: 1.0
  183. '5':
  184. data:
  185. material: DIRT
  186. durability: 0
  187. name: '&lDirt'
  188. weight: 1.0
  189. buy:
  190. price: 9.0
  191. amount: 1
  192. stack-amount: 64
  193. price-change: 1.0
  194. orig-price: 9.0
  195. sell:
  196. price: 1.5
  197. amount: 1
  198. stack-amount: 64
  199. orig-price: 1.5
  200. price-change: 1.0
  201. '6':
  202. data:
  203. material: MYCEL
  204. durability: 0
  205. name: '&lMycelium'
  206. weight: 1.0
  207. buy:
  208. price: 15.0
  209. amount: 1
  210. stack-amount: 64
  211. price-change: 1.0
  212. orig-price: 15.0
  213. sell:
  214. price: 1.5
  215. amount: 1
  216. stack-amount: 64
  217. orig-price: 1.5
  218. price-change: 1.0
  219. '7':
  220. data:
  221. material: LOG
  222. durability: 0
  223. name: '&lOak Wood'
  224. weight: 1.0
  225. buy:
  226. price: 25.0
  227. amount: 1
  228. stack-amount: 64
  229. price-change: 1.0
  230. orig-price: 25.0
  231. sell:
  232. price: 6.0
  233. amount: 1
  234. stack-amount: 64
  235. orig-price: 6.0
  236. price-change: 1.0
  237. '8':
  238. data:
  239. material: LOG
  240. durability: 1
  241. name: '&lSpruce Wood'
  242. weight: 1.0
  243. buy:
  244. price: 25.0
  245. amount: 1
  246. stack-amount: 64
  247. price-change: 1.0
  248. orig-price: 25.0
  249. sell:
  250. price: 6.0
  251. amount: 1
  252. stack-amount: 64
  253. orig-price: 6.0
  254. price-change: 1.0
  255. '9':
  256. data:
  257. material: LOG
  258. durability: 2
  259. name: '&lBirch Wood'
  260. weight: 1.0
  261. buy:
  262. price: 25.0
  263. amount: 1
  264. stack-amount: 64
  265. price-change: 1.0
  266. orig-price: 25.0
  267. sell:
  268. price: 6.0
  269. amount: 1
  270. stack-amount: 64
  271. orig-price: 6.0
  272. price-change: 1.0
  273. '10':
  274. data:
  275. material: LOG
  276. durability: 3
  277. name: '&lJungle Wood'
  278. weight: 1.0
  279. buy:
  280. price: 25.0
  281. amount: 1
  282. stack-amount: 64
  283. price-change: 1.0
  284. orig-price: 25.0
  285. sell:
  286. price: 6.0
  287. amount: 1
  288. stack-amount: 64
  289. orig-price: 6.0
  290. price-change: 1.0
  291. '11':
  292. data:
  293. material: LOG_2
  294. durability: 0
  295. name: '&lAcacia Wood'
  296. weight: 1.0
  297. buy:
  298. price: 25.0
  299. amount: 1
  300. stack-amount: 64
  301. price-change: 1.0
  302. orig-price: 25.0
  303. sell:
  304. price: 6.0
  305. amount: 1
  306. stack-amount: 64
  307. orig-price: 6.0
  308. price-change: 1.0
  309. '12':
  310. data:
  311. material: LOG_2
  312. durability: 1
  313. name: '&lDark Oak Wood'
  314. weight: 1.0
  315. buy:
  316. price: 25.0
  317. amount: 1
  318. stack-amount: 64
  319. price-change: 1.0
  320. orig-price: 25.0
  321. sell:
  322. price: 6.0
  323. amount: 1
  324. stack-amount: 64
  325. orig-price: 6.0
  326. price-change: 1.0
  327. '13':
  328. data:
  329. material: SAND
  330. durability: 0
  331. name: '&lSand'
  332. weight: 1.0
  333. buy:
  334. price: 8.0
  335. amount: 1
  336. stack-amount: 64
  337. price-change: 1.0
  338. orig-price: 8.0
  339. sell:
  340. price: 1.5
  341. amount: 1
  342. stack-amount: 64
  343. orig-price: 1.5
  344. price-change: 1.0
  345. '14':
  346. data:
  347. material: SANDSTONE
  348. durability: 0
  349. name: '&lSandstone'
  350. weight: 1.0
  351. buy:
  352. price: 13.0
  353. amount: 1
  354. stack-amount: 64
  355. price-change: 1.0
  356. orig-price: 13.0
  357. sell:
  358. price: 3.0
  359. amount: 1
  360. stack-amount: 64
  361. orig-price: 3.0
  362. price-change: 1.0
  363. '15':
  364. data:
  365. material: SAND
  366. durability: 1
  367. name: '&lRed Sand'
  368. weight: 1.0
  369. buy:
  370. price: 9.0
  371. amount: 1
  372. stack-amount: 64
  373. price-change: 1.0
  374. orig-price: 9.0
  375. sell:
  376. price: 1.5
  377. amount: 1
  378. stack-amount: 64
  379. orig-price: 1.5
  380. price-change: 1.0
  381. '16':
  382. data:
  383. material: NETHERRACK
  384. durability: 0
  385. name: '&lNetherrack'
  386. weight: 1.0
  387. buy:
  388. price: 11.0
  389. amount: 1
  390. stack-amount: 64
  391. price-change: 1.0
  392. orig-price: 11.0
  393. sell:
  394. price: 3.75
  395. amount: 1
  396. stack-amount: 64
  397. orig-price: 3.75
  398. price-change: 1.0
  399. '17':
  400. data:
  401. material: GRAVEL
  402. durability: 0
  403. name: '&lGravel'
  404. weight: 1.0
  405. buy:
  406. price: 5.0
  407. amount: 1
  408. stack-amount: 64
  409. price-change: 1.0
  410. orig-price: 5.0
  411. sell:
  412. price: 0.75
  413. amount: 1
  414. stack-amount: 64
  415. orig-price: 0.75
  416. price-change: 1.0
  417. '18':
  418. data:
  419. material: SOUL_SAND
  420. durability: 0
  421. name: '&lSoul Sand'
  422. weight: 1.0
  423. buy:
  424. price: 100.0
  425. amount: 1
  426. stack-amount: 64
  427. price-change: 1.0
  428. orig-price: 100.0
  429. sell:
  430. price: 7.5
  431. amount: 1
  432. stack-amount: 64
  433. orig-price: 7.5
  434. price-change: 1.0
  435. '19':
  436. data:
  437. material: ICE
  438. durability: 0
  439. name: '&lIce'
  440. weight: 1.0
  441. buy:
  442. price: 75.0
  443. amount: 1
  444. stack-amount: 64
  445. price-change: 1.0
  446. orig-price: 75.0
  447. sell:
  448. price: 7.5
  449. amount: 1
  450. stack-amount: 64
  451. orig-price: 7.5
  452. price-change: 1.0
  453. '20':
  454. data:
  455. material: PACKED_ICE
  456. durability: 0
  457. name: '&lPacked Ice'
  458. weight: 1.0
  459. buy:
  460. price: 80.0
  461. amount: 1
  462. stack-amount: 64
  463. price-change: 1.0
  464. orig-price: 80.0
  465. sell:
  466. price: 7.5
  467. amount: 1
  468. stack-amount: 64
  469. orig-price: 7.5
  470. price-change: 1.0
  471. '21':
  472. data:
  473. material: LEAVES
  474. durability: 0
  475. name: '&lOak Leaves'
  476. weight: 1.0
  477. buy:
  478. price: 5.0
  479. amount: 1
  480. stack-amount: 64
  481. price-change: 1.0
  482. orig-price: 5.0
  483. sell:
  484. price: -1.0
  485. orig-price: -1.0
  486. price-change: 1.0
  487. '22':
  488. data:
  489. material: LEAVES
  490. durability: 1
  491. name: '&lSpruce Leaves'
  492. weight: 1.0
  493. buy:
  494. price: 5.0
  495. amount: 1
  496. stack-amount: 64
  497. price-change: 1.0
  498. orig-price: 5.0
  499. sell:
  500. price: -1.0
  501. orig-price: -1.0
  502. price-change: 1.0
  503. '23':
  504. data:
  505. material: LEAVES
  506. durability: 2
  507. name: '&lBirch Leaves'
  508. weight: 1.0
  509. buy:
  510. price: 5.0
  511. amount: 1
  512. stack-amount: 64
  513. price-change: 1.0
  514. orig-price: 5.0
  515. sell:
  516. price: -1.0
  517. orig-price: -1.0
  518. price-change: 1.0
  519. '24':
  520. data:
  521. material: LEAVES
  522. durability: 3
  523. name: '&lJungle Leaves'
  524. weight: 1.0
  525. buy:
  526. price: 5.0
  527. amount: 1
  528. stack-amount: 64
  529. price-change: 1.0
  530. orig-price: 5.0
  531. sell:
  532. price: -1.0
  533. orig-price: -1.0
  534. price-change: 1.0
  535. '25':
  536. data:
  537. material: LEAVES_2
  538. durability: 0
  539. name: '&lAcacia Leaves'
  540. weight: 1.0
  541. buy:
  542. price: 5.0
  543. amount: 1
  544. stack-amount: 64
  545. price-change: 1.0
  546. orig-price: 5.0
  547. sell:
  548. price: -1.0
  549. orig-price: -1.0
  550. price-change: 1.0
  551. '26':
  552. data:
  553. material: LEAVES_2
  554. durability: 1
  555. name: '&lDark Oak Leaves'
  556. weight: 1.0
  557. buy:
  558. price: 5.0
  559. amount: 1
  560. stack-amount: 64
  561. price-change: 1.0
  562. orig-price: 5.0
  563. sell:
  564. price: -1.0
  565. orig-price: -1.0
  566. price-change: 1.0
  567. '27':
  568. data:
  569. material: WOOL
  570. durability: 0
  571. name: '&lWool'
  572. weight: 1.0
  573. buy:
  574. price: 5.0
  575. amount: 1
  576. stack-amount: 64
  577. price-change: 1.0
  578. orig-price: 5.0
  579. sell:
  580. price: -1.0
  581. orig-price: -1.0
  582. price-change: 1.0
  583. '&lMisc':
  584. icon: VINE
  585. slot: 2
  586. items:
  587. '1':
  588. data:
  589. material: VINE
  590. durability: 0
  591. name: '&lVines'
  592. weight: 1.0
  593. buy:
  594. price: 3.0
  595. amount: 1
  596. stack-amount: 64
  597. price-change: 1.0
  598. orig-price: 3.0
  599. sell:
  600. price: -1.0
  601. orig-price: -1.0
  602. price-change: 1.0
  603. '2':
  604. data:
  605. material: DOUBLE_PLANT
  606. durability: 0
  607. name: '&lSunflower'
  608. weight: 1.0
  609. buy:
  610. price: 3.0
  611. amount: 1
  612. stack-amount: 64
  613. price-change: 1.0
  614. orig-price: 3.0
  615. sell:
  616. price: -1.0
  617. orig-price: -1.0
  618. price-change: 1.0
  619. '3':
  620. data:
  621. material: DOUBLE_PLANT
  622. durability: 1
  623. name: '&lLilac'
  624. weight: 1.0
  625. buy:
  626. price: 3.0
  627. amount: 1
  628. stack-amount: 64
  629. price-change: 1.0
  630. orig-price: 3.0
  631. sell:
  632. price: -1.0
  633. orig-price: -1.0
  634. price-change: 1.0
  635. '4':
  636. data:
  637. material: DOUBLE_PLANT
  638. durability: 2
  639. name: '&lDouble Tallgrass'
  640. weight: 1.0
  641. buy:
  642. price: 3.0
  643. amount: 1
  644. stack-amount: 64
  645. price-change: 1.0
  646. orig-price: 3.0
  647. sell:
  648. price: -1.0
  649. orig-price: -1.0
  650. price-change: 1.0
  651. '5':
  652. data:
  653. material: DOUBLE_PLANT
  654. durability: 3
  655. name: '&lLarge Fern'
  656. weight: 1.0
  657. buy:
  658. price: 3.0
  659. amount: 1
  660. stack-amount: 64
  661. price-change: 1.0
  662. orig-price: 3.0
  663. sell:
  664. price: -1.0
  665. orig-price: -1.0
  666. price-change: 1.0
  667. '6':
  668. data:
  669. material: DOUBLE_PLANT
  670. durability: 4
  671. name: '&lRose Bush'
  672. weight: 1.0
  673. buy:
  674. price: 3.0
  675. amount: 1
  676. stack-amount: 64
  677. price-change: 1.0
  678. orig-price: 3.0
  679. sell:
  680. price: -1.0
  681. orig-price: -1.0
  682. price-change: 1.0
  683. '7':
  684. data:
  685. material: DOUBLE_PLANT
  686. durability: 5
  687. name: '&lPeony'
  688. weight: 1.0
  689. buy:
  690. price: 3.0
  691. amount: 1
  692. stack-amount: 64
  693. price-change: 1.0
  694. orig-price: 3.0
  695. sell:
  696. price: -1.0
  697. orig-price: -1.0
  698. price-change: 1.0
  699. '8':
  700. data:
  701. material: YELLOW_FLOWER
  702. durability: 0
  703. name: '&lDandelion'
  704. weight: 1.0
  705. buy:
  706. price: 3.0
  707. amount: 1
  708. stack-amount: 64
  709. price-change: 1.0
  710. orig-price: 3.0
  711. sell:
  712. price: -1.0
  713. orig-price: -1.0
  714. price-change: 1.0
  715. '9':
  716. data:
  717. material: RED_ROSE
  718. durability: 2
  719. name: '&lAllium'
  720. weight: 1.0
  721. buy:
  722. price: 3.0
  723. amount: 1
  724. stack-amount: 64
  725. price-change: 1.0
  726. orig-price: 3.0
  727. sell:
  728. price: -1.0
  729. orig-price: -1.0
  730. price-change: 1.0
  731. '10':
  732. data:
  733. material: RED_ROSE
  734. durability: 3
  735. name: '&lAzure Bluet'
  736. weight: 1.0
  737. buy:
  738. price: 3.0
  739. amount: 1
  740. stack-amount: 64
  741. price-change: 1.0
  742. orig-price: 3.0
  743. sell:
  744. price: -1.0
  745. orig-price: -1.0
  746. price-change: 1.0
  747. '11':
  748. data:
  749. material: RED_ROSE
  750. durability: 5
  751. name: '&lOrange Tulip'
  752. weight: 1.0
  753. buy:
  754. price: 3.0
  755. amount: 1
  756. stack-amount: 64
  757. price-change: 1.0
  758. orig-price: 3.0
  759. sell:
  760. price: -1.0
  761. orig-price: -1.0
  762. price-change: 1.0
  763. '12':
  764. data:
  765. material: RED_ROSE
  766. durability: 6
  767. name: '&lWhite Tulip'
  768. weight: 1.0
  769. buy:
  770. price: 3.0
  771. amount: 1
  772. stack-amount: 64
  773. price-change: 1.0
  774. orig-price: 3.0
  775. sell:
  776. price: -1.0
  777. orig-price: -1.0
  778. price-change: 1.0
  779. '&lResources':
  780. icon: DIAMOND
  781. slot: 3
  782. items:
  783. '1':
  784. data:
  785. material: COAL_ORE
  786. durability: 0
  787. name: '&lCoal Ore'
  788. weight: 1.0
  789. buy:
  790. price: 250.0
  791. amount: 1
  792. stack-amount: 64
  793. price-change: 1.0
  794. orig-price: 250.0
  795. sell:
  796. price: 25.0
  797. amount: 1
  798. stack-amount: 64
  799. orig-price: 25.0
  800. price-change: 1.0
  801. '2':
  802. data:
  803. material: LAPIS_ORE
  804. durability: 4
  805. name: '&lLapis Ore'
  806. weight: 1.0
  807. buy:
  808. price: 300.0
  809. amount: 1
  810. stack-amount: 64
  811. price-change: 1.0
  812. orig-price: 300.0
  813. sell:
  814. price: 30.0
  815. amount: 1
  816. stack-amount: 64
  817. orig-price: 30.0
  818. price-change: 1.0
  819. '3':
  820. data:
  821. material: REDSTONE_ORE
  822. durability: 0
  823. name: '&lRedstone Ore'
  824. weight: 1.0
  825. buy:
  826. price: 350.0
  827. amount: 1
  828. stack-amount: 64
  829. price-change: 1.0
  830. orig-price: 350.0
  831. sell:
  832. price: 35.0
  833. amount: 1
  834. stack-amount: 64
  835. orig-price: 35.0
  836. price-change: 1.0
  837. '4':
  838. data:
  839. material: IRON_ORE
  840. durability: 0
  841. name: '&lIron Ore'
  842. required-level: 85
  843. weight: 1.0
  844. buy:
  845. price: 400.0
  846. amount: 1
  847. stack-amount: 64
  848. price-change: 1.0
  849. orig-price: 400.0
  850. sell:
  851. price: 40.0
  852. amount: 1
  853. stack-amount: 64
  854. orig-price: 40.0
  855. price-change: 1.0
  856. '5':
  857. data:
  858. material: GOLD_ORE
  859. durability: 0
  860. name: '&lGold Ore'
  861. required-level: 80
  862. weight: 1.0
  863. buy:
  864. price: 500.0
  865. amount: 1
  866. stack-amount: 64
  867. price-change: 1.0
  868. orig-price: 500.0
  869. sell:
  870. price: 50.0
  871. amount: 1
  872. stack-amount: 64
  873. orig-price: 50.0
  874. price-change: 1.0
  875. '6':
  876. data:
  877. material: DIAMOND_ORE
  878. durability: 0
  879. name: '&lDiamond Ore'
  880. weight: 1.0
  881. buy:
  882. price: 600.0
  883. amount: 1
  884. stack-amount: 64
  885. price-change: 1.0
  886. orig-price: 600.0
  887. sell:
  888. price: 60.0
  889. amount: 1
  890. stack-amount: 64
  891. orig-price: 60.0
  892. price-change: 1.0
  893. '7':
  894. data:
  895. material: EMERALD_ORE
  896. durability: 0
  897. name: '&lEmerald Ore'
  898. weight: 1.0
  899. buy:
  900. price: 700.0
  901. amount: 1
  902. stack-amount: 64
  903. price-change: 1.0
  904. orig-price: 700.0
  905. sell:
  906. price: 70.0
  907. amount: 1
  908. stack-amount: 64
  909. orig-price: 70.0
  910. price-change: 1.0
  911. '8':
  912. data:
  913. material: CLAY_BALL
  914. durability: 0
  915. name: '&lClay Ball'
  916. weight: 1.0
  917. buy:
  918. price: 7.0
  919. amount: 1
  920. stack-amount: 64
  921. price-change: 1.0
  922. orig-price: 7.0
  923. sell:
  924. price: 1.5
  925. amount: 1
  926. stack-amount: 64
  927. orig-price: 1.5
  928. price-change: 1.0
  929. '9':
  930. data:
  931. material: GLOWSTONE_DUST
  932. durability: 0
  933. name: '&lGlowstone Dust'
  934. weight: 1.0
  935. buy:
  936. price: 8
  937. amount: 1
  938. stack-amount: 64
  939. price-change: 1.0
  940. orig-price: 13.0
  941. sell:
  942. price: 1.2
  943. amount: 1
  944. stack-amount: 64
  945. orig-price: 3.0
  946. price-change: 1.0
  947. '10':
  948. data:
  949. material: PRISMARINE_SHARD
  950. durability: 0
  951. name: '&lPrismarine Shard'
  952. required-level: 75
  953. weight: 1.0
  954. buy:
  955. price: 106.0
  956. amount: 1
  957. stack-amount: 64
  958. price-change: 1.0
  959. orig-price: 106.0
  960. sell:
  961. price: 21.25
  962. amount: 1
  963. stack-amount: 64
  964. orig-price: 21.25
  965. price-change: 1.0
  966. '&lMob Drops':
  967. icon: SULPHUR
  968. slot: 4
  969. items:
  970. '1':
  971. data:
  972. material: RAW_CHICKEN
  973. durability: 0
  974. name: '&lRaw Chicken'
  975. required-level: 5
  976. weight: 1.0
  977. buy:
  978. price: 12.0
  979. amount: 1
  980. stack-amount: 64
  981. price-change: 1.0
  982. orig-price: 12.0
  983. sell:
  984. price: 2.5
  985. amount: 1
  986. stack-amount: 64
  987. orig-price: 2.5
  988. price-change: 1.0
  989. '2':
  990. data:
  991. material: COOKED_CHICKEN
  992. durability: 0
  993. name: '&lCooked Chicken'
  994. required-level: 5
  995. weight: 1.0
  996. buy:
  997. price: 22.0
  998. amount: 1
  999. stack-amount: 64
  1000. price-change: 1.0
  1001. orig-price: 22.0
  1002. sell:
  1003. price: 4.5
  1004. amount: 1
  1005. stack-amount: 64
  1006. orig-price: 4.5
  1007. price-change: 1.0
  1008. '3':
  1009. data:
  1010. material: FEATHER
  1011. durability: 0
  1012. name: '&lFeather'
  1013. required-level: 5
  1014. weight: 1.0
  1015. buy:
  1016. price: 12.0
  1017. amount: 1
  1018. stack-amount: 64
  1019. price-change: 1.0
  1020. orig-price: 12.0
  1021. sell:
  1022. price: 2.5
  1023. amount: 1
  1024. stack-amount: 64
  1025. orig-price: 2.5
  1026. price-change: 1.0
  1027. '4':
  1028. data:
  1029. material: INK_SACK
  1030. durability: 0
  1031. name: '&lInk Sack'
  1032. required-level: 10
  1033. weight: 1.0
  1034. buy:
  1035. price: 18.0
  1036. amount: 1
  1037. stack-amount: 64
  1038. price-change: 1.0
  1039. orig-price: 18.0
  1040. sell:
  1041. price: 3.75
  1042. amount: 1
  1043. stack-amount: 64
  1044. orig-price: 3.75
  1045. price-change: 1.0
  1046. '5':
  1047. data:
  1048. material: MUTTON
  1049. durability: 0
  1050. name: '&lRaw Mutton'
  1051. required-level: 15
  1052. weight: 1.0
  1053. buy:
  1054. price: 25.0
  1055. amount: 1
  1056. stack-amount: 64
  1057. price-change: 1.0
  1058. orig-price: 25.0
  1059. sell:
  1060. price: 5.0
  1061. amount: 1
  1062. stack-amount: 64
  1063. orig-price: 5.0
  1064. price-change: 1.0
  1065. '6':
  1066. data:
  1067. material: COOKED_MUTTON
  1068. durability: 0
  1069. name: '&lCooked Mutton'
  1070. required-level: 15
  1071. weight: 1.0
  1072. buy:
  1073. price: 31.0
  1074. amount: 1
  1075. stack-amount: 64
  1076. price-change: 1.0
  1077. orig-price: 31.0
  1078. sell:
  1079. price: 6.25
  1080. amount: 1
  1081. stack-amount: 64
  1082. orig-price: 6.25
  1083. price-change: 1.0
  1084. '7':
  1085. data:
  1086. material: RABBIT
  1087. durability: 0
  1088. name: '&lRaw Rabbit'
  1089. required-level: 20
  1090. weight: 1.0
  1091. buy:
  1092. price: 31.0
  1093. amount: 1
  1094. stack-amount: 64
  1095. price-change: 1.0
  1096. orig-price: 31.0
  1097. sell:
  1098. price: 6.25
  1099. amount: 1
  1100. stack-amount: 64
  1101. orig-price: 6.25
  1102. price-change: 1.0
  1103. '8':
  1104. data:
  1105. material: COOKED_RABBIT
  1106. durability: 0
  1107. name: '&lCooked Rabbit'
  1108. required-level: 20
  1109. weight: 1.0
  1110. buy:
  1111. price: 37.0
  1112. amount: 1
  1113. stack-amount: 64
  1114. price-change: 1.0
  1115. orig-price: 37.0
  1116. sell:
  1117. price: 7.5
  1118. amount: 1
  1119. stack-amount: 64
  1120. orig-price: 7.5
  1121. price-change: 1.0
  1122. '9':
  1123. data:
  1124. material: RABBIT_HIDE
  1125. durability: 0
  1126. name: '&lRabbit Hide'
  1127. required-level: 20
  1128. weight: 1.0
  1129. buy:
  1130. price: 31.0
  1131. amount: 1
  1132. stack-amount: 64
  1133. price-change: 1.0
  1134. orig-price: 31.0
  1135. sell:
  1136. price: 6.25
  1137. amount: 1
  1138. stack-amount: 64
  1139. orig-price: 6.25
  1140. price-change: 1.0
  1141. '10':
  1142. data:
  1143. material: PORK
  1144. durability: 0
  1145. name: '&lRaw Porkchop'
  1146. required-level: 25
  1147. weight: 1.0
  1148. buy:
  1149. price: 37.0
  1150. amount: 1
  1151. stack-amount: 64
  1152. price-change: 1.0
  1153. orig-price: 37.0
  1154. sell:
  1155. price: 7.5
  1156. amount: 1
  1157. stack-amount: 64
  1158. orig-price: 7.5
  1159. price-change: 1.0
  1160. '12':
  1161. data:
  1162. material: GRILLED_PORK
  1163. durability: 0
  1164. name: '&lCooked Porkchop'
  1165. required-level: 25
  1166. weight: 1.0
  1167. buy:
  1168. price: 42.0
  1169. amount: 1
  1170. stack-amount: 64
  1171. price-change: 1.0
  1172. orig-price: 42.0
  1173. sell:
  1174. price: 8.5
  1175. amount: 1
  1176. stack-amount: 64
  1177. orig-price: 8.5
  1178. price-change: 1.0
  1179. '13':
  1180. data:
  1181. material: ROTTEN_FLESH
  1182. durability: 0
  1183. name: '&lRotten Flesh'
  1184. required-level: 30
  1185. weight: 1.0
  1186. buy:
  1187. price: 42.0
  1188. amount: 1
  1189. stack-amount: 64
  1190. price-change: 1.0
  1191. orig-price: 42.0
  1192. sell:
  1193. price: 8.5
  1194. amount: 1
  1195. stack-amount: 64
  1196. orig-price: 8.5
  1197. price-change: 1.0
  1198. '14':
  1199. data:
  1200. material: STRING
  1201. durability: 0
  1202. name: '&lString'
  1203. required-level: 35
  1204. weight: 1.0
  1205. buy:
  1206. price: 42.0
  1207. amount: 1
  1208. stack-amount: 64
  1209. price-change: 1.0
  1210. orig-price: 42.0
  1211. sell:
  1212. price: 8.5
  1213. amount: 1
  1214. stack-amount: 64
  1215. orig-price: 8.5
  1216. price-change: 1.0
  1217. '15':
  1218. data:
  1219. material: SPIDER_EYE
  1220. durability: 0
  1221. name: '&lSpider Eye'
  1222. required-level: 35
  1223. weight: 1.0
  1224. buy:
  1225. price: 42.0
  1226. amount: 1
  1227. stack-amount: 64
  1228. price-change: 1.0
  1229. orig-price: 42.0
  1230. sell:
  1231. price: 8.5
  1232. amount: 1
  1233. stack-amount: 64
  1234. orig-price: 8.5
  1235. price-change: 1.0
  1236. '16':
  1237. data:
  1238. material: RAW_BEEF
  1239. durability: 0
  1240. name: '&lRaw Beef'
  1241. required-level: 40
  1242. weight: 1.0
  1243. buy:
  1244. price: 62.0
  1245. amount: 1
  1246. stack-amount: 64
  1247. price-change: 1.0
  1248. orig-price: 62.0
  1249. sell:
  1250. price: 12.5
  1251. amount: 1
  1252. stack-amount: 64
  1253. orig-price: 12.5
  1254. price-change: 1.0
  1255. '17':
  1256. data:
  1257. material: COOKED_BEEF
  1258. durability: 0
  1259. name: '&lCooked Beef'
  1260. required-level: 40
  1261. weight: 1.0
  1262. buy:
  1263. price: 67.0
  1264. amount: 1
  1265. stack-amount: 64
  1266. price-change: 1.0
  1267. orig-price: 67.0
  1268. sell:
  1269. price: 13.5
  1270. amount: 1
  1271. stack-amount: 64
  1272. orig-price: 13.5
  1273. price-change: 1.0
  1274. '18':
  1275. data:
  1276. material: LEATHER
  1277. durability: 0
  1278. name: '&lLeather'
  1279. required-level: 40
  1280. weight: 1.0
  1281. buy:
  1282. price: 62.0
  1283. amount: 1
  1284. stack-amount: 64
  1285. price-change: 1.0
  1286. orig-price: 62.0
  1287. sell:
  1288. price: 12.5
  1289. amount: 1
  1290. stack-amount: 64
  1291. orig-price: 12.5
  1292. price-change: 1.0
  1293. '19':
  1294. data:
  1295. material: BONE
  1296. durability: 0
  1297. name: '&lBone'
  1298. required-level: 45
  1299. weight: 1.0
  1300. buy:
  1301. price: 69.0
  1302. amount: 1
  1303. stack-amount: 64
  1304. price-change: 1.0
  1305. orig-price: 69.0
  1306. sell:
  1307. price: 13.75
  1308. amount: 1
  1309. stack-amount: 64
  1310. orig-price: 13.75
  1311. price-change: 1.0
  1312. '20':
  1313. data:
  1314. material: ARROW
  1315. durability: 0
  1316. name: '&lArrow'
  1317. required-level: 45
  1318. weight: 1.0
  1319. buy:
  1320. price: 69.0
  1321. amount: 1
  1322. stack-amount: 64
  1323. price-change: 1.0
  1324. orig-price: 69.0
  1325. sell:
  1326. price: 13.75
  1327. amount: 1
  1328. stack-amount: 64
  1329. orig-price: 13.75
  1330. price-change: 1.0
  1331. '21':
  1332. data:
  1333. material: SLIME_BALL
  1334. durability: 0
  1335. name: '&lSlime Ball'
  1336. required-level: 50
  1337. weight: 1.0
  1338. buy:
  1339. price: 75.0
  1340. amount: 1
  1341. stack-amount: 64
  1342. price-change: 1.0
  1343. orig-price: 75.0
  1344. sell:
  1345. price: 15.0
  1346. amount: 1
  1347. stack-amount: 64
  1348. orig-price: 15.0
  1349. price-change: 1.0
  1350. '22':
  1351. data:
  1352. material: BLAZE_ROD
  1353. durability: 0
  1354. name: '&lBlaze Rod'
  1355. required-level: 55
  1356. weight: 1.0
  1357. buy:
  1358. price: 81.0
  1359. amount: 1
  1360. stack-amount: 64
  1361. price-change: 1.0
  1362. orig-price: 81.0
  1363. sell:
  1364. price: 16.25
  1365. amount: 1
  1366. stack-amount: 64
  1367. orig-price: 16.25
  1368. price-change: 1.0
  1369. '23':
  1370. data:
  1371. material: ENDER_PEARL
  1372. durability: 0
  1373. name: '&lEnderpearl'
  1374. required-level: 60
  1375. weight: 1.0
  1376. buy:
  1377. price: 1000.0
  1378. amount: 1
  1379. stack-amount: 64
  1380. price-change: 1.0
  1381. orig-price: 1000.0
  1382. sell:
  1383. price: 17.5
  1384. amount: 1
  1385. stack-amount: 64
  1386. orig-price: 17.5
  1387. price-change: 1.0
  1388. '24':
  1389. data:
  1390. material: SULPHUR
  1391. durability: 0
  1392. name: '&lGunpowder'
  1393. required-level: 70
  1394. weight: 1.0
  1395. buy:
  1396. price: 100.0
  1397. amount: 1
  1398. stack-amount: 64
  1399. price-change: 1.0
  1400. orig-price: 100.0
  1401. sell:
  1402. price: 20.0
  1403. amount: 1
  1404. stack-amount: 64
  1405. orig-price: 20.0
  1406. price-change: 1.0
  1407. '25':
  1408. data:
  1409. material: RAW_FISH
  1410. durability: 0
  1411. name: '&lRaw Fish'
  1412. required-level: 75
  1413. weight: 1.0
  1414. buy:
  1415. price: 106.0
  1416. amount: 1
  1417. stack-amount: 64
  1418. price-change: 1.0
  1419. orig-price: 106.0
  1420. sell:
  1421. price: 21.25
  1422. amount: 1
  1423. stack-amount: 64
  1424. orig-price: 21.25
  1425. price-change: 1.0
  1426. '&lFarming':
  1427. icon: WHEAT
  1428. slot: 5
  1429. items:
  1430. '1':
  1431. data:
  1432. material: SEEDS
  1433. durability: 0
  1434. name: '&lSeeds'
  1435. weight: 1.0
  1436. buy:
  1437. price: 150.0
  1438. amount: 1
  1439. stack-amount: 64
  1440. price-change: 1.0
  1441. orig-price: 150.0
  1442. sell:
  1443. price: 3.75
  1444. amount: 1
  1445. stack-amount: 64
  1446. orig-price: 3.75
  1447. price-change: 1.0
  1448. '2':
  1449. data:
  1450. material: WHEAT
  1451. durability: 0
  1452. name: '&lWheat'
  1453. weight: 1.0
  1454. buy:
  1455. price: 100.0
  1456. amount: 1
  1457. stack-amount: 64
  1458. price-change: 1.0
  1459. orig-price: 100.0
  1460. sell:
  1461. price: 4.879999999999999
  1462. amount: 1
  1463. stack-amount: 64
  1464. orig-price: 4.88
  1465. price-change: 1.0
  1466. '3':
  1467. data:
  1468. material: SUGAR
  1469. durability: 0
  1470. name: '&lSugar'
  1471. weight: 1.0
  1472. buy:
  1473. price: 150.0
  1474. amount: 1
  1475. stack-amount: 64
  1476. price-change: 1.0
  1477. orig-price: 150.0
  1478. sell:
  1479. price: 6.0
  1480. amount: 1
  1481. stack-amount: 64
  1482. orig-price: 6.0
  1483. price-change: 1.0
  1484. '4':
  1485. data:
  1486. material: SUGAR_CANE
  1487. durability: 0
  1488. name: '&lSugarcane'
  1489. weight: 1.0
  1490. buy:
  1491. price: 125.0
  1492. amount: 1
  1493. stack-amount: 64
  1494. price-change: 1.0
  1495. orig-price: 125.0
  1496. sell:
  1497. price: 3.75
  1498. amount: 1
  1499. stack-amount: 64
  1500. orig-price: 3.75
  1501. price-change: 1.0
  1502. '5':
  1503. data:
  1504. material: MELON
  1505. durability: 0
  1506. name: '&lMelon'
  1507. weight: 1.0
  1508. buy:
  1509. price: 50.0
  1510. amount: 1
  1511. stack-amount: 64
  1512. price-change: 1.0
  1513. orig-price: 50.0
  1514. sell:
  1515. price: 2.63
  1516. amount: 1
  1517. stack-amount: 64
  1518. orig-price: 2.63
  1519. price-change: 1.0
  1520. '6':
  1521. data:
  1522. material: PUMPKIN_SEEDS
  1523. durability: 0
  1524. name: '&lPumkin Seeds'
  1525. weight: 1.0
  1526. buy:
  1527. price: 150.0
  1528. amount: 1
  1529. stack-amount: 64
  1530. price-change: 1.0
  1531. orig-price: 150.0
  1532. sell:
  1533. price: 4.879999999999999
  1534. amount: 1
  1535. stack-amount: 64
  1536. orig-price: 4.88
  1537. price-change: 1.0
  1538. '7':
  1539. data:
  1540. material: PUMPKIN
  1541. durability: 0
  1542. name: '&lPumpkin'
  1543. weight: 1.0
  1544. buy:
  1545. price: 125.0
  1546. amount: 1
  1547. stack-amount: 64
  1548. price-change: 1.0
  1549. orig-price: 125.0
  1550. sell:
  1551. price: 7.5
  1552. amount: 1
  1553. stack-amount: 64
  1554. orig-price: 7.5
  1555. price-change: 1.0
  1556. '8':
  1557. data:
  1558. material: SAPLING
  1559. durability: 0
  1560. name: '&lOak Sapling'
  1561. weight: 1.0
  1562. buy:
  1563. price: 100.0
  1564. amount: 1
  1565. stack-amount: 64
  1566. price-change: 1.0
  1567. orig-price: 100.0
  1568. sell:
  1569. price: 26.25
  1570. amount: 1
  1571. stack-amount: 64
  1572. orig-price: 26.25
  1573. price-change: 1.0
  1574. '9':
  1575. data:
  1576. material: SAPLING
  1577. durability: 1
  1578. name: '&lSpruce Sapling'
  1579. weight: 1.0
  1580. buy:
  1581. price: 100.0
  1582. amount: 1
  1583. stack-amount: 64
  1584. price-change: 1.0
  1585. orig-price: 100.0
  1586. sell:
  1587. price: 26.25
  1588. amount: 1
  1589. stack-amount: 64
  1590. orig-price: 26.25
  1591. price-change: 1.0
  1592. '10':
  1593. data:
  1594. material: SAPLING
  1595. durability: 2
  1596. name: '&lBirch Sapling'
  1597. weight: 1.0
  1598. buy:
  1599. price: 100.0
  1600. amount: 1
  1601. stack-amount: 64
  1602. price-change: 1.0
  1603. orig-price: 100.0
  1604. sell:
  1605. price: 26.25
  1606. amount: 1
  1607. stack-amount: 64
  1608. orig-price: 26.25
  1609. price-change: 1.0
  1610. '11':
  1611. data:
  1612. material: SAPLING
  1613. durability: 3
  1614. name: '&lJungle Sapling'
  1615. weight: 1.0
  1616. buy:
  1617. price: 100.0
  1618. amount: 1
  1619. stack-amount: 64
  1620. price-change: 1.0
  1621. orig-price: 100.0
  1622. sell:
  1623. price: 26.25
  1624. amount: 1
  1625. stack-amount: 64
  1626. orig-price: 26.25
  1627. price-change: 1.0
  1628. '12':
  1629. data:
  1630. material: INK_SACK
  1631. durability: 3
  1632. name: '&lCocoa Beans'
  1633. weight: 1.0
  1634. buy:
  1635. price: 150.0
  1636. amount: 1
  1637. stack-amount: 64
  1638. price-change: 1.0
  1639. orig-price: 150.0
  1640. sell:
  1641. price: 4.88
  1642. amount: 1
  1643. stack-amount: 64
  1644. orig-price: 4.88
  1645. price-change: 1.0
  1646. '13':
  1647. data:
  1648. material: RED_MUSHROOM
  1649. durability: 0
  1650. name: '&lRed Mushroom'
  1651. weight: 1.0
  1652. buy:
  1653. price: 200.0
  1654. amount: 1
  1655. stack-amount: 64
  1656. price-change: 1.0
  1657. orig-price: 200.0
  1658. sell:
  1659. price: 3.0
  1660. amount: 1
  1661. stack-amount: 64
  1662. orig-price: 3.0
  1663. price-change: 1.0
  1664. '&lSpawners':
  1665. icon: MOB_SPAWNER
  1666. slot: 6
  1667. items:
  1668. '1':
  1669. data:
  1670. material: MOB_SPAWNER
  1671. durability: 93
  1672. name: '&lChicken Spawner'
  1673. required-level: 5
  1674. buy-commands:
  1675. - spawner give %player% CHICKEN 1
  1676. weight: 0
  1677. buy:
  1678. price: 75000.0
  1679. amount: 0
  1680. price-change: 1.0
  1681. orig-price: 50000.0
  1682. sell:
  1683. price: -1.0
  1684. orig-price: -1.0
  1685. price-change: 1.0
  1686. '2':
  1687. data:
  1688. material: MOB_SPAWNER
  1689. durability: 94
  1690. name: '&lSquid Spawner'
  1691. required-level: 10
  1692. lore:
  1693. - ''
  1694. - '&c&nCustom Drops:'
  1695. - '&7► Apple'
  1696. buy-commands:
  1697. - spawner give %player% SQUID 1
  1698. weight: 0
  1699. buy:
  1700. price: 10000.0
  1701. amount: 0
  1702. price-change: 1.0
  1703. orig-price: 75000.0
  1704. sell:
  1705. price: -1.0
  1706. orig-price: -1.0
  1707. price-change: 1.0
  1708. '3':
  1709. data:
  1710. material: MOB_SPAWNER
  1711. durability: 91
  1712. name: '&lSheep Spawner'
  1713. required-level: 15
  1714. lore:
  1715. - ''
  1716. - '&c&nCustom Drops:'
  1717. - '&7► Colored Dye'
  1718. buy-commands:
  1719. - spawner give %player% SHEEP 1
  1720. weight: 0
  1721. buy:
  1722. price: 125000.0
  1723. amount: 0
  1724. price-change: 1.0
  1725. orig-price: 100000.0
  1726. sell:
  1727. price: -1.0
  1728. orig-price: -1.0
  1729. price-change: 1.0
  1730. '4':
  1731. data:
  1732. material: MOB_SPAWNER
  1733. durability: 101
  1734. name: '&lRabbit Spawner'
  1735. required-level: 20
  1736. buy-commands:
  1737. - spawner give %player% RABBIT 1
  1738. weight: 0
  1739. buy:
  1740. price: 150000.0
  1741. amount: 0
  1742. price-change: 1.0
  1743. orig-price: 125000.0
  1744. sell:
  1745. price: -1.0
  1746. orig-price: -1.0
  1747. price-change: 1.0
  1748. '5':
  1749. data:
  1750. material: MOB_SPAWNER
  1751. durability: 90
  1752. name: '&lPig Spawner'
  1753. required-level: 25
  1754. buy-commands:
  1755. - spawner give %player% PIG 1
  1756. weight: 0
  1757. buy:
  1758. price: 175000.0
  1759. amount: 0
  1760. price-change: 1.0
  1761. orig-price: 150000.0
  1762. sell:
  1763. price: -1.0
  1764. orig-price: -1.0
  1765. price-change: 1.0
  1766. '6':
  1767. data:
  1768. material: MOB_SPAWNER
  1769. durability: 54
  1770. name: '&lZombie Spawner'
  1771. required-level: 30
  1772. buy-commands:
  1773. - spawner give %player% ZOMBIE 1
  1774. weight: 0
  1775. buy:
  1776. price: 200000.0
  1777. amount: 0
  1778. price-change: 1.0
  1779. orig-price: 175000.0
  1780. sell:
  1781. price: -1.0
  1782. orig-price: -1.0
  1783. price-change: 1.0
  1784. '7':
  1785. data:
  1786. material: MOB_SPAWNER
  1787. durability: 52
  1788. name: '&lSpider Spawner'
  1789. required-level: 35
  1790. buy-commands:
  1791. - spawner give %player% SPIDER 1
  1792. weight: 0
  1793. buy:
  1794. price: 225000.0
  1795. amount: 0
  1796. price-change: 1.0
  1797. orig-price: 200000.0
  1798. sell:
  1799. price: -1.0
  1800. orig-price: -1.0
  1801. price-change: 1.0
  1802. '8':
  1803. data:
  1804. material: MOB_SPAWNER
  1805. durability: 92
  1806. name: '&lCow Spawner'
  1807. required-level: 40
  1808. buy-commands:
  1809. - spawner give %player% COW 1
  1810. weight: 0
  1811. buy:
  1812. price: 250000.0
  1813. amount: 0
  1814. price-change: 1.0
  1815. orig-price: 250000.0
  1816. sell:
  1817. price: -1.0
  1818. orig-price: -1.0
  1819. price-change: 1.0
  1820. '9':
  1821. data:
  1822. material: MOB_SPAWNER
  1823. durability: 51
  1824. name: '&lSkeleton Spawner'
  1825. required-level: 45
  1826. buy-commands:
  1827. - spawner give %player% SKELETON 1
  1828. weight: 0
  1829. buy:
  1830. price: 275000.0
  1831. amount: 0
  1832. price-change: 1.0
  1833. orig-price: 275000.0
  1834. sell:
  1835. price: -1.0
  1836. orig-price: -1.0
  1837. price-change: 1.0
  1838. '10':
  1839. data:
  1840. material: MOB_SPAWNER
  1841. durability: 55
  1842. name: '&lSlime Spawner'
  1843. required-level: 50
  1844. buy-commands:
  1845. - spawner give %player% SLIME 1
  1846. weight: 0
  1847. buy:
  1848. price: 300000.0
  1849. amount: 0
  1850. price-change: 1.0
  1851. orig-price: 300000.0
  1852. sell:
  1853. price: -1.0
  1854. orig-price: -1.0
  1855. price-change: 1.0
  1856. '11':
  1857. data:
  1858. material: MOB_SPAWNER
  1859. durability: 61
  1860. name: '&lBlaze Spawner'
  1861. required-level: 55
  1862. buy-commands:
  1863. - spawner give %player% BLAZE 1
  1864. weight: 0
  1865. buy:
  1866. price: 325000.0
  1867. amount: 0
  1868. price-change: 1.0
  1869. orig-price: 325000.0
  1870. sell:
  1871. price: -1.0
  1872. orig-price: -1.0
  1873. price-change: 1.0
  1874. '12':
  1875. data:
  1876. material: MOB_SPAWNER
  1877. durability: 58
  1878. name: '&lEnderman Spawner'
  1879. required-level: 60
  1880. buy-commands:
  1881. - spawner give %player% ENDERMAN 1
  1882. weight: 0
  1883. buy:
  1884. price: 350000.0
  1885. amount: 0
  1886. price-change: 1.0
  1887. orig-price: 350000.0
  1888. sell:
  1889. price: -1.0
  1890. orig-price: -1.0
  1891. price-change: 1.0
  1892. '13':
  1893. data:
  1894. material: MOB_SPAWNER
  1895. durability: 66
  1896. name: '&lWitch Spawner'
  1897. required-level: 65
  1898. lore:
  1899. - ''
  1900. - '&c&nCustom Drops:'
  1901. - '&7► Potions'
  1902. buy-commands:
  1903. - spawner give %player% WITCH 1
  1904. weight: 0
  1905. buy:
  1906. price: 375000.0
  1907. amount: 0
  1908. price-change: 1.0
  1909. orig-price: 375000.0
  1910. sell:
  1911. price: -1.0
  1912. orig-price: -1.0
  1913. price-change: 1.0
  1914. '14':
  1915. data:
  1916. material: MOB_SPAWNER
  1917. durability: 50
  1918. name: '&lCreeper Spawner'
  1919. required-level: 70
  1920. buy-commands:
  1921. - spawner give %player% CREEPER 1
  1922. weight: 0
  1923. buy:
  1924. price: 400000.0
  1925. amount: 0
  1926. price-change: 1.0
  1927. orig-price: 400000.0
  1928. sell:
  1929. price: -1.0
  1930. orig-price: -1.0
  1931. price-change: 1.0
  1932. '15':
  1933. data:
  1934. material: MOB_SPAWNER
  1935. durability: 68
  1936. name: '&lGuardian Spawner'
  1937. required-level: 75
  1938. lore:
  1939. - ''
  1940. - '&c&nCustom Drops:'
  1941. - '&7► Lapis Ore'
  1942. buy-commands:
  1943. - spawner give %player% GUARDIAN 1
  1944. weight: 0
  1945. buy:
  1946. price: 425000.0
  1947. amount: 0
  1948. price-change: 1.0
  1949. orig-price: 425000.0
  1950. sell:
  1951. price: -1.0
  1952. orig-price: -1.0
  1953. price-change: 1.0
  1954. '16':
  1955. data:
  1956. material: MOB_SPAWNER
  1957. durability: 57
  1958. name: '&lPigman Spawner'
  1959. required-level: 80
  1960. lore:
  1961. - ''
  1962. - '&c&nCustom Drops:'
  1963. - '&7► Gold Ingot'
  1964. buy-commands:
  1965. - spawner give %player% ZOMBIE_PIGMAN 1
  1966. weight: 0
  1967. buy:
  1968. price: 750000.0
  1969. amount: 0
  1970. price-change: 1.0
  1971. orig-price: 750000.0
  1972. sell:
  1973. price: -1.0
  1974. orig-price: -1.0
  1975. price-change: 1.0
  1976. '17':
  1977. data:
  1978. material: MOB_SPAWNER
  1979. durability: 99
  1980. name: '&lIron Golem Spawner'
  1981. required-level: 85
  1982. lore:
  1983. - ''
  1984. - '&c&nCustom Drops:'
  1985. - '&7► Iron Ingot'
  1986. buy-commands:
  1987. - spawner give %player% IRON_GOLEM 1
  1988. weight: 0
  1989. buy:
  1990. price: 1000000.0
  1991. amount: 0
  1992. price-change: 1.0
  1993. orig-price: 1000000.0
  1994. sell:
  1995. price: -1.0
  1996. orig-price: -1.0
  1997. price-change: 1.0
  1998. '18':
  1999. data:
  2000. material: MOB_SPAWNER
  2001. durability: 64
  2002. name: '&lWither Spawner'
  2003. required-level: 35
  2004. buy-commands:
  2005. - spawner give %player% WITHER 1
  2006. weight: 0
  2007. buy:
  2008. price: 1750000.0
  2009. amount: 0
  2010. price-change: 1.0
  2011. orig-price: 1750000.0
  2012. sell:
  2013. price: -1.0
  2014. orig-price: -1.0
  2015. price-change: 1.0
  2016. '19':
  2017. data:
  2018. material: MOB_SPAWNER
  2019. durability: 60
  2020. name: '&lSilverfish Spawner'
  2021. required-level: 60
  2022. lore:
  2023. - ''
  2024. - '&c&nCustom Drops:'
  2025. - '&7► Emerald'
  2026. buy-commands:
  2027. - spawner give %player% SILVERFISH 1
  2028. weight: 0
  2029. buy:
  2030. price: 2500000.0
  2031. amount: 0
  2032. price-change: 1.0
  2033. orig-price: 2500000.0
  2034. sell:
  2035. price: -1.0
  2036. orig-price: -1.0
  2037. price-change: 1.0
  2038. '&lSpecial':
  2039. icon: NETHER_STAR
  2040. slot: 7
  2041. items:
  2042. '1':
  2043. data:
  2044. material: WATER_BUCKET
  2045. durability: 0
  2046. name: '&lWater Bucket'
  2047. weight: 0
  2048. buy:
  2049. price: 1000.0
  2050. amount: 1
  2051. stack-amount: 64
  2052. price-change: 1.0
  2053. orig-price: 1000.0
  2054. sell:
  2055. price: -1.0
  2056. orig-price: -1.0
  2057. price-change: 1.0
  2058. '2':
  2059. data:
  2060. material: LAVA_BUCKET
  2061. durability: 0
  2062. name: '&lLava Bucket'
  2063. weight: 0
  2064. buy:
  2065. price: 1250.0
  2066. amount: 1
  2067. stack-amount: 64
  2068. price-change: 1.0
  2069. orig-price: 1250.0
  2070. sell:
  2071. price: -1.0
  2072. orig-price: -1.0
  2073. price-change: 1.0
  2074. dshop: {}
  2075. saved-queue: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement