moeycvbn12

Untitled

Dec 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # YouTube: https://www.youtube.com/channel/UCukvnnAo6qIfkIEBbagiHmQ
  2.  
  3. options:
  4. world: world
  5.  
  6. on walking of sponge:
  7. if player is sneaking:
  8. if player has permission "spongeclicker.zerstören":
  9. stop
  10. else:
  11. cancel event
  12. add 1 to {Clicker.%player%}
  13. send player title "&e&l%{Clicker.%player%}%" with subtitle "&6Coins" for 0.2 seconds
  14. execute console command "eco give %player% 1"
  15. play "LEVEL_UP" to player
  16. stop
  17. else:
  18. cancel event
  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