Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /shop:
- trigger:
- wait 3 ticks
- open chest with 3 rows named " &9Shop" to player
- wait 3 ticks
- format slot 13 of player with cobblestone named "&7Wooden Sword &8[&91&8]" with lore "||&7$10||" to close then run [execute player command "/sword1"]
- command /sword1:
- trigger:
- if player's balance is less than 10:
- message "&9SkyPvP&8 »&7 You need atleast $10 to buy this!"
- else:
- remove 10 from player's balance
- execute console command "menu grab %player% sword1"
- message "&9SkyPvP &8» &7You have bought Tier 1 sword for $10"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement