Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on rightclick with cookie:
- add 1 to {Cookies.player}
- command /cookies:
- trigger:
- send "&8&l[&bCOOKIECLICKER&8]&aYou have &e%{Cookies.player}% &aCookies!"
- command /newcookie:
- trigger:
- remove 100 from {Cookies.player}
- make console execute command "give %player% bedrock 1"
- on rightclick with bedrock:
- add 2 to {Cookies.player}
- command /newcookie2:
- trigger:
- remove 15000 from {Cookies.player}
- make console execute command "give %player% obsidian 1"
- on rightclick with obsidian:
- add 5 to {Cookies.player}
- command /newcookie3:
- trigger:
- remove 100000 from {Cookies.player}
- make console execute command "give %player% Sponge 1"
- on rightclick with sponge:
- add 100 to {Cookies.player}
- command /shop:
- trigger:
- open virtual chest with 2 rows named "&eShop" to player
- format slot 0 of player with bedrock named "&eLvl 2 Gen" to close then run [make console execute command "/newcookie"]
- format slot 5 of player with obsidian named "&eLvl 3 Gen" to close then run [make console execute command "/newcookie2"]
- format slot 10 of player with sponge named "&eLvl 4 Gen" to close then run [make console execute command "/newcookie3"]
Advertisement
Add Comment
Please, Sign In to add comment