Minecraft – How to tp a Minecraft Player to a certain location when they die with command blocks

minecraft-java-edition

I'm making a Boss Arena with command blocks and no plugins, I got the bosses and spawn and tps to arenas done. But the problem is, that I don't know the command to teleport players when they die.

Best Answer

If you want people to spawn somewhere else when they die, just set the world spawn with /setworldspawn when standing where you want them to spawn or set individual player spawns with /setspawn {player} when standing where you want them to spawn!