Guest User

shop.yml

a guest
Jun 8th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.44 KB | None | 0 0
  1. ### SHOP ###
  2. ### NOT ALLOWED CATEGORY MATERIAL: SLIME_BALL, SNOW_BALL, BUCKET, LAVA_BUCKET
  3. shop:
  4. armor:
  5. item: DIAMOND_CHESTPLATE
  6. name: "Armour"
  7. order: 10
  8. permission: bw.base
  9. lore:
  10. - "Protect yourself with armor! Click here."
  11. offers:
  12. - price:
  13. - type: IRON_INGOT
  14. amount: 10
  15. reward:
  16. - type: LEATHER_HELMET
  17. meta:
  18. ==: ItemMeta
  19. meta-type: LEATHER_ARMOR
  20. enchants:
  21. PROTECTION_ENVIRONMENTAL: 1
  22. - price:
  23. - type: IRON_INGOT
  24. amount: 10
  25. reward:
  26. - type: LEATHER_LEGGINGS
  27. meta:
  28. ==: ItemMeta
  29. meta-type: LEATHER_ARMOR
  30. enchants:
  31. PROTECTION_ENVIRONMENTAL: 1
  32. - price:
  33. - type: IRON_INGOT
  34. amount: 10
  35. reward:
  36. - type: LEATHER_BOOTS
  37. meta:
  38. ==: ItemMeta
  39. meta-type: LEATHER_ARMOR
  40. enchants:
  41. PROTECTION_ENVIRONMENTAL: 1
  42. - price:
  43. - type: IRON_INGOT
  44. amount: 10
  45. reward:
  46. - type: LEATHER_CHESTPLATE
  47. meta:
  48. ==: ItemMeta
  49. meta-type: LEATHER_ARMOR
  50. enchants:
  51. PROTECTION_ENVIRONMENTAL: 1
  52. - price:
  53. - type: GOLD_INGOT
  54. amount: 10
  55. - type: IRON_BOOTS
  56. meta:
  57. ==: ItemMeta
  58. meta-type: UNSPECIFIC
  59. display-name: "Iron Boots"
  60. lore:
  61. - "Wear those shoes and have a 75%"
  62. - "chance of getting no knockback!"
  63. - price:
  64. - type: IRON_INGOT
  65. amount: 12
  66. reward:
  67. - type: CHAINMAIL_CHESTPLATE
  68. meta:
  69. ==: ItemMeta
  70. meta-type: UNSPECIFIC
  71. enchants:
  72. PROTECTION_ENVIRONMENTAL: 1
  73. - price:
  74. - type: IRON_INGOT
  75. amount: 15
  76. reward:
  77. - type: CHAINMAIL_CHESTPLATE
  78. meta:
  79. ==: ItemMeta
  80. meta-type: UNSPECIFIC
  81. enchants:
  82. PROTECTION_ENVIRONMENTAL: 2
  83. - price:
  84. - type: IRON_INGOT
  85. amount: 20
  86. reward:
  87. - type: CHAINMAIL_CHESTPLATE
  88. meta:
  89. ==: ItemMeta
  90. meta-type: UNSPECIFIC
  91. enchants:
  92. PROTECTION_ENVIRONMENTAL: 3
  93. - price:
  94. - type: GOLD_INGOT
  95. amount: 10
  96. reward:
  97. - type: IRON_HELMET
  98. meta:
  99. ==: ItemMeta
  100. meta-type: UNSPECIFIC
  101. display-name: "Iron Helmet"
  102. enchants:
  103. PROTECTION_ENVIRONMENTAL: 2
  104. - price:
  105. - type: GOLD_INGOT
  106. amount: 10
  107. reward:
  108. - type: IRON_LEGGINGS
  109. meta:
  110. ==: ItemMeta
  111. meta-type: UNSPECIFIC
  112. display-name: "Iron Pants"
  113. - price:
  114. - type: GOLD_INGOT
  115. amount: 15
  116. reward:
  117. - type: IRON_CHESTPLATE
  118. meta:
  119. ==: ItemMeta
  120. meta-type: UNSPECIFIC
  121. display-name: "Iron Chestplate"
  122. - price:
  123. - type: DIAMOND
  124. amount: 5
  125. reward:
  126. - type: GOLD_HELMET
  127. meta:
  128. ==: ItemMeta
  129. meta-type: UNSPECIFIC
  130. display-name: "Gold Helmet"
  131. - price:
  132. - type: DIAMOND
  133. amount: 7
  134. reward:
  135. - type: GOLD_CHESTPLATE
  136. meta:
  137. ==: ItemMeta
  138. meta-type: UNSPECIFIC
  139. display-name: "Gold Chestplate"
  140. - price:
  141. - type: DIAMOND
  142. amount: 5
  143. reward:
  144. - type: GOLD_LEGGINGS
  145. meta:
  146. ==: ItemMeta
  147. meta-type: UNSPECIFIC
  148. display-name: "Gold Pants"
  149. - price:
  150. - type: GOLD_INGOT
  151. amount: 50
  152. reward:
  153. - type: GOLD_BOOTS
  154. meta:
  155. ==: ItemMeta
  156. meta-type: UNSPECIFIC
  157. display-name: "Gold Boots"
  158. - price:
  159. - type: DIAMOND
  160. amount: 50
  161. reward:
  162. - type: DIAMOND_HELMET
  163. meta:
  164. ==: ItemMeta
  165. meta-type: UNSPECIFIC
  166. display-name: "Gold Helmet"
  167. price:
  168. - type: EMERALD
  169. amount: 5
  170. reward:
  171. - type: DIAMOND_CHESTPLATE
  172. meta:
  173. ==: ItemMeta
  174. meta-type: UNSPECIFIC
  175. display-name: "Diamond Chestplate"
  176. price:
  177. - type: EMERALD
  178. amount: 3
  179. reward:
  180. - type: DIAMOND_LEGGINGS
  181. meta:
  182. ==: ItemMeta
  183. meta-type: UNSPECIFIC
  184. display-name: "Diamond Pants"
  185. price:
  186. - type: DIAMOND
  187. amount: 50
  188. reward:
  189. - type: DIAMOND_BOOTS
  190. meta:
  191. ==: ItemMeta
  192. meta-type: UNSPECIFIC
  193. display-name: "Diamond Boots"
  194. swords:
  195. item: DIAMOND_SWORD
  196. name: "Swords"
  197. order: 20
  198. permission: bw.base
  199. lore:
  200. - "Click here to see the swords for attacking your enemies"
  201. offers:
  202. - price:
  203. - type: IRON_INGOT
  204. amount: 10
  205. reward:
  206. - type: STICK
  207. meta:
  208. ==: ItemMeta
  209. meta-type: UNSPECIFIC
  210. enchants:
  211. KNOCKBACK: 1
  212. - price:
  213. - type: IRON_INGOT
  214. amount: 15
  215. reward:
  216. - type: STICK
  217. meta:
  218. ==: ItemMeta
  219. meta-type: UNSPECIFIC
  220. enchants:
  221. KNOCKBACK: 2
  222. - price:
  223. - type: IRON_INGOT
  224. amount: 7
  225. reward:
  226. - type: WOODEN_SWORD
  227. meta:
  228. ==: ItemMeta
  229. meta-type: UNSPECIFIC
  230. enchants:
  231. DAMAGE_ALL: 1
  232. - price:
  233. - type: IRON_INGOT
  234. amount: 20
  235. reward:
  236. - type: STONE_SWORD
  237. meta:
  238. ==: ItemMeta
  239. meta-type: UNSPECIFIC
  240. enchants:
  241. DAMAGE_ALL: 2
  242. - price:
  243. - type: GOLD_INGOT
  244. amount: 20
  245. reward:
  246. - type: IRON_SWORD
  247. meta:
  248. ==: ItemMeta
  249. meta-type: UNSPECIFIC
  250. enchants:
  251. DAMAGE_ALL: 3
  252. - price:
  253. - type: GOLD_INGOT
  254. amount: 20
  255. reward:
  256. - type: GOLD_SWORD
  257. meta:
  258. ==: ItemMeta
  259. meta-type: UNSPECIFIC
  260. enchants:
  261. DAMAGE_ALL: 2
  262. KNOCKBACK: 1
  263. - price:
  264. - type: IRON_INGOT
  265. amount: 10
  266. reward:
  267. - type: WOODEN_AXE
  268. meta:
  269. ==: ItemMeta
  270. meta-type: UNSPECIFIC
  271. display-name: "Axe of Infinity"
  272. enchants:
  273. DAMAGE_ALL: 1
  274. DURABILITY: 1
  275. KNOCKBACK: 1
  276. - price:
  277. - type: IRON_INGOT
  278. amount: 20
  279. reward:
  280. - type: STONE_AXE
  281. meta:
  282. ==: ItemMeta
  283. meta-type: UNSPECIFIC
  284. display-name: "Axe of Infinity"
  285. enchants:
  286. DAMAGE_ALL: 1
  287. DURABILITY: 1
  288. KNOCKBACK: 1
  289. - price:
  290. - type: GOLD_INGOT
  291. amount: 20
  292. reward:
  293. - type: IRON_AXE
  294. meta:
  295. ==: ItemMeta
  296. meta-type: UNSPECIFIC
  297. display-name: "Axe of Infinity"
  298. enchants:
  299. DAMAGE_ALL: 1
  300. DURABILITY: 1
  301. KNOCKBACK: 1
  302. - price:
  303. - type: IRON_INGOT
  304. amount: 10
  305. reward:
  306. - type: WOODEN_AXE
  307. meta:
  308. ==: ItemMeta
  309. meta-type: UNSPECIFIC
  310. display-name: "Axe of Infinity"
  311. enchants:
  312. DAMAGE_ALL: 1
  313. DURABILITY: 1
  314. KNOCKBACK: 1
  315. - price:
  316. - type: IRON_INGOT
  317. amount: 20
  318. reward:
  319. - type: STONE_AXE
  320. meta:
  321. ==: ItemMeta
  322. meta-type: UNSPECIFIC
  323. display-name: "Axe of Infinity"
  324. enchants:
  325. DAMAGE_ALL: 1
  326. DURABILITY: 1
  327. KNOCKBACK: 1
  328. - price:
  329. - type: GOLD_INGOT
  330. amount: 20
  331. reward:
  332. - type: IRON_AXE
  333. meta:
  334. ==: ItemMeta
  335. meta-type: UNSPECIFIC
  336. display-name: "Axe of Infinity"
  337. enchants:
  338. DAMAGE_ALL: 1
  339. DURABILITY: 1
  340. KNOCKBACK: 1
  341. - price:
  342. - type: GOLD_INGOT
  343. amount: 15
  344. reward:
  345. - type: GOLD_AXE
  346. meta:
  347. ==: ItemMeta
  348. meta-type: UNSPECIFIC
  349. display-name: "Axe of Infinity"
  350. enchants:
  351. DAMAGE_ALL: 1
  352. DURABILITY: 1
  353. KNOCKBACK: 1
  354. - price:
  355. - type: DIAMOND
  356. amount: 10
  357. reward:
  358. - type: DIAMOND_AXE
  359. meta:
  360. ==: ItemMeta
  361. meta-type: UNSPECIFIC
  362. display-name: "Axe of Infinity"
  363. enchants:
  364. DAMAGE_ALL: 1
  365. DURABILITY: 1
  366. KNOCKBACK: 1
  367. bows:
  368. item: 261
  369. name: "Bows"
  370. order: 30
  371. permission: bw.base
  372. lore:
  373. - "Prove yourself as a marksman with these wonderful bows"
  374. offers:
  375. - price:
  376. - type: GOLD_INGOT
  377. amount: 10
  378. reward:
  379. - type: BOW
  380. meta:
  381. ==: ItemMeta
  382. meta-type: UNSPECIFIC
  383. enchants:
  384. ARROW_INFINITE: 1
  385. - price:
  386. - type: GOLD_INGOT
  387. amount: 15
  388. reward:
  389. - type: BOW
  390. meta:
  391. ==: ItemMeta
  392. meta-type: UNSPECIFIC
  393. enchants:
  394. ARROW_DAMAGE: 1
  395. ARROW_INFINITE: 1
  396. - price:
  397. - type: GOLD_INGOT
  398. amount: 20
  399. reward:
  400. - type: BOW
  401. meta:
  402. ==: ItemMeta
  403. meta-type: UNSPECIFIC
  404. enchants:
  405. ARROW_DAMAGE: 2
  406. ARROW_INFINITE: 1
  407. - price:
  408. - type: GOLD_INGOT
  409. amount: 20
  410. reward:
  411. - type: BOW
  412. meta:
  413. ==: ItemMeta
  414. meta-type: UNSPECIFIC
  415. enchants:
  416. ARROW_FIRE: 1
  417. ARROW_INFINITE: 1
  418. - price:
  419. - type: GOLD_INGOT
  420. amount: 25
  421. reward:
  422. - type: BOW
  423. meta:
  424. ==: ItemMeta
  425. meta-type: UNSPECIFIC
  426. enchants:
  427. ARROW_KNOCKBACK: 1
  428. ARROW_FIRE: 1
  429. ARROW_INFINITE: 1
  430. - price:
  431. - type: GOLD_INGOT
  432. reward:
  433. - type: ARROW
  434. eat:
  435. item: GRILLED_PORK
  436. name: Eat
  437. order: 40
  438. permission: bw.base
  439. lore:
  440. - "Are you hungry? Get something to eat."
  441. offers:
  442. - price:
  443. - type: IRON_INGOT
  444. amount: 4
  445. reward:
  446. - type: GRILLED_PORK
  447. amount: 2
  448. - price:
  449. - type: IRON_INGOT
  450. amount: 2
  451. reward:
  452. - type: GOLDEN_APPLE
  453. - price:
  454. - type: GOLD_INGOT
  455. amount: 5
  456. reward:
  457. - type: BREAD
  458. amount: 10
  459. pickaxes:
  460. item: DIAMOND_PICKAXE
  461. name: "Pickaxes"
  462. order: 50
  463. permission: bw.base
  464. lore:
  465. - "Destroy others blocks? Use these pickaxes."
  466. offers:
  467. - price:
  468. - type: CLAY_BRICK
  469. amount: 4
  470. reward:
  471. - type: IRON_PICKAXE
  472. meta:
  473. ==: ItemMeta
  474. meta-type: UNSPECIFIC
  475. enchants:
  476. LOOT_BONUS_BLOCKS: 1
  477. - price:
  478. - type: IRON_INGOT
  479. amount: 2
  480. reward:
  481. - type: IRON_PICKAXE
  482. meta:
  483. ==: ItemMeta
  484. meta-type: UNSPECIFIC
  485. enchants:
  486. LOOT_BONUS_BLOCKS: 2
  487. - price:
  488. - type: GOLD_INGOT
  489. reward:
  490. - type: IRON_PICKAXE
  491. meta:
  492. ==: ItemMeta
  493. meta-type: UNSPECIFIC
  494. enchants:
  495. LOOT_BONUS_BLOCKS: 3
  496. blocks:
  497. item: SANDSTONE
  498. name: "Blocks"
  499. order: 60
  500. permission: bw.base
  501. lore:
  502. - "Get to the others! Possible with blocks."
  503. offers:
  504. - price:
  505. - type: CLAY_BRICK
  506. reward:
  507. - type: SANDSTONE
  508. damage: 2
  509. amount: 2
  510. - price:
  511. - type: CLAY_BRICK
  512. amount: 7
  513. reward:
  514. - type: ENDER_STONE
  515. - price:
  516. - type: IRON_INGOT
  517. amount: 3
  518. reward:
  519. - type: IRON_BLOCK
  520. - price:
  521. - type: CLAY_BRICK
  522. amount: 15
  523. reward:
  524. - type: GLOWSTONE
  525. amount: 4
  526. - price:
  527. - type: CLAY_BRICK
  528. amount: 4
  529. reward:
  530. - type: GLASS
  531. usefulstuff:
  532. item: TNT
  533. name: "Useful Stuff"
  534. order: 70
  535. permission: bw.base
  536. lore:
  537. - "Looking for useful stuff? Here are some!"
  538. offers:
  539. - price:
  540. - type: IRON_INGOT
  541. amount: 3
  542. reward:
  543. - type: TNT
  544. - price:
  545. - type: GOLD_INGOT
  546. reward:
  547. - type: FLINT_AND_STEEL
  548. - price:
  549. - type: IRON_INGOT
  550. reward:
  551. - type: CHEST
  552. - price:
  553. - type: GOLD_INGOT
  554. reward:
  555. - type: ENDER_CHEST
  556. - price:
  557. - type: IRON_INGOT
  558. amount: 15
  559. reward:
  560. - type: BLAZE_ROD
  561. meta:
  562. ==: ItemMeta
  563. meta-type: UNSPECIFIC
  564. display-name: "Rescue Platform"
  565. lore:
  566. - "Protect yourself from falling into"
  567. - "void with a rescue platform"
  568. - price:
  569. - type: IRON_INGOT
  570. amount: 3
  571. reward:
  572. - type: STRING
  573. meta:
  574. ==: ItemMeta
  575. meta-type: UNSPECIFIC
  576. display-name: "Trap"
  577. lore:
  578. - "Get informed if an enemy steps on your trap"
  579. - "and your enemy won't be able to move properly."
  580. - price:
  581. - type: CLAY_BRICK
  582. amount: 64
  583. reward:
  584. - type: BRICK
  585. meta:
  586. ==: ItemMeta
  587. meta-type: UNSPECIFIC
  588. display-name: "Protection Wall"
  589. lore:
  590. - "Use a protection wall to instantely"
  591. - "create a wall in front of you!"
  592. - price:
  593. - type: IRON_INGOT
  594. amount: 7
  595. reward:
  596. - type: SULPHUR
  597. meta:
  598. ==: ItemMeta
  599. meta-type: UNSPECIFIC
  600. display-name: "Warp Powder"
  601. lore:
  602. - "When using this powder you'll get"
  603. - "teleported to you spawn point within 6 seconds"
  604. - "Warning: Any movement will stop the process"
  605. - price:
  606. - type: GOLD_INGOT
  607. amount: 10
  608. reward:
  609. - type: MONSTER_EGG
  610. meta:
  611. ==: ItemMeta
  612. meta-type: UNSPECIFIC
  613. display-name: "TNT-Sheep"
  614. lore:
  615. - "Use the TNT-Sheep! It will"
  616. - "walk towards your closest enemy"
  617. - "and explode within 8 seconds!"
  618. internal: H4sIAAAAAAAAAONiYOBi4HTNK8ksqQxJTOdgYMpMYWANzkhNLWBgAAABt1TGHQAAAA==
  619. - price:
  620. - type: IRON_INGOT
  621. amount: 5
  622. reward:
  623. - type: COMPASS
  624. drinks:
  625. item: POTION
  626. name: "Drinks"
  627. order: 80
  628. permission: bw.base
  629. lore:
  630. - "Not enough? Use these potions and you'll feel better!"
  631. offers:
  632. - price:
  633. - type: IRON_INGOT
  634. amount: 3
  635. reward:
  636. - type: POTION
  637. meta:
  638. ==: ItemMeta
  639. meta-type: POTION
  640. potion-type: healing
  641. - price:
  642. - type: IRON_INGOT
  643. amount: 5
  644. reward:
  645. - type: POTION
  646. meta:
  647. ==: ItemMeta
  648. meta-type: POTION
  649. potion-type: strong_healing
  650. - price:
  651. - type: IRON_INGOT
  652. amount: 7
  653. reward:
  654. - type: POTION
  655. meta:
  656. ==: ItemMeta
  657. meta-type: POTION
  658. potion-type: swiftness
  659. - price:
  660. - type: GOLD_INGOT
  661. reward:
  662. - type: POTION
  663. meta:
  664. ==: ItemMeta
  665. meta-type: POTION
  666. potion-type: strength
  667. - price:
  668. - type: GOLD_INGOT
  669. amount: 3
  670. reward:
  671. - type: POTION
  672. meta:
  673. ==: ItemMeta
  674. meta-type: POTION
  675. potion-type: regeneration
  676. schema-version: 1
Add Comment
Please, Sign In to add comment