Ok, so I am making a pvp arena. I want to be able to track the number of deaths each person has. So if they hit 5 they are teleported to a “waiting cell” until the next round.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Try this: do the first one first then the next one
/scoreboard objectives add Deaths deathCount
/scoreboard objectives setdisplay list Deaths
This will display the player’s amount of deaths when you push the Tab button.