Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /quests1:
- trigger:
- while amount of wheat in player's inventory is bigger than 30:
- remove 30 wheat from player's inventory
- make console execute command "scoreboard players add %player% money 100"
- make console execute command "manuaddp %player% quest-1.complete"
- send "&6ยป &eSuccess! you have completed the quest"
- 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 403 named "&6&lQuests &8(&71&8) &8ยป &a&lUNLOCKED" with lore " ||&eObjective: &fGet 30 Wheat ||&eReward: &f250 XP and $100 ||&eStatus: &a&lUNLOCKED" to close then run [make player execute ""]
- if player doesn't have permission "quest-1.complete":
- format slot 11 of player with 403 named "&6&lQuests &8(&71&8) &8ยป &c&lLOCKED" with lore " ||&eObjective: &fGet 30 Wheat ||&eReward: &f250 XP and $100 ||&eStatus: &c&lLOCKED" to close then run [make player execute command "quests1"]
Advertisement
Add Comment
Please, Sign In to add comment