How can I respawn at a specific location after dying? [duplicate]
By Sarah Smith
Whenever I respawn, I will either spawn into my map, or outside. This happens everytime, even when I set the worldspawn to the correct location.
Am I supposed to use the sort of contraption where you can play a title when you die, but instead use it to teleport when they are dead?
I'll be very thankful if you could tell me anything!
01 Answer
Players spawn at a random location in a certain radius around the world spawn. By restricting this radius to 0 blocks, you can force them to spawn at the block you selected:
/gamerule spawnRadius 0 1