Advertisement
LukaMC59

Untitled

Nov 9th, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Options:
  2. 1: 1
  3. 2: 2
  4. 3: 3
  5. 4: 4
  6. 5: 5
  7. 6: 6
  8. 7: 7
  9. 1: 13
  10.  
  11. command shop:
  12. trigger:
  13. open chest with 3 rows named "&9Select A Kit:" to player
  14. set slot 13 of player to a wooden sword named "&7Starter Sword" with lore "&7||&9Price &8» &7$10||&7" to be unstealable
  15.  
  16. on inventory click:
  17. clicked slot is {13}:
  18. if player's balance is greater than 9:
  19. message "&9SkyPvP &8» &7You've bought a Starter Sword"
  20. remove 10 from player's balance
  21. execute console command "menu grab sword1 %player%"
  22. else
  23. message "&9SkyPvP123 &8» &cYou need atleast $10 to buy this!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement