Advertisement
minmin0917

WaterCraft +Shop System+

Jul 9th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. command /youtube:
  2. trigger:
  3. open virtual chest inventory with size 3 named "&c&lShop" to player
  4. make gui slot 10 of player with grass named "&c&lBlocks" to run:
  5. open virtual chest inventory with size 6 named "&c&lBlocks" to player
  6. make gui slot 0 of player with grass named "&7Grass" with lore "&78 For $100" to run:
  7. if player's balance >= 100:
  8. give player 8 grass
  9. remove 100 from player's balance
  10. send "&aYou bought 8 Grass for $100"
  11. else:
  12. send "&cYou do not have enough money"
  13. make gui slot 11 of player with diamond pickaxe named "&c&lTools" to run:
  14. open virtual chest inventory with size 6 named "&c&lTools" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement