Troubleshooting
Symptom, likely cause, fix, and related page for common EnderElevator issues.
Issue table
| Symptom | Likely cause | Fix | Related page/config |
|---|---|---|---|
| Crash or issue around chunks | A destination or current block is in a chunk that is not ticking. | Use the latest mod version and report the log. The mod gates block reads with loaded-chunk checks. | Compatibility / Development |
| The mod does not load | Hytale build or mod file does not match the supported release. | Install the CurseForge latest file and verify Hytale 0.5 / Early Access support. | Compatibility |
| Config changes do not apply | The server or world has not reloaded the config. | Stop the server, edit config.json, then start again. | Configuration |
| Jump or crouch feels delayed | CooldownMs prevents rapid repeated activation. | Lower CooldownMs carefully, or wait for the cooldown window. | CooldownMs |
| Smooth movement is not visible | EnableSmoothMovement is false, or the duration is too low to notice. | Set EnableSmoothMovement to true and try SmoothingDurationMs around 320. | Smooth movement |
| Teleport sound is missing | EnableSound is false, or the sound registry is not available yet. | Set EnableSound to true and test after a successful teleport. | teleport sound |
| Jump/crouch does nothing | The player is not standing on an elevator block or there is no matching block above/below. | Align matching variants on the same X/Z column and keep space above the target clear. | Usage |
| Recipe looks wrong | Outdated screenshots or older recipe notes are being used. | Use White Wool, Life Essence, Furniture Bench, and Textiles from README/CurseForge. | Recipes |
| Wrong game or mod version | A stale jar is installed or the world uses a different mod build. | Replace the jar with EnderElevator 1.1.4 or the latest CurseForge file. | Compatibility |