Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
1,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.52 KB | None | 0 0
  1. Purchase: '&aYou have purchased <item>.'
  2. AlreadyPurchased: '&cYou have already purchased this.'
  3. NotEnoughResources: '&cYou do not have enough resources.'
  4. EnoughResources: '&eClick to purchase.'
  5. UnlockedDisplay: '&aUNLOCKED'
  6. GoBack:
  7. Name: '&aGo Back'
  8. Lore:
  9. - ''
  10. ItemShop:
  11. InventoryName:
  12. Blocks: '&7Blocks'
  13. Armor: '&7Armor'
  14. Melee: '&7Melee'
  15. Ranged: '&7Ranged'
  16. Utility: '&7Utility'
  17. Potions: '&7Potions'
  18. Tools: '&7Tools'
  19. MainMenu: '&7Item Shop'
  20. MainMenu:
  21. Armor:
  22. Name: '&aArmor'
  23. Lore:
  24. - '&fAvailable'
  25. - "&7 \u25cb Chainmail Boots"
  26. - "&7 \u25cb Chainmail Leggings"
  27. - "&7 \u25cb Iron Boots"
  28. - "&7 \u25cb Iron Leggings"
  29. - "&7 \u25cb Diamond Boots"
  30. - "&7 \u25cb Diamond Leggings"
  31. - ' '
  32. - '&eClick to browse!'
  33. Melee:
  34. Name: '&aMelee'
  35. Lore:
  36. - '&fAvailable'
  37. - "&7 \u25cb Stone Sword"
  38. - "&7 \u25cb Iron Sword"
  39. - "&7 \u25cb Diamond Sword"
  40. - "&7 \u25cb Stick &f(Knockback I)"
  41. - ' '
  42. - '&eClick to browse!'
  43. Blocks:
  44. Name: '&aBlocks'
  45. Lore:
  46. - '&fAvailable'
  47. - "&7 \u25cb Wool"
  48. - "&7 \u25cb Sandstone"
  49. - "&7 \u25cb End Stone"
  50. - "&7 \u25cb Ladder"
  51. - "&7 \u25cb Oak Wood Planks"
  52. - "&7 \u25cb Obsidian"
  53. - ' '
  54. - '&eClick to browse!'
  55. Ranged:
  56. Name: '&aRanged'
  57. Lore:
  58. - '&fAvailable'
  59. - "&7 \u25cb Arrow"
  60. - "&7 \u25cb Bow"
  61. - "&7 \u25cb Bow &f(Power I)"
  62. - "&7 \u25cb Bow &f(Power I,Punch I)"
  63. - ' '
  64. - '&eClick to browse!'
  65. Tools:
  66. Name: '&aTools'
  67. Lore:
  68. - '&fAvailable'
  69. - "&7 \u25cb Shears "
  70. - "&7 \u25cb Wooden Pickaxe"
  71. - "&7 \u25cb Stone Pickaxe &f(Efficiency I)"
  72. - "&7 \u25cb Iron Pickaxe &f(Efficiency II)"
  73. - "&7 \u25cb Diamond Pickaxe &f(Efficiency III)"
  74. - "&7 \u25cb Diamond Axe &f(Efficiency II)"
  75. - ' '
  76. - '&eClick to browse!'
  77. Utility:
  78. Name: '&aUtility'
  79. Lore:
  80. - '&fAvailable'
  81. - "&7 \u25cb Golden Apple"
  82. - "&7 \u25cb Icefish"
  83. - "&7 \u25cb Iron Golem Egg"
  84. - "&7 \u25cb Fireball"
  85. - "&7 \u25cb TNT"
  86. - "&7 \u25cb Ender Pearl"
  87. - "&7 \u25cb Water Bucket"
  88. - ' '
  89. - '&eClick to browse!'
  90. Potions:
  91. Name: '&aPotions'
  92. Lore:
  93. - '&fAvailable'
  94. - "&7 \u25cb Speed II Potion (45 seconds)"
  95. - "&7 \u25cb Jump V Potion (45 seconds)"
  96. - "&7 \u25cb Invisibility Potion (30 seconds)"
  97. - ' '
  98. - '&eClick to browse!'
  99. ChainArmor:
  100. Name: '&cPermanent Chainmail Armor'
  101. Lore:
  102. - '&7Items: '
  103. - "&7 \u25cb Chainmail Boots x1"
  104. - "&7 \u25cb Chainmail Leggings x1"
  105. - ' '
  106. - '&7Cost: &f40 Iron'
  107. - ' '
  108. - '&7&oYou will not lose this on death!'
  109. - ' '
  110. - <hasEnoughResources>
  111. Price-Material: IRON_INGOT
  112. Price: 40
  113. IronArmor:
  114. Name: '&cPermanent Iron Armor'
  115. Lore:
  116. - '&7Items: '
  117. - "&7 \u25cb Iron Boots x1"
  118. - "&7 \u25cb Iron Leggings x1"
  119. - ' '
  120. - '&7Cost: &612 Gold'
  121. - ' '
  122. - '&7&oYou will not lose this on death!'
  123. - ' '
  124. - <hasEnoughResources>
  125. Price-Material: GOLD_INGOT
  126. Price: 12
  127. DiamondArmor:
  128. Name: '&cPermanent Diamond Armor'
  129. Lore:
  130. - '&7Items: '
  131. - "&7 \u25cb Diamond Boots x1"
  132. - "&7 \u25cb Diamond Leggings x1"
  133. - ' '
  134. - '&7Cost: &26 Emerald'
  135. - ' '
  136. - '&7&oYou will not lose this on death!'
  137. - ' '
  138. - <hasEnoughResources>
  139. Price-Material: EMERALD
  140. Price: 6
  141. Wool:
  142. Name: '&cWool'
  143. Lore:
  144. - '&7Items:'
  145. - "&7 \u25cb Wool x16"
  146. - ' '
  147. - '&7Cost: &f4 Iron'
  148. - ' '
  149. - <hasEnoughResources>
  150. Price-Material: IRON_INGOT
  151. Price: 4
  152. Sandstone:
  153. Name: '&cStandstone'
  154. Lore:
  155. - '&7Items:'
  156. - "&7 \u25cb Sandstone x16"
  157. - ' '
  158. - '&7Cost: &f12 Iron'
  159. - ' '
  160. - <hasEnoughResources>
  161. Price-Material: IRON_INGOT
  162. Price: 16
  163. EndStone:
  164. Name: '&cEnd Stone'
  165. Lore:
  166. - '&7Items:'
  167. - "&7 \u25cb End Stone x12"
  168. - ' '
  169. - '&7Cost: &f24 Iron'
  170. - ' '
  171. - <hasEnoughResources>
  172. Price-Material: IRON_INGOT
  173. Price: 24
  174. OakWood:
  175. Name: '&cOak Wood Planks'
  176. Lore:
  177. - '&7Items:'
  178. - "&7 \u25cb Oak Wood Planks x16"
  179. - ' '
  180. - '&7Cost: &64 Gold'
  181. - ' '
  182. - <hasEnoughResources>
  183. Price-Material: GOLD_INGOT
  184. Price: 4
  185. Obsidian:
  186. Name: '&cObsidian'
  187. Lore:
  188. - '&7Items:'
  189. - "&7 \u25cb Obsidian x4"
  190. - ' '
  191. - '&7Cost: &24 Emerald'
  192. - ' '
  193. - <hasEnoughResources>
  194. Price-Material: EMERALD
  195. Price: 4
  196. Ladders:
  197. Name: '&cLadder'
  198. Lore:
  199. - '&7Items:'
  200. - "&7 \u25cb Ladder x16"
  201. - ' '
  202. - '&7Cost: &f4 Iron'
  203. - ' '
  204. - <hasEnoughResources>
  205. Price-Material: IRON_INGOT
  206. Price: 16
  207. Arrow:
  208. Name: '&cArrow'
  209. Lore:
  210. - '&7Items:'
  211. - "&7 \u25cb Arrow x8"
  212. - ' '
  213. - '&7Cost: &62 Gold'
  214. - ' '
  215. - <hasEnoughResources>
  216. Price-Material: GOLD_INGOT
  217. Price: 2
  218. Bow:
  219. Name: '&cBow'
  220. Lore:
  221. - '&7Items:'
  222. - "&7 \u25cb Bow x1"
  223. - ' '
  224. - '&7Cost: &612 Gold'
  225. - ' '
  226. - <hasEnoughResources>
  227. Price-Material: GOLD_INGOT
  228. Price: 12
  229. BowPowerOne:
  230. Name: '&cBow (Power I)'
  231. Lore:
  232. - '&7Items:'
  233. - "&7 \u25cb Bow (Power I) x1"
  234. - ' '
  235. - '&7Cost: &624 Gold'
  236. - ' '
  237. - <hasEnoughResources>
  238. Price-Material: GOLD_INGOT
  239. Price: 24
  240. BowPowerOnePunchOneName: '&cBow (Power I,Punch I)'
  241. BowPowerOnePunchOneLore:
  242. - '&7Items:'
  243. - "&7 \u25cb Bow (Power I,Punch I) x1"
  244. - ' '
  245. - '&7Cost: &26 Emerald'
  246. - ' '
  247. - <hasEnoughResources>
  248. BowPowerOnePunchOne:
  249. Price-Material: EMERALD
  250. Price: 6
  251. WoodenPickaxe:
  252. Name: '&cWooden Pickaxe'
  253. Price-Material: IRON_INGOT
  254. Price: 10
  255. WoodPickaxe:
  256. Lore:
  257. - '&7Items:'
  258. - "&7 \u25cb Wooden Pickaxe x1"
  259. - ' '
  260. - '&7Cost: &f10 Iron'
  261. - ' '
  262. - <hasEnoughResources>
  263. Shears:
  264. Name: '&cPermanent Shears'
  265. Lore:
  266. - '&7Items:'
  267. - "&7 \u25cb Shears x1"
  268. - ' '
  269. - '&7Cost: &f30 Iron'
  270. - ' '
  271. - '&7&oYou will not lose this on death!'
  272. - ' '
  273. - <hasEnoughResources>
  274. Price-Material: IRON_INGOT
  275. Price: 30
  276. StonePickaxe:
  277. Name: '&cStone Pickaxe (Efficiency I)'
  278. Lore:
  279. - '&7Items:'
  280. - "&7 \u25cb Stone Pickaxe (Efficiency I) x1"
  281. - ' '
  282. - '&7Cost: &f20 Iron'
  283. - ' '
  284. - <hasEnoughResources>
  285. Price-Material: IRON_INGOT
  286. Price: 20
  287. IronPickaxe:
  288. Name: '&cIron Pickaxe (Efficiency II)'
  289. Lore:
  290. - '&7Items:'
  291. - "&7 \u25cb Iron Pickaxe (Efficiency II) x1"
  292. - ' '
  293. - '&7Cost: &68 Gold'
  294. - ' '
  295. - <hasEnoughResources>
  296. Price-Material: GOLD_INGOT
  297. Price: 8
  298. DiamondPickaxe:
  299. Name: '&cDiamond Pickaxe (Efficiency II)'
  300. Lore:
  301. - '&7Items:'
  302. - "&7 \u25cb Diamond Pickaxe (Efficiency II) x1"
  303. - ' '
  304. - '&7Cost: &612 Gold'
  305. - ' '
  306. - <hasEnoughResources>
  307. Price-Material: GOLD_INGOT
  308. Price: 12
  309. DiamondAxe:
  310. Name: '&cDiamond Axe (Efficiency II)'
  311. Lore:
  312. - '&7Items:'
  313. - "&7 \u25cb Diamond Axe (Efficiency II) x1"
  314. - ' '
  315. - '&7Cost: &612 Gold'
  316. - ' '
  317. - <hasEnoughResources>
  318. Price-Material: GOLD_INGOT
  319. Price: 12
  320. SpeedTwo:
  321. Name: '&cSpeed II Potion (45 seconds)'
  322. Lore:
  323. - '&7Items:'
  324. - "&7 \u25cb Speed II Potion (45 seconds) x1"
  325. - ' '
  326. - '&7Cost: &21 Emerald'
  327. - ' '
  328. - <hasEnoughResources>
  329. Price-Material: EMERALD
  330. Price: 1
  331. JumpFive:
  332. Name: '&cJump V Potion (45 seconds)'
  333. Lore:
  334. - '&7Items:'
  335. - "&7 \u25cb Jump V Potion (45 seconds) x1"
  336. - ' '
  337. - '&7Cost: &21 Emerald'
  338. - ' '
  339. - <hasEnoughResources>
  340. Price-Material: EMERALD
  341. Price: 1
  342. Invisibility:
  343. Name: '&cInvisibility Potion (30 seconds)'
  344. Lore:
  345. - '&7Items:'
  346. - "&7 \u25cb Invisibility Potion (30 seconds) x1"
  347. - ' '
  348. - '&7Cost: &21 Emerald'
  349. - ' '
  350. - <hasEnoughResources>
  351. Price-Material: EMERALD
  352. Price: 1
  353. GoldenApple:
  354. Name: '&cGolden Apple'
  355. Lore:
  356. - '&7Items:'
  357. - "&7 \u25cb Golden Apple x1"
  358. - ' '
  359. - '&7Cost: &63 Gold'
  360. - ' '
  361. - <hasEnoughResources>
  362. Price-Material: GOLD_INGOT
  363. Price: 3
  364. IronEgg:
  365. Name: '&cIron Golem Egg'
  366. Lore:
  367. - '&7Items:'
  368. - "&7 \u25cb Iron Golem EGG x1"
  369. - ' '
  370. - '&7Cost: &f150 Iron'
  371. - ' '
  372. - <hasEnoughResources>
  373. Price-Material: IRON_INGOT
  374. Price: 150
  375. Enderpearl:
  376. Name: '&cEnder Pearl'
  377. Lore:
  378. - '&7Items:'
  379. - "&7 \u25cb Ender Pearl x1"
  380. - ' '
  381. - '&7Cost: &24 Emerald'
  382. - ' '
  383. - <hasEnoughResources>
  384. Price-Material: EMERALD
  385. Price: 4
  386. WaterBucket:
  387. Name: '&cWater Bucket'
  388. Price-Material: EMERALD
  389. Price: 1
  390. WaterBucketLore:
  391. - '&7Items:'
  392. - "&7 \u25cb Water Bucket x1"
  393. - ' '
  394. - '&7Cost: &21 Emerald'
  395. - ' '
  396. - <hasEnoughResources>
  397. Fireball:
  398. Name: '&cFireball'
  399. Price-Material: IRON_INGOT
  400. Price: 50
  401. FireballLore:
  402. - '&7Items:'
  403. - "&7 \u25cb Fireball x1"
  404. - ' '
  405. - '&7Cost: &f50 Iron'
  406. - ' '
  407. - <hasEnoughResources>
  408. TNT:
  409. Name: '&cTNT'
  410. Lore:
  411. - '&7Items:'
  412. - "&7 \u25cb TNT x1"
  413. - ' '
  414. - '&7Cost: &65 Gold'
  415. - ' '
  416. - <hasEnoughResources>
  417. Price-Material: GOLD_INGOT
  418. Price: 5
  419. SnowBall:
  420. Name: '&cIcefish'
  421. Lore:
  422. - '&7Items:'
  423. - "&7 \u25cb Icefish x1"
  424. - ' '
  425. - '&7Cost: &f50 Iron'
  426. - ' '
  427. - <hasEnoughResources>
  428. Price-Material: IRON_INGOT
  429. Price: 50
  430. StoneSword:
  431. Name: '&cStone Sword'
  432. Lore:
  433. - '&7Items:'
  434. - "&7 \u25cb Stone Sword "
  435. - ' '
  436. - '&7Cost: &f10 Iron'
  437. - ' '
  438. - <hasEnoughResources>
  439. Price-Material: IRON_INGOT
  440. Price: 10
  441. IronSword:
  442. Name: '&cIron Sword'
  443. Lore:
  444. - '&7Items:'
  445. - "&7 \u25cb Iron Sword"
  446. - ' '
  447. - '&7Cost: &67 Gold'
  448. - ' '
  449. - <hasEnoughResources>
  450. Price-Material: GOLD_INGOT
  451. Price: 7
  452. DiamondSword:
  453. Name: '&cDiamond Sword'
  454. Lore:
  455. - '&7Items:'
  456. - "&7 \u25cb Diamond Sword"
  457. - ' '
  458. - '&7Cost: &24 Emerald'
  459. - ' '
  460. - <hasEnoughResources>
  461. Price-Material: EMERALD
  462. Price: 4
  463. Stick:
  464. Name: '&cStick (Knockback I)'
  465. Lore:
  466. - '&7Items:'
  467. - "&7 \u25cb Stick (Knockback I)"
  468. - ' '
  469. - '&7Cost: &610 Gold'
  470. - ' '
  471. - <hasEnoughResources>
  472. Price-Material: GOLD_INGOT
  473. Price: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement