Bug: Player spawning underground on spigot 1.16.5
AzureAqua opened this issue ยท 2 comments
OTG Plugin or Mod
- OTG Plugin for Spigot
OTG Version
- Other - 1.16.5-0.0.11
Forge or Spigot Versions
paper-1.16.5-714.jar
What other plugins are you running?
Description
The player does not always spawn on the surface when spawning in a height modified biome. This only happens on spigot and works fine on forge
This is caused by vanilla spawn detection not working well with OTG biomes, have a fix in mind for it. What happens is, when it fails to find a valid spawn point, it chooses a point at random. Spigot then finds the nearest Safe location, which can be underground. You can see the same with Forge when players spawn in the ground under the surface.
This should not happen in biomes with grass surface blocks right now