CREAMPAN0408

Untitled

Feb 4th, 2019
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. on first join:
  2. set %{player}%.kill to 0
  3. set %{player}%.death to 0
  4. set %{player}%.kd to 0
  5.  
  6. on death:
  7. if victim is player:
  8. give attacker stone pickaxe
  9. broadcast "&c%{attacker}%&rが&b%{victim}%&rを倒しました!"
  10. add 1 to %{attacker}%.kill
  11. add 1 to %{victim}%.death
  12. set %{attacker}&.kd to %{attacker}%.kill / %{attacker}%.death
  13. set %{victim}%.kd to %{victim}%.kill / %{victim}%.death
  14.  
  15. command /stats:
  16. trigger:
  17. massage "あなたは%{%{player}%.kill}%回キルして、%{%{player}%.death}%回デスして、キルレは%{%{player}.kd}%です。" to the player
Add Comment
Please, Sign In to add comment