Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. #
  2. # Multiples Shop | Vinixs and BreakfastDeliqht
  3. #
  4.  
  5. options:
  6. Price1: &7&m----------||&aPrice
  7. Price2: ||&7&m----------
  8.  
  9. command /shop:
  10. trigger:
  11. wait 5 ticks
  12. open virtual chest inventory with size 3 named "&c&lSkyblocks Shop" to player
  13. format gui slot 10 of player with plain_glass_block named "&f&lGlass" to run player command "/glass"
  14. format gui slot 12 of player with wheat named "&a&lFarming" to run player command "/farming"
  15. format gui slot 14 of player with redstone named "&c&lRedstone" to run player command "/redstone"
  16. format gui slot 16 of player with stone named "&7&lBlocks" to run player command "/blocks"
  17.  
  18. command /blocks:
  19. trigger:
  20. wait 5 ticks
  21. open virtual chest inventory with size 4 named "&7&lBlocks" to player
  22. format gui slot 10 of player with grass named "&aGrass" with lore "&7&m----------||&aPrice: $50||&7&m----------" to run player command "/buygrass"
  23. format gui slot 12 of player with cobble_stone named "&aCobblestone" with lore "&7&m----------||&aPrice: $50||&7&m----------" to run player command "/buycobblestone"
  24. format gui slot 14 of player with SMOOTH_STONE_BRICK named "&aStonebrick" with lore "&7&m----------||&aPrice: $50||&7&m----------" to run player command "/buystonebrick"
  25. format gui slot 16 of player with sand named "&aSand" with lore "&7&m----------||&aPrice: $50||&7&m----------" to run player command "/buysand"
  26. format gui slot 27 of player with barrier named "&c&lBack" to run player command "/shop"
  27.  
  28. command /redstone:
  29. trigger:
  30. wait 5 ticks
  31. open virtual chest inventory with size 4 named "&7&lRedstone" to player
  32. format gui slot 0 of player with redstone block named "&aRedstone Block" with lore "{@Price1}: $360 {@Price2}" to run player command "/buyredstoneblock"
  33. format gui slot 1 of player with redstone named "&aRedstone" with lore "{@Price1}: $40 {@Price2}" to run player command "/buyredstone"
  34. format gui slot 2 of player with redstone_torch_on named "&aRedstone Torch" with lore "{@Price1}: $30 {@Price2}" to run player command "/buyredstonetorch"
  35. format gui slot 3 of player with redstone_repeater_item named "&aRepeater" with lore "{@Price1}: $100 {@Price2}" to run player command "/buyrepeater"
  36. format gui slot 4 of player with redstone_comparator_item named "&aComparator" with lore "{@Price1}: $200 {@Price2}" to run player command "/buycomparator"
  37. format gui slot 5 of player with hopper named "&aHopper" with lore "{@Price1}: $2000 {@Price2}" to run player command "/buyhopper"
  38. format gui slot 6 of player with dropper named "&aDropper" with lore "{@Price1}: $300 {@Price2}" to run player command "/buydropper"
  39. format gui slot 7 of player with dispenser named "&aDispenser" with lore "{@Price1}: $500 {@Price2}" to run player command "/buydispenser"
  40. format gui slot 8 of player with observer named "&aObserver" with lore "{@Price1}: $800 {@Price2}" to run player command "/buyobserver"
  41. format gui slot 9 of player with sticky_piston_base named "&aSticky Piston" with lore "{@Price1}: $1000 {@Price2}" to run player command "/buystickypiston"
  42. format gui slot 10 of player with piston_base named "&aPiston" with lore "{@Price1}: $500 {@Price2}" to run player command "/buypiston"
  43. format gui slot 11 of player with active_redstone_lamp named "&aRedstone Lamp" with lore "{@Price1}: $750 {@Price2}" to run player command "/buyredstonelamp"
  44. format gui slot 12 of player with tripwire hook named "&aTripwire Hook" with lore "{@Price1}: $300 {@Price2}" to run player command "/buytripwirehook"
  45. format gui slot 13 of player with stone button named "&aStone Button" with lore "{@Price1}: $25 {@Price2}" to run player command "/buystonebutton"
  46. format gui slot 14 of player with wooden button named "&aWooden Button" with lore "{@Price1}: $10 {@Price2}" to run player command "/buywoodenbutton"
  47. format gui slot 15 of player with lever named "&aLever" with lore "{@Price1}: $50 {@Price2}" to run player command "/buylever"
  48. format gui slot 16 of player with stone pressure plate named "&aStone Pressure Plate" with lore "{@Price1}: $75 {@Price2}" to run player command "/buystonepressureplate"
  49. format gui slot 17 of player with wooden pressure plate named "&aWooden Pressure Plate" with lore "{@Price1}: $50 {@Price2}" to run player command "/buywoodenpressureplate"
  50. format gui slot 27 of player with barrier named "&c&lBack" to run player command "/shop"
  51.  
  52.  
  53. command /glass:
  54. trigger:
  55. wait 5 ticks
  56. open virtual chest inventory with size 4 named "&7&lGlass" to player
  57. format gui slot 0 of player with 95 named "&aWhite Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buywhiteglass"
  58. format gui slot 1 of player with 95:11 named "&aBlue Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buyblueglass"
  59. format gui slot 2 of player with 20 named "&aClear Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buyglass"
  60. format gui slot 3 of player with 95:5 named "&aLime Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buylimeglass"
  61. format gui slot 4 of player with 95:13 named "&aGreen Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buygreenglass"
  62. format gui slot 5 of player with 95:2 named "&aMagenta Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buymagentaglass"
  63. format gui slot 6 of player with 95:10 named "&aPurple Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buypurpleglass"
  64. format gui slot 7 of player with 95:15 named "&aBlack Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buyblackglass"
  65. format gui slot 8 of player with 95:4 named "&aYellow Glass" with lore "{@Price1}: $65 {@Price2}" to run player command "/buyyellowglass"
  66. format gui slot 9 of player with 95:3 named "&aAqua Glass"
  67. # format gui slot 10 of player with
  68. # format gui slot 11 of player with
  69. # format gui slot 12 of player with
  70. # format gui slot 27 of player with barrier named "&c&lBack" to run player command "/shop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement