-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Problem: "Insufficient power" or "Chamber not ready"
Solutions:
- Check that Forge Energy is connected to the Activation Core
- Verify you have enough power (default 10,000 FE)
- Try waiting a moment and clicking again
- Check server logs for errors
Problem: Already activated once, can't activate again
Solution: Chamber is now stateless - should work immediately after exit. If not:
- Use
/stasis debug forcerestore <player>to reset state - Check that Exit Beacon was used to leave
Problem: Can't exit or commands don't work
Solution:
- Use Exit Beacon if you have it
- If that fails, an admin should run:
/stasis debug forcerestore <your-name> - Your snapshot is preserved for recovery
Problem: Exited but ended up in wrong location
Solution: Snapshot saved your original location. Try re-entering and exiting again.
Problem: Sublevel contraption (Sable) won't move on X/Z axes
Cause: Likely at extreme coordinates. Floating-point precision limits physics at very high coordinates.
Solution:
- Coordinates are now normal (±1250 from plot center)
- If still stuck, try moving closer to plot center
Problem: Contraption escapes plot boundaries
Cause: Invisible barrier blocks should prevent this
Solution:
- Barriers are at Y=64+ above ground
- Don't break them in Creative mode
- If contraption escapes, use Exit Beacon immediately
Problem: Lost inventory or armor after exiting
Cause: Snapshot preservation failed or restoration error
Solution:
- Snapshots are preserved automatically
- Use
/stasis debug forcerestoreto retry restoration - Check server logs for error messages
- Report bug with logs if issue persists
Problem: Other players can see my plot
Solution:
- Plots are isolated by design
- Invisible barriers prevent access
- Other players can't affect your area
Problem: Plot conflicts or overlapping
Cause: Shouldn't happen (grid-based allocation)
Solution:
- Report with coordinates and player names
- Likely a configuration issue
Problem: Lag when entering/exiting
Solution:
- First teleport takes longer due to dimension loading
- Subsequent entries are faster
- Increase
PLOT_SPACINGif dimension is crowded
Problem: Chunks not loading in simulation
Solution:
- Wait a moment for chunks to generate
- Log out and back in if stuck
- Check disk space for chunk data
If your issue isn't listed:
- Check server logs in
logs/latest.log - Run
/stasis debugcommands to inspect state - Report the issue with logs and reproduction steps