Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. variables:
  2. {cookie.%player%.kurwa} = 0
  3.  
  4. on first join:
  5. set {cookie.%player%.kurwa} to 0
  6.  
  7. command /otworzszmicookieclickera [<player>]:
  8. trigger:
  9. if executor is console:
  10. if arg 1 is set:
  11. open chest with 2 rows named "&6Cookie Clicker" to arg 1
  12. wait 1 tick
  13. format slot 4 of arg 1 with 1 of cookie named "&6Cookie Clicker" with lore "&eIlość punktów: &6%{cookie.%arg 1%.kurwa}%" to run [make console execute "cookiekurwaclicker %arg 1%"]
  14. format slot 3 of player with 1 of chest named "&6Ulepszenia" to run [make player execute command "warp"]
  15.  
  16. command /cookiekurwaclicker [<player>]:
  17. trigger:
  18. if executor is console:
  19. if arg 1 is set:
  20. add 1 to {cookie.%arg 1%.kurwa}
  21. wait 1 tick
  22. format slot 4 of arg 1 with 1 of cookie named "&6Cookie Clicker" with lore "&eIlość punktów: &6%{cookie.%arg 1%.kurwa}%" to run [make console execute "cookiekurwaclicker %arg 1%"]
  23. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement