Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. on death of player:
  2. if attacker is player:
  3. if victim is player:
  4. add 1 to {kill.%attacker%}
  5. add 1 to {death.%victim%}
  6.  
  7. command /stats <player>:
  8. trigger:
  9. message "&e&l=====&8&l<&cステータス&8&l>&e&l=====" to the player
  10. message "&9プレイヤー&3:&6 %arg 1%" to the player
  11. message "&7KILL回数&8:&a %{kill.%arg 1%}%&b回" to the player
  12. message "&7Death回数&8:&a %{death.%arg 1%}%&b回" to the player
  13. message "&e&l=====================" to the player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement