Skip to content

Troubleshooting

Shane Jacobs edited this page Jul 21, 2026 · 1 revision

Troubleshooting

Can't Activate Chamber

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

Stuck in Simulation

Problem: Can't exit or commands don't work

Solution:

  1. Use Exit Beacon if you have it
  2. If that fails, an admin should run:
    /stasis debug forcerestore <your-name>
    
  3. 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.

Contraption Behavior

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

Player Data Loss

Problem: Lost inventory or armor after exiting

Cause: Snapshot preservation failed or restoration error

Solution:

  • Snapshots are preserved automatically
  • Use /stasis debug forcerestore to retry restoration
  • Check server logs for error messages
  • Report bug with logs if issue persists

Multiplayer Issues

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

Performance

Problem: Lag when entering/exiting

Solution:

  • First teleport takes longer due to dimension loading
  • Subsequent entries are faster
  • Increase PLOT_SPACING if 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

Getting Help

If your issue isn't listed:

  1. Check server logs in logs/latest.log
  2. Run /stasis debug commands to inspect state
  3. Report the issue with logs and reproduction steps

Clone this wiki locally