Advertisement
Guest User

cookie clicker skript

a guest
Feb 23rd, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. command /cookie:
  2. trigger:
  3. open chest with 5 rows named "&5&oThe cookie clicker" to player
  4. wait 4 ticks
  5. format slot 5 of player with cookie named "&a&lcookie" to run [make console execute command "/pay %player% 1"]
  6.  
  7. on right click:
  8. if held item is a cookie with name "cookie":
  9. execute player command "/cookie"
  10.  
  11. on join:
  12. give 1 nether star named "cookie" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement