Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 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: GOLD_INGOT
  14. amount: 5
  15. reward:
  16. - type: IRON_HELMET
  17. meta:
  18. ==: ItemMeta
  19. meta-type: UNSPECIFIC
  20. display-name: Iron Helmet
  21. enchants:
  22. PROTECTION_ENVIRONMENTAL: 2
  23. - price:
  24. - type: GOLD_INGOT
  25. amount: 10
  26. reward:
  27. - type: IRON_CHESTPLATE
  28. meta:
  29. ==: ItemMeta
  30. meta-type: UNSPECIFIC
  31. display-name: Iron Chestplate
  32. enchants:
  33. PROTECTION_ENVIRONMENTAL: 2
  34. - price:
  35. - type: GOLD_INGOT
  36. amount: 4
  37. reward:
  38. - type: IRON_BOOTS
  39. meta:
  40. ==: ItemMeta
  41. meta-type: UNSPECIFIC
  42. display-name: Iron Boots
  43. enchants:
  44. PROTECTION_ENVIRONMENTAL: 2
  45. - price:
  46. - type: GOLD_INGOT
  47. amount: 8
  48. reward:
  49. - type: IRON_LEGGINGS
  50. meta:
  51. ==: ItemMeta
  52. meta-type: UNSPECIFIC
  53. display-name: Iron Helmet
  54. enchants:
  55. PROTECTION_ENVIRONMENTAL: 2
  56. - price:
  57. - type: EMERALD
  58. amount: 4
  59. reward:
  60. - type: DIAMOND_HELMET
  61. meta:
  62. ==: ItemMeta
  63. meta-type: UNSPECIFIC
  64. display-name: Diamond Helmet
  65. enchants:
  66. PROTECTION_ENVIRONMENTAL: 2
  67. - price:
  68. - type: EMERALD
  69. amount: 8
  70. reward:
  71. - type: DIAMOND_CHESTPLATE
  72. meta:
  73. ==: ItemMeta
  74. meta-type: UNSPECIFIC
  75. display-name: Diamond Chestplate
  76. enchants:
  77. PROTECTION_ENVIRONMENTAL: 2
  78. - price:
  79. - type: EMERALD
  80. amount: 6
  81. reward:
  82. - type: DIAMOND_LEGGINGS
  83. meta:
  84. ==: ItemMeta
  85. meta-type: UNSPECIFIC
  86. display-name: Diamond Leggings
  87. enchants:
  88. PROTECTION_ENVIRONMENTAL: 2
  89. - price:
  90. - type: EMERALD
  91. amount: 2
  92. reward:
  93. - type: DIAMOND_BOOTS
  94. meta:
  95. ==: ItemMeta
  96. meta-type: UNSPECIFIC
  97. display-name: Diamond Boots
  98. enchants:
  99. PROTECTION_ENVIRONMENTAL: 2
  100. swords:
  101. item: DIAMOND_SWORD
  102. name: "Weapons"
  103. order: 20
  104. permission: bw.base
  105. lore:
  106. - "Click here to get sword for attacking your enemies"
  107. offers:
  108. - price:
  109. - type: IRON_INGOT
  110. amount: 10
  111. reward:
  112. - type: STICK
  113. meta:
  114. ==: ItemMeta
  115. meta-type: UNSPECIFIC
  116. display-name: Knockback Stick
  117. enchants:
  118. KNOCKBACK: 3
  119. - price:
  120. - type: IRON_INGOT
  121. amount: 12
  122. reward:
  123. - type: STONE_SWORD
  124. meta:
  125. ==: ItemMeta
  126. meta-type: UNSPECIFIC
  127. display-name: Stone Sword
  128. enchants:
  129. DAMAGE_ALL: 1
  130. KNOCKBACK: 1
  131. - price:
  132. - type: GOLD_INGOT
  133. amount: 7
  134. reward:
  135. - type: IRON_SWORD
  136. meta:
  137. ==: ItemMeta
  138. meta-type: UNSPECIFIC
  139. display-name: Iron Sword
  140. enchants:
  141. DAMAGE_ALL: 2
  142. KNOCKBACK: 1
  143. - price:
  144. - type: EMERALD
  145. amount: 4
  146. reward:
  147. - type: DIAMOND_SWORD
  148. meta:
  149. ==: ItemMeta
  150. meta-type: UNSPECIFIC
  151. display-name: Diamond Sword
  152. enchants:
  153. DAMAGE_ALL: 3
  154. KNOCKBACK: 1
  155. tools:
  156. item: 259
  157. name: "Tools"
  158. order: 30
  159. permission: bw.base
  160. lore:
  161. - "Looking for tools to help you win? Get them here!"
  162. offers:
  163. - price:
  164. - type: IRON_INGOT
  165. amount: 10
  166. reward:
  167. - type: STONE_AXE
  168. meta-type: UNSPECIFIC
  169. display-name: Stone Axe
  170. enchants:
  171. DAMAGE_ALL: 1
  172. - price:
  173. - type: GOLD_INGOT
  174. amount: 5
  175. reward:
  176. - type: IRON_AXE
  177. meta-type: UNSPECIFIC
  178. display-name: Iron Axe
  179. enchants:
  180. DAMAGE_ALL: 1
  181. - price:
  182. - type: GOLD_INGOT
  183. amount: 25
  184. reward:
  185. - type: DIAMOND_AXE
  186. meta-type: UNSPECIFIC
  187. display-name: Diamond Axe
  188. enchants:
  189. DAMAGE_ALL: 2
  190. - price:
  191. - type: GOLD_INGOT
  192. amount: 5
  193. reward:
  194. - type: IRON_SHOVEL
  195. meta-type: UNSPECIFIC
  196. display-name: Iron Shovel
  197. enchants:
  198. DAMAGE_ALL: 1
  199. - price:
  200. - type: GOLD_INGOT
  201. amount: 23
  202. reward:
  203. - type: DIAMOND_SHOVEL
  204. meta-type: UNSPECIFIC
  205. display-name: Diamond Shovel
  206. enchants:
  207. DAMAGE_ALL: 1
  208. bows:
  209. item: 261
  210. name: "Bows"
  211. order: 40
  212. permission: bw.base
  213. lore:
  214. - "Prove yourself as a marksman with these wonderful bows"
  215. offers:
  216. - price:
  217. - type: GOLD_INGOT
  218. amount: 8
  219. reward:
  220. - type: BOw
  221. meta:
  222. ==: ItemMeta
  223. meta-type: UNSPECIFIC
  224. display-name: Bow
  225. enchants:
  226. ARROW_DAMAGE: 2
  227. - price:
  228. - type: GOLD_INGOT
  229. amount: 16
  230. reward:
  231. - type: BOW
  232. meta:
  233. ==: ItemMeta
  234. meta-type: UNSPECIFIC
  235. display-name: Bow (FIRE)
  236. enchants:
  237. ARROW_FIRE: 1
  238. ARROW_DAMAGE: 2
  239. - price:
  240. - type: GOLD_INGOT
  241. amount: 20
  242. reward:
  243. - type: BOW
  244. meta:
  245. ==: ItemMeta
  246. meta-type: UNSPECIFIC
  247. display-name: Bow KNOCKBACK I
  248. enchants:
  249. ARROW_KNOCKBACK: 1
  250. - price:
  251. - type: DIAMOND
  252. amount: 12
  253. reward:
  254. - type: BOW
  255. meta:
  256. ==: ItemMeta
  257. meta-type: UNSPECIFIC
  258. display-name: God Bow
  259. enchants:
  260. ARROW_KNOCKBACK: 1
  261. ARROW_DAMAGE: 3
  262. ARROW_FIRE: 1
  263. - price:
  264. - type: EMERALD
  265. amount: 16
  266. reward:
  267. - type: BOW
  268. meta:
  269. ==: ItemMeta
  270. meta-type: UNSPECIFIC
  271. display-name: Infinite Bow
  272. enchants:
  273. ARROW_INFINITE: 1
  274. - price:
  275. - type: GOLD_INGOT
  276. amount: 4
  277. reward:
  278. - type: ARROW
  279. amount: 8
  280. eat:
  281. item: GRILLED_PORK
  282. name: Eat
  283. order: 50
  284. permission: bw.base
  285. lore:
  286. - "Are you hungry? Get something to eat."
  287. offers:
  288. - price:
  289. - type: IRON_INGOT
  290. amount: 3
  291. reward:
  292. - type: GRILLED_PORK
  293. amount: 4
  294. - price:
  295. - type: GOLD_INGOT
  296. amount: 3
  297. reward:
  298. - type: GOLDEN_APPLE
  299. - price:
  300. - type: IRON_INGOT
  301. amount: 7
  302. reward:
  303. - type: BREAD
  304. amount: 10
  305. pickaxes:
  306. item: DIAMOND_PICKAXE
  307. name: "Pickaxes"
  308. order: 60
  309. permission: bw.base
  310. lore:
  311. - "Destroy others blocks? Use these pickaxes."
  312. offers:
  313. - price:
  314. - type: IRON_INGOT
  315. amount: 5
  316. reward:
  317. - type: STONE_PICKAXE
  318. meta:
  319. ==: ItemMeta
  320. meta-type: UNSPECIFIC
  321. display-name: Stone Pickaxe
  322. enchants:
  323. LOOT_BONUS_BLOCKS: 1
  324. - price:
  325. - type: GOLD_INGOT
  326. amount: 6
  327. reward:
  328. - type: IRON_PICKAXE
  329. meta:
  330. ==: ItemMeta
  331. meta-type: UNSPECIFIC
  332. display-name: Iron Pickaxe
  333. enchants:
  334. LOOT_BONUS_BLOCKS: 1
  335. - price:
  336. - type: GOLD_INGOT
  337. amount: 16
  338. reward:
  339. - type: DIAMOND_PICKAXE
  340. meta:
  341. ==: ItemMeta
  342. meta-type: UNSPECIFIC
  343. display-name: Diamond Pickaxe
  344. enchants:
  345. LOOT_BONUS_BLOCKS: 1
  346. blocks:
  347. item: SANDSTONE
  348. name: "Blocks"
  349. order: 70
  350. permission: bw.base
  351. lore:
  352. - "Get your blocks here! Barricade your bed or use these to get to others!"
  353. offers:
  354. - price:
  355. - type: IRON_INGOT
  356. amount: 4
  357. reward:
  358. - type: WOOL
  359. amount: 12
  360. - price:
  361. - type: IRON_INGOT
  362. amount: 6
  363. reward:
  364. - type: SANDSTONE
  365. amount: 12
  366. - price:
  367. - type: GOLD_INGOT
  368. amount: 6
  369. reward:
  370. - type: PLANKS
  371. amount: 8
  372. - price:
  373. - type: IRON_INGOT
  374. amount: 18
  375. reward:
  376. - type: END_STONE
  377. amount: 12
  378. - price:
  379. - type: EMERALD
  380. amount: 10
  381. reward:
  382. - type: OBSIDIAN
  383. amount: 12
  384. usefulstuff:
  385. item: TNT
  386. name: "Misc"
  387. order: 80
  388. permission: bw.base
  389. lore:
  390. - "Looking for other misc items/tools? Check here!"
  391. offers:
  392. - price:
  393. - type: GOLD_INGOT
  394. amount: 10
  395. reward:
  396. - type: TNT
  397. - price:
  398. - type: GOLD_INGOT
  399. amount: 25
  400. reward:
  401. - type: FLINT_AND_STEEL
  402. - price:
  403. - type: EMERALD
  404. amount: 4
  405. reward:
  406. - type: ENDER_PEARL
  407. - price:
  408. - type: EMERALD
  409. amount: 5
  410. reward:
  411. - type: MONSTER_EGG
  412. meta:
  413. ==: ItemMeta
  414. meta-type: UNSPECIFIC
  415. display-name: "TNT-Sheep"
  416. lore:
  417. - "Use the TNT-Sheep! It will"
  418. - "walk towards your closest enemy"
  419. - "and explode within 8 seconds!"
  420. internal: H4sIAAAAAAAAAONiYOBi4HTNK8ksqQxJTOdgYMpMYWANzkhNLWBgAAABt1TGHQAAAA==
  421. drinks:
  422. item: POTION
  423. name: "Drinks"
  424. order: 90
  425. permission: bw.base
  426. lore:
  427. - "Not enough? Use these potions and you'll feel better!"
  428. offers:
  429. - price:
  430. - type: DIAMOND
  431. amount: 6
  432. reward:
  433. - type: POTION
  434. meta:
  435. ==: ItemMeta
  436. meta-type: POTION
  437. display-name: Invisibility Potion
  438. potion-type: invisibility
  439. - price:
  440. - type: GOLD_INGOT
  441. amount: 12
  442. reward:
  443. - type: POTION
  444. meta:
  445. ==: ItemMeta
  446. meta-type: POTION
  447. display-name: Swiftness Potion
  448. potion-type: swiftness
  449. - price:
  450. - type: DIAMOND
  451. amount: 4
  452. reward:
  453. - type: POTION
  454. meta:
  455. ==: ItemMeta
  456. meta-type: POTION
  457. display-name: Regeneration Potion
  458. potion-type: regeneration
  459. schema-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement