Advertisement
Kamado

Untitled

Jun 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. on death of player:
  2. add 1 to {DeathCount.%victim's uuid%}
  3. add 1 to {KillCount.%attacker's uuid%}
  4. command /status:
  5. trigger:
  6. send "&7-|- ------------------ -|-"
  7. send "&c キル数: &6%{KillCount.%player's uuid%}%"
  8. send "&e デス数: &6%{DeathCount.%player's uuid%}%"
  9. send "&7-|- ------------------ -|-"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement