Star Hype News.

Premium celebrity moments with standout appeal.

updates

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?

What can I do to stop spawning outside of the map? Here's a picture of it.

I'll be very thankful if you could tell me anything!

0

1 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