Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. variables:
  2. {moby::%player%} = 0
  3. on death:
  4. if attacker is a player:
  5. if victim is zombie:
  6. add 1 to {moby::%attacker%}
  7. if victim is creeper:
  8. add 1 to {moby::%attacker%}
  9. if {moby::%attacker%} is <= 10:
  10. give 1 diamond to attacker
  11. if {moby::%attacker%} is <= 20:
  12. give 2 diamond to attacker
  13.  
  14. command /licznik:
  15. trigger:
  16. send "Zabite moby: %{moby::%player%}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement