Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /quests-1:
- trigger:
- while amount of wheat in player's inventory is bigger than 30:
- make console execute command "scoreboard players add %player% money 100"
- make console execute command "manuaddp %player% quest-1.complete"
- remove 30 wheat from player's inventory
- set 250 to xp of player
- send "&6Β» &eSuccess! you have completed the quest"
- else:
- send "&6Β» &eError! &eyou do not have enough wheat"
- command /quests:
- trigger:
- open chest with 3 rows named "&6&lQuests" to player
- wait 5 tick
- format slot 4 of player with player's skull named "&6&l%player%" to be unstealable
- if player has permission "quest-1.complete":
- format slot 11 of player with 160:14 named "&6Mine C &eΒ» &c&lLOCKED &c&l(BROKEN)" with lore " || &eCost: &f20000" to close then run [make player execute "/minecpurchase"]
- if player doesn't have permission "quest-1.complete":
- format slot 11 of player with 160:14 named "&6Mine C &eΒ» &c&lLOCKED &c&l(BROKEN)" with lore " || &eCost: &f20000" to close then run [make player execute "/minecpurchase"]
Advertisement
Add Comment
Please, Sign In to add comment