A server-side bug fix that resolves the issue where beds in unloaded chunks incorrectly show as obstructed, respawning players at world spawn instead.
Dying far from your bed only to respawn at world spawn? Obstructed Bed Fix resolves the bug where beds in unloaded chunks are incorrectly marked as obstructed.
What Does This Mod Do?
This mod fixes a known Early Access bug where the game checks if your bed is obstructed before the chunk containing it is loaded. Since the chunk isn’t loaded, the game assumes the bed is blocked and sends you to world spawn instead.
The Bug
When you die and your bed is in a distant, unloaded chunk:
- The game tries to check if your bed is obstructed
- The chunk isn’t loaded, so the check fails
- The game reports “bed is obstructed”
- You respawn at world spawn instead of your bed
This mod intercepts that check and properly loads the chunk before validating the bed’s status.
Requirements
| Requirement | Details |
|---|---|
| Hyxin | Required dependency (place in earlyplugins folder) |
| Early Plugins | Server must accept early plugins |
| Server-side | Only needs to be installed on the server |
Installation Steps
- Create
earlypluginsfolder in server root - Download and place Hyxin in earlyplugins
- Place ObstructedBedFix in earlyplugins
- Start server with:
java -jar HytaleServer.jar --assets Assets.zip --accept-early-plugins
Who Is This Mod For?
Obstructed Bed Fix is perfect for:
- Server administrators experiencing spawn issues
- Players frustrated by losing their spawn point
- Anyone who builds bases far from world spawn
You might skip this if:
- You always stay near your bed
- The official fix has been released