moeycvbn12

Untitled

Dec 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # YouTube: https://www.youtube.com/channel/UCukvnnAo6qIfkIEBbagiHmQ
  2.  
  3. options:
  4. world: world
  5.  
  6. on stand on sponge:
  7. if player is sneaking:
  8. if player has permission "spongeclicker.zerstören":
  9. stop
  10. else:
  11. add 55 to {Clicker.%player%}
  12. wait 10 ticks
  13. add 55 to {Clicker.%player%}
  14. send player title "&e&l%{Clicker.%player%}%" with subtitle "&6Coins" for 0.2 seconds
  15. execute console command "eco give %player% 1"
  16. play "LEVEL_UP" to player
  17. stop
  18. else:
  19. add 1 to {Clicker.%player%}
  20. send player title "&e&l%{Clicker.%player%}%" with subtitle "&6Coins" for 0.2 seconds
  21. execute console command "eco give %player% 1"
  22. play "LEVEL_UP" to player
  23. stop
Advertisement
Add Comment
Please, Sign In to add comment