Soxy is a simple server-side helper mod for Voxy that generates .voxy cache data directly from the server world.
Currently, many server-side voxy LoD distribution mods suffer from various bugs, and some are just "AI Slop". Other alternatives either consume excessive network bandwidth or fail to properly update modified chunks. Soxy solves this by providing a straightforward way to prepare the cache on the server, saving clients from having to import region files manually.
- No Server-side Sodium Required: Soxy removes Voxy's dependency on Sodium for the dedicated server. You only need to install Soxy and Voxy on your server.
- Easy Distribution: The generated
.voxyfiles can be efficiently distributed to players via a file server or CDN, or automatically synchronized using mods likeautomodpack. - Recommended Workflow: Periodically run
/soxy generatevia a scheduled task and useautomodpackto automatically load the generated cache for players.
- Install both Soxy and Voxy on your dedicated server.
- Run the following command:
/soxy generate [dimension_id]
- The
.voxycache folder will be generated in your server's instance directory.
Warning
ARM servers are unsupported due to missing LWJGL native libraries; you must build the mod yourself if needed.