kazuken0814

kills

Nov 2nd, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #-Dev 1va#9647
  2. on death of player:
  3. attacker is player
  4. broadcast "&e[&c%attacker%6e]&a>>>&e[&b%attacker's tool%&e]&a>>>&e[&d%victim&e]"
  5. command /status [<player>]:
  6. trigger:
  7. if arg 1 is not set:
  8. message "&cKILL :%{killstats::%player%}%"
  9. message "&aDeath :%{deathstats::%player%}%"
  10. if arg 1 is player:
  11. message "&cKILL: %{killstats::%arg 1%}%"
  12. message "&aDeath :%{deathstats::%arg 1%}%"
  13. on death of player:
  14. attacker is player
  15. add 1 to {killstats::%attacker%}
  16. victim is player
  17. add 1 to {deathstats::%victim%}
Advertisement
Add Comment
Please, Sign In to add comment