Nacho2012_Premi

Skript minecraft Cookie clicker (WITH SHOP!!!) MADE BY ME

Jul 18th, 2019
3,666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.26 KB | None | 0 0
  1. on rightclick with cookie:
  2.         add 1 to {Cookies.player}
  3. command /cookies:
  4.     trigger:
  5.         send "&8&l[&bCOOKIECLICKER&8]&aYou have &e%{Cookies.player}% &aCookies!"
  6. command /newcookie:
  7.     trigger:
  8.         remove 100 from {Cookies.player}
  9.         make console execute command "give %player% bedrock 1"
  10. on rightclick with bedrock:
  11.         add 2 to {Cookies.player}
  12. command /newcookie2:
  13.     trigger:
  14.         remove 15000 from {Cookies.player}
  15.         make console execute command "give %player% obsidian 1"
  16. on rightclick with obsidian:
  17.         add 5 to {Cookies.player}
  18. command /newcookie3:
  19.     trigger:
  20.         remove 100000 from {Cookies.player}
  21.         make console execute command "give %player% Sponge 1"
  22. on rightclick with sponge:
  23.         add 100 to {Cookies.player}
  24. command /shop:
  25.     trigger:
  26.         open virtual chest with 2 rows named "&eShop" to player
  27.         format slot 0 of player with bedrock named "&eLvl 2 Gen" to close then run [make console execute command "/newcookie"]
  28.         format slot 5 of player with obsidian named "&eLvl 3 Gen" to close then run [make console execute command "/newcookie2"]
  29.         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