Advertisement
Soshiba

Untitled

Jul 16th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. aliases {
  2. magenta-pane-item {
  3. Item {
  4. Count = 1
  5. ItemType = "minecraft:stained_glass_pane"
  6. UnsafeDamage = 2
  7. DisplayName = "&b"
  8. ItemLore = [""]
  9. }
  10. }
  11. black-pane-item {
  12. Item {
  13. Count = 1
  14. ItemType = "minecraft:stained_glass_pane"
  15. UnsafeDamage = 7
  16. DisplayName = "&b"
  17. ItemLore = [""]
  18. }
  19. }
  20. }
  21. virtualchest {
  22. TextTitle = "&l&5Shop Warps"
  23. Rows = 5
  24. UpdateIntervalTick = 10
  25. ############################################################
  26. ###############################################################
  27. #################################################################
  28. Slot0 = [
  29. ${aliases.black-pane-item}
  30. ]
  31. ############################################################
  32. ###############################################################
  33. #################################################################
  34. Slot1 = [
  35. ${aliases.magenta-pane-item}
  36. ]
  37. ############################################################
  38. ###############################################################
  39. #################################################################
  40. Slot2 = [
  41. ${aliases.black-pane-item}
  42. ]
  43. ############################################################
  44. ###############################################################
  45. #################################################################
  46. Slot3 = [
  47. ${aliases.magenta-pane-item}
  48. ]
  49. ############################################################
  50. ###############################################################
  51. #################################################################
  52. Slot4 = [
  53. ${aliases.black-pane-item}
  54. ]
  55. ############################################################
  56. ###############################################################
  57. #################################################################
  58. Slot5 = [
  59. ${aliases.magenta-pane-item}
  60. ]
  61. ############################################################
  62. ###############################################################
  63. #################################################################
  64. Slot6 = [
  65. ${aliases.black-pane-item}
  66. ]
  67. ############################################################
  68. ###############################################################
  69. #################################################################
  70. Slot7 = [
  71. ${aliases.magenta-pane-item}
  72. ]
  73. ############################################################
  74. ###############################################################
  75. #################################################################
  76. Slot8 = [
  77. ${aliases.black-pane-item}
  78. ]
  79. ############################################################
  80. ###############################################################
  81. #################################################################
  82. Slot9 = [
  83. ${aliases.magenta-pane-item}
  84. ]
  85. ############################################################
  86. ###############################################################
  87. #################################################################
  88. Slot10 = [
  89. {
  90. Item {
  91. Count = 1
  92. ItemType = "pixelmon:tm2"
  93. UnsafeDamage = 0
  94. DisplayName = "&l&3TMShop"
  95. ItemLore = ["&&fA big shop that sells all &bTMs &fand &3HMs in the game!"
  96. ""
  97. "&cshortcut: /warp tmshop"]
  98. }
  99. PrimaryAction {
  100. Command = "console: sudo %player% warp tmshop"
  101. KeepInventoryOpen = false
  102. }
  103. }]
  104. ############################################################
  105. ###############################################################
  106. #################################################################
  107. Slot11 = [
  108. {
  109. Item {
  110. Count = 1
  111. ItemType = "minecraft:grass"
  112. UnsafeDamage = 0
  113. DisplayName = "&l&6BlockShop"
  114. ItemLore = ["&bA big shop that sells all kind of blocks to ensure"
  115. "&bthat your base will look awesome!"
  116. ""
  117. "&cshortcut: /warp blockshop"]
  118. }
  119. PrimaryAction {
  120. Command = "console: sudo %player% warp blockshop"
  121. KeepInventoryOpen = false
  122. }
  123. }]
  124. ############################################################
  125. ###############################################################
  126. #################################################################
  127. Slot12 = [
  128. {
  129. Item {
  130. Count = 1
  131. ItemType = "minecraft:grass"
  132. UnsafeDamage = 0
  133. DisplayName = "&l&dPharmacy"
  134. ItemLore = ["&bVitamins&f, &cBattleItems &fand &aPowders &fcan be bought here!"
  135. ""
  136. "&cshortcut: /warp pharmacy"]
  137. }
  138. PrimaryAction {
  139. Command = "console: sudo %player% warp pharmacy"
  140. KeepInventoryOpen = false
  141. }
  142. }]
  143. ############################################################
  144. ###############################################################
  145. #################################################################
  146. Slot13 = [
  147. {
  148. Item {
  149. Count = 1
  150. ItemType = "pixelmon:helix_fossil"
  151. UnsafeDamage = 0
  152. DisplayName = "&l&8Fossil Shop"
  153. ItemLore = ["&fall kinds of &8Fossils &fcan be bought here!"
  154. ""
  155. "&cshortcut: /warp fossilshop"]
  156. }
  157. PrimaryAction {
  158. Command = "console: sudo %player% warp fossilshop"
  159. KeepInventoryOpen = false
  160. }
  161. }]
  162. ############################################################
  163. ###############################################################
  164. #################################################################
  165. Slot14 = [
  166. {
  167. Item {
  168. Count = 1
  169. ItemType = "minecraft:diamond"
  170. UnsafeDamage = 0
  171. DisplayName = "&l&3Jewelry"
  172. ItemLore = ["&8Coal&f, &7Iron Ingots&f, &eGold Ingots&f, &bDiamonds"
  173. "&fand other minerals can be bought here!"
  174. ""
  175. "&cshortcut: /warp jewelry"]
  176. }
  177. PrimaryAction {
  178. Command = "console: sudo %player% warp jewelry"
  179. KeepInventoryOpen = false
  180. }
  181. }]
  182. ############################################################
  183. ###############################################################
  184. #################################################################
  185. Slot15 = [
  186. {
  187. Item {
  188. Count = 1
  189. ItemType = "minecraft:record_chirp"
  190. UnsafeDamage = 0
  191. DisplayName = "&l&4Record Store
  192. ItemLore = ["&fAll kinds of &4Music Discs &fcan be bought here!"
  193. ""
  194. "&cshortcut: /warp recordstore"]
  195. }
  196. PrimaryAction {
  197. Command = "console: sudo %player% warp recordstore"
  198. KeepInventoryOpen = false
  199. }
  200. }]
  201. ############################################################
  202. ###############################################################
  203. #################################################################
  204. Slot16 = [
  205. {
  206. Item {
  207. Count = 1
  208. ItemType = "minecraft:fish"
  209. UnsafeDamage = 0
  210. DisplayName = "&l&bThe Aquarium
  211. ItemLore = ["&bFish &fand &aFishing Rods &fcan be bought here!"
  212. ""
  213. "&cshortcut: /warp aquarium"]
  214. }
  215. PrimaryAction {
  216. Command = "console: sudo %player% warp aquarium"
  217. KeepInventoryOpen = false
  218. }
  219. }]
  220. ############################################################
  221. ###############################################################
  222. #################################################################
  223. Slot17 = [
  224. ${aliases.magenta-pane-item}
  225. ]
  226. ############################################################
  227. ###############################################################
  228. #################################################################
  229. Slot18 = [
  230. ${aliases.black-pane-item}
  231. ]
  232. ############################################################
  233. ###############################################################
  234. #################################################################
  235. Slot19 = [
  236. {
  237. Item {
  238. Count = 1
  239. ItemType = "pixelmon:clothed_table"
  240. UnsafeDamage = 0
  241. DisplayName = "&l&2Interior Shop"
  242. ItemLore = ["&6Rugs&f, &4Umbrellas&f, &3Clocks&f, &aChairs"
  243. "&fand other furniture can be bought here!"
  244. "&4&lStill under construction!"
  245. ""
  246. "&cshortcut: /warp interiorshop"]
  247. }
  248. PrimaryAction {
  249. Command = "console: sudo %player% warp interiorshop"
  250. KeepInventoryOpen = false
  251. }
  252. }]
  253. ############################################################
  254. ###############################################################
  255. #################################################################
  256. Slot20 = [
  257. {
  258. Item {
  259. Count = 1
  260. ItemType = "minecraft:cake"
  261. UnsafeDamage = 0
  262. DisplayName = "&l&dDayCare"
  263. ItemLore = ["&fAll &6Breeding Blocks&f, &bBreeding- &fand &aTrainingItems &fcan be bought here!"
  264. ""
  265. "&cshortcut: /warp daycare"]
  266. }
  267. PrimaryAction {
  268. Command = "console: sudo %player% warp daycare"
  269. KeepInventoryOpen = false
  270. }
  271. }]
  272. ############################################################
  273. ###############################################################
  274. #################################################################
  275. Slot21 = [
  276. {
  277. Item {
  278. Count = 1
  279. ItemType = "minecraft:skull"
  280. UnsafeDamage = 3
  281. UnsafeData {
  282. SkullOwner {
  283. Id = "ecdfbc6b-4ce0-4835-9022-f3df89cb2065"
  284. Properties {
  285. textures = [{
  286. Value = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWRlNDkxNGE0MjQ3OWE3NGMyYzE4Njc5YzMwMDEwYmI4OTgzMzc3Y2NiMTMwOGMyMmI4MzdkZDg1ODcxNDVmNiJ9fX0="
  287. }]
  288. }
  289. }
  290. }
  291. DisplayName = "&l&6Plush Shop"
  292. ItemLore = ["&fAll available Plushs from &bGen 1 &fcan be bought here!"
  293. "&4Still under construction!"
  294. ""
  295. "&cshortcut: /warp plushshop"]
  296. }
  297. PrimaryAction {
  298. Command = "console: sudo %player% warp plushshop"
  299. KeepInventoryOpen = false
  300. }
  301. }]
  302. ############################################################
  303. ###############################################################
  304. #################################################################
  305. Slot22 = [
  306. {
  307. Item {
  308. Count = 1
  309. ItemType = "pixelmon:whipped_dream"
  310. UnsafeDamage = 0
  311. DisplayName = "&l&dCandy Store"
  312. ItemLore = ["&bEvolution Stones &fand &6Evolution Items &fcan be bought here!"
  313. ""
  314. "&cshortcut: /warp candystore"]
  315. }
  316. PrimaryAction {
  317. Command = "console: sudo %player% warp candystore"
  318. KeepInventoryOpen = false
  319. }
  320. }]
  321. ############################################################
  322. ###############################################################
  323. #################################################################
  324. Slot23 = [
  325. {
  326. Item {
  327. Count = 1
  328. ItemType = "pixelmon:pokeball"
  329. UnsafeDamage = 0
  330. DisplayName = "&l&9Pokemart"
  331. ItemLore = ["&fAll kinds of &4PokéBalls &fcan be bought here!"
  332. ""
  333. "&cshortcut: /warp pokemart2"]
  334. }
  335. PrimaryAction {
  336. Command = "console: sudo %player% warp pokemart2"
  337. KeepInventoryOpen = false
  338. }
  339. }]
  340. ############################################################
  341. ###############################################################
  342. #################################################################
  343. Slot24 = [
  344. {
  345. Item {
  346. Count = 1
  347. ItemType = "pixelmon:pokemail_air"
  348. UnsafeDamage = 0
  349. DisplayName = "&l&aPost Office"
  350. ItemLore = ["&fAll kinds of &4Mail &fcan be bought here!"
  351. ""
  352. "&cshortcut: /warp postoffice"]
  353. }
  354. PrimaryAction {
  355. Command = "console: sudo %player% warp postoffice"
  356. KeepInventoryOpen = false
  357. }
  358. }]
  359. ############################################################
  360. ###############################################################
  361. #################################################################
  362. Slot25 = [
  363. {
  364. Item {
  365. Count = 1
  366. ItemType = "minecraft:comparator"
  367. UnsafeDamage = 0
  368. DisplayName = "&l&4Redstone Shop"
  369. ItemLore = ["&cRedstone&f, &4Redstone Machines &fand &6Pixelmon Machines &fcan be bought here!"
  370. ""
  371. "&cshortcut: /warp redstoneshop"]
  372. }
  373. PrimaryAction {
  374. Command = "console: sudo %player% warp redstoneshop"
  375. KeepInventoryOpen = false
  376. }
  377. }]
  378. ############################################################
  379. ###############################################################
  380. #################################################################
  381. Slot26 = [
  382. ${aliases.black-pane-item}
  383. ]
  384. ############################################################
  385. ###############################################################
  386. #################################################################
  387. Slot27 = [
  388. ${aliases.magenta-pane-item}
  389. ]
  390. ############################################################
  391. ###############################################################
  392. #################################################################
  393. Slot28 = [""]
  394. ############################################################
  395. ###############################################################
  396. #################################################################
  397. Slot29 = [
  398. {
  399. Item {
  400. Count = 1
  401. ItemType = "minecraft:leather"
  402. UnsafeDamage = 0
  403. DisplayName = "&l&6FleeMarket"
  404. ItemLore = ["&bAll kinds of &6Pokemon Drops &fcan be bought here!"
  405. ""
  406. "&cshortcut: /warp fleemarket"]
  407. }
  408. PrimaryAction {
  409. Command = "console: sudo %player% warp fleemarket"
  410. KeepInventoryOpen = false
  411. }
  412. }]
  413. ############################################################
  414. ###############################################################
  415. #################################################################
  416. Slot30 = [
  417. {
  418. Item {
  419. Count = 1
  420. ItemType = "minecraft:sapling"
  421. UnsafeDamage = 0
  422. DisplayName = "&l&aGardening Shop"
  423. ItemLore = ["&aSaplings&f, &2Leaves&f, &4Flowers &fand &3Dye &fcan be bought here!"
  424. ""
  425. "&cshortcut: /warp gardeningshop"]
  426. }
  427. PrimaryAction {
  428. Command = "console: sudo %player% warp gardeningshop"
  429. KeepInventoryOpen = false
  430. }
  431. }]
  432. ############################################################
  433. ###############################################################
  434. #################################################################
  435. Slot31 = [
  436. {
  437. Item {
  438. Count = 1
  439. ItemType = "pixelmon:leppa_berry"
  440. UnsafeDamage = 0
  441. DisplayName = "&l&bGrocery Store"
  442. ItemLore = ["&fAll kinds of &6Berries &fcan be bought here!"
  443. ""
  444. "&cshortcut: /warp berryshop"]
  445. }
  446. PrimaryAction {
  447. Command = "console: sudo %player% warp berryshop"
  448. KeepInventoryOpen = false
  449. }
  450. }]
  451. ############################################################
  452. ###############################################################
  453. #################################################################
  454. Slot32 = [
  455. {
  456. Item {
  457. Count = 1
  458. ItemType = "pixelmon:choice_band"
  459. UnsafeDamage = 0
  460. DisplayName = "&l&3HeldItem Shop"
  461. ItemLore = ["&3Gems&f, &aIncenses&f &fand other &6Helditems &fcan be bought here!"
  462. ""
  463. "&cshortcut: /warp helditemshop"]
  464. }
  465. PrimaryAction {
  466. Command = "console: sudo %player% warp helditemshop"
  467. KeepInventoryOpen = false
  468. }
  469. }]
  470. ############################################################
  471. ###############################################################
  472. #################################################################
  473. Slot33 = [
  474. {
  475. Item {
  476. Count = 1
  477. ItemType = "pixelmon:sprite"
  478. UnsafeDamage = 0
  479. DisplayName = "&l&dLuvdisc Lounge"
  480. ItemLore = ["&bThe perfect spot to relax!"
  481. ""
  482. "&cshortcut: /warp lounge"]
  483. UnsafeData {
  484. SpriteName = "pixelmon:sprites/pokemon/370"
  485. }
  486. }
  487. PrimaryAction {
  488. Command = "console: sudo %player% warp lounge"
  489. KeepInventoryOpen = false
  490. }
  491. }]
  492. ############################################################
  493. ###############################################################
  494. #################################################################
  495. Slot34 = [""]
  496. ############################################################
  497. ###############################################################
  498. #################################################################
  499. Slot35 = [
  500. ${aliases.magenta-pane-item}
  501. ]
  502. ############################################################
  503. ###############################################################
  504. #################################################################
  505. Slot36 = [
  506. ${aliases.black-pane-item}
  507. ]
  508. ############################################################
  509. ###############################################################
  510. #################################################################
  511. Slot37 = [
  512. ${aliases.magenta-pane-item}
  513. ]
  514. ############################################################
  515. ###############################################################
  516. #################################################################
  517. Slot38 = [
  518. ${aliases.black-pane-item}
  519. ]
  520. ############################################################
  521. ###############################################################
  522. #################################################################
  523. Slot39 = [
  524. ${aliases.magenta-pane-item}
  525. ]
  526. ############################################################
  527. ###############################################################
  528. #################################################################
  529. Slot40 = [
  530. {
  531. Item {
  532. Count = 1
  533. ItemType = "pixelmon:eject_button"
  534. UnsafeDamage = 0
  535. DisplayName = "&l&6Back to the menu"
  536. ItemLore = ["&eClick here to go back to the previous menu."]
  537. }
  538. PrimaryAction {
  539. Command = "console: vchest open voteshop %player%"
  540. KeepInventoryOpen = true
  541. }
  542. }]
  543. ############################################################
  544. ###############################################################
  545. #################################################################
  546. Slot41 = [
  547. ${aliases.magenta-pane-item}
  548. ]
  549. ############################################################
  550. ###############################################################
  551. #################################################################
  552. Slot42 = [
  553. ${aliases.black-pane-item}
  554. ]
  555. ############################################################
  556. ###############################################################
  557. #################################################################
  558. Slot43 = [
  559. ${aliases.magenta-pane-item}
  560. ]
  561. ############################################################
  562. ###############################################################
  563. #################################################################
  564. Slot44 = [
  565. ${aliases.black-pane-item}
  566. ]
  567. ############################################################
  568. ###############################################################
  569. #################################################################
  570. TriggerItem {
  571. ItemType = "minecraft:"
  572. EnablePrimaryAction = false
  573. EnableSecondaryAction = true
  574. }
  575. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement