Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. command shop:
  2. trigger:
  3. send "&bOpening the shop.."
  4. wait 10 ticks
  5. open virtual chest inventory with size 3 named "&b&lSHOP" to player
  6. format gui slot 11 of player with stone named "&b&lBLOCKS" with lore "&7Click here to open the blocks gui." to run:
  7. open virtual chest inventory with size 3 named "&b&lBLOCKS" to player
  8. format gui slot 11 of player with stone named "&b&lWORKS" with lore "&7YAY."
  9. format gui slot 12 of player with diamond sword named "&b&lTOOLS" with lore "&7Click here to open the tools gui." to run:
  10. open virtual chest inventory with size 3 named "&b&lTOOLS" to player
  11. format gui slot 11 of player with stone named "&b&lWORKS" with lore "&7YAY."
  12. format gui slot 13 of player with enchantment table named "&e&kl &5&lENCHANT &e&kl" with lore "&7Click here to open the enchant gui." to run:
  13. open virtual chest inventory with size 3 named "&5&lENCHANT" to player
  14. format gui slot 11 of player with stone named "&b&lWORKS" with lore "&7YAY."
  15. format gui slot 14 of player with white stained glass named "&f&lGENERATORS" with lore "&7Click here to open the generators gui." to run:
  16. open virtual chest inventory with size 3 named "&b&lGENERATORS" to player
  17. format gui slot 11 of player with white stained glass named "&f&lBasic Generator" with lore "&a$250" to run:
  18. if player's balance >= 250:
  19. remove 250 from player's balance
  20. give player white stained glass named "&f&lBasic Generator" with lore "&7Right-Click to generate."
  21. send "&bYou have been given 1 Basic Generator and $250 has been revoked from your balance."
  22. else:
  23. send "&cYou do not have enough money!"
  24. format gui slot 15 of player with red wool named "&c&lRAIDING" with lore "&7Click here to open the raiding gui." to run:
  25. open virtual chest inventory with size 3 named "&b&lGENERATORS" to player
  26. format gui slot 11 of player with stone named "&b&lWORKS" with lore "&7YAY."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement