Advertisement
Kacperski89

TopEats

Jul 6th, 2015
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #Autor: KacpersKi1337 (Syarru)
  2. #Zakaz podszywania się pod autora!
  3. #Zakaz edytowania kodu
  4. variables:
  5. koxy = 0
  6. refy = 0
  7. zjedzone = 0
  8. on eat of enchanted golden apple:
  9. add 1 to {koxy::%player%}
  10. on eat of golden apple:
  11. add 1 to {refy::%player%}
  12. on eat:
  13. add 1 to {zjedzone::%player%}
  14. command /staty <player>:
  15. usage: /staty <nick>
  16. trigger:
  17. send "&7&m---&c %player% &7&m---"
  18. send "&7Zjedzone koxy: &c%{koxy::%player-arg%}%" to player
  19. send "&7Zjedzone refile &c%{refy::%player-arg%}%" to player
  20. send "&7Wykopany stone: &c%{stone::%player-arg%}%" to player
  21. send "&7Wszystkie zjedzone: &c%{zjedzone::%player-arg%}%" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement