A mod that aims to fix slow chunk generation while using elytra.
Large multiplayer servers often stall when several players fly with elytra. Those stutters are the server choking on sudden chunk requests. Elytra Optimizer is a conservative Fabric server mod that smooths those bursts without changing gameplay.
Plays nicely with the Fabric optimization stack: C2ME, Lithium, Starlight, FerriteCore, Krypton, ModernFix, Noisium. Detects and supports modded flight from Origins, Create, Colytra, Trinkets, Curios, and Caelus API.
/eo stats — TPS, memory, flying players, active tickets at a glance. Shows active modes (Lite, Conservative) and warns when resources are low./eo toggle — disable without restart when things get busy./eo debug — per-player flight details: straight-flight distance, current cone angle, ticket count./eo reload — re-detect installed mods after changes.Uses primitive collections (fastutil), pre-computed trig tables, squared distance comparisons, and thread-local buffers. Targets under 50 microseconds per player per tick with zero GC pressure. Tickets expire after 5 seconds; stale tickets are cleaned up immediately on direction changes.
All logic runs server-side (works in singleplayer too because it's just an integrated server). Players don't need the mod installed. Minimal config, fewer lag spikes when everyone takes to the skies.