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.
1 Answer
Try this: do the first one first then the next one
/scoreboard objectives add Deaths deathCount
/scoreboard objectives setdisplay list DeathsThis will display the player's amount of deaths when you push the Tab button.
3