All About Randomized Spawns
When a player dies, a new spawn location is created for the world. This is aimed to give players a remote wilderness to play in while still having the chance of encountering a former player's structures. The only configurable parameter for this feature is the size of the spawn area. By default the area is 1000 square blocks.
If you are having problems with players spawning in the void to their deaths try opening your bukkit.yml and set use-exact-login-location to true.
How to Disable Randomized Spawns
To disable the randomized spawns feature open up the config.yml and set spawnDimension to 0. This will disable the feature.
Comments