
VoxyServer
Voxy server is a fabric server side mod that voxelizes chunks into LODs using voxy and streams them to connected clients.
12.9K
48
VoxyServer 1.1.6
release11 мая 2026 г.Fix fps stutter on client ingest
VoxyServer 1.1.5
release12 апреля 2026 г.this version will perfom alot better on your server
Here are the changelogs:
- huge performance boost: replaced sectionref/chunkref record keys with dimension ordinal encoded longs, cached biome id remapping per mapper, and moved lod packet pre serialization to the stream thread.
- optimized lod payloads by palette bit packing index arrays.
- increased default maxsectionspertickperplayer from 10 to 100.
- added per server client side config overrides via modmenu & cloth config api. preferences save to config/voxyserver-client.json (keyed by host:port). it defaults to a global profile if no override exists, and you can only edit a server's settings while connected to it. (you can't go above the set server settings, only below.)
- added a config option to change voxy worker threads.
- fixed a crash involving c2me and voxyserver (kept failsafe in the code even though it was fixed upstream, thanks cortex).
VoxyServer 1.1.5
release12 апреля 2026 г.this version will perfom alot better on your server
Here are the changelogs:
- huge performance boost: replaced sectionref/chunkref record keys with dimension ordinal encoded longs, cached biome id remapping per mapper, and moved lod packet pre serialization to the stream thread.
- optimized lod payloads by palette bit packing index arrays.
- increased default maxsectionspertickperplayer from 10 to 100.
- added per server client side config overrides via modmenu & cloth config api. preferences save to config/voxyserver-client.json (keyed by host:port). it defaults to a global profile if no override exists, and you can only edit a server's settings while connected to it. (you can't go above the set server settings, only below.)
- added a config option to change voxy worker threads.
- fixed a crash involving c2me and voxyserver (kept failsafe in the code even though it was fixed upstream, thanks cortex).
VoxyServer 1.1.4
release30 марта 2026 г.- clients can now configure the following options: Enable LOD Streaming - toggle whether the server sends LOD data to you LOD Stream Radius - personal LOD radius in blocks, 0 = use server default Max Sections Per Tick - personal rate limit for sections sent per tick, 0 = use server default
- dirty tracking should actually work properly now with higher max sections per tick
- a bit of backend was rewritten: callback driven dirty tracking, versioned sent state, cursor based scanning, coalesced snapshot batching with bounded dirty draining, initial load settle gate with chunk footprint checks, chunk load ingest retries, flush ready bypass for pending sections.
- voxyserver is disabled in singleplayer now to stop issues.
- the import command actually now works for dimensions instead of just all
- during import it shows an eta (it's meh sorta accurate, it's an issue with voxy, ill make a pr and if it gets changed ill update and itll be accurate)
- lwjgl for ARM64 linux is now bundled into the mod, so anyone running that can now run voxyserver.
- packets are now batched so you can run very high maxSectionsPerTickPerPlayer without being kicked for packet too large error. (if you ever get kicked for too large a packet, lower sectionsPerPacket in config.)
performance should also be better
VoxyServer 1.1.3
release27 марта 2026 г.fix lag spikes by switching dirty tracking from 2d chunks to 3d sections, lodstreamingservice now only serializes and pushes the specific changed section instead of the entire vertical column
Совместимость
Создатели
Детали
Лицензия:LGPL-3.0-only
Опубликован:2 месяца назад
Обновлён:1 день назад
