-
Bug
-
Resolution: Works As Intended
-
Minecraft 1.4.2
-
None
-
official minecraft_server.jar
-
Unconfirmed
-
Survival
On a multiplayer server when increasing the protected spawn area in the server.properties file with the spawn-protection= variable the player-spawnable area increases as well.
For example: With a spawn point at x:0, z:0, I set the spawn-protecion value to 255, which gives a 511x511 protected area. Instead of respawning near 0,0 a player can spawn all the way toward the edge near 200,200.
This makes it very difficult to set up a nice spawning area for a multiplayer server, as someone could end up spawning on the roof of a house or tower, with no way to go but a deadly fall down.
I propose that the spawnable area remain constant (currently 20x20) despite the increase in size of protected area, or that another variable be added to server.properties to specify the spawnable radius in addition to the protected radius.