Modscraper Modscraper Minecraft
LOD Server Support logo

LOD Server Support

Mod

A Fabric client/server mod and Paper Plugin that provides unofficial multiplayer support for Voxy.

Type

Mod

Modrinth Downloads

20,479

Modrinth ID

lKiXKLvv

Last Updated

Aug 31, 2026

Description

LOD Server Support

Players with Voxy can see fully rendered terrain out to hundreds of chunks on multiplayer servers without needing to explore the world first.

Supports Fabric clients and Fabric, Paper, Purpur, Folia servers.

See https://github.com/VoX/lod-server-support for the most up to date documentation.

Demo Video: https://github.com/user-attachments/assets/721fb344-890e-4e03-ab36-539444427f7b

Installation

Install LOD Server Support (LSS) on both the server (Fabric mod or Paper plugin) and every client (LSS Fabric mod + Voxy). Without LSS on both the connecting client and on the server it will not function. Clients additionally need Voxy installed.

Redistribution

This mod is MIT-licensed — redistribution with attribution is welcome, and modpacks can reference the official Modrinth project directly. Per Modrinth's reupload policy: XANTHA via Voxy Server Side has the copyright holder's explicit permission to distribute this mod, and derivatives of it, on Modrinth.

Commands

Server (Fabric and Paper)

  • /lsslod stats - Show per-player transfer statistics
  • /lsslod diag - Show detailed diagnostics (config, bandwidth, queue depths)

Client (Fabric only)

  • /lss clearcache - Clear the local column cache, forcing all chunks to be re-requested from the server
  • /lss diag - Show client-side diagnostics (connection, throughput, scan progress, request budget)

Configuration

Server (Fabric and Paper)

Server config is generated on first run:

  • Fabric: config/lss-server-config.json
  • Paper: plugins/LodServerSupport/lss-server-config.json
Setting Default Description enabled true Enable LOD distribution lodDistanceChunks 256 Max LOD distance in chunks bytesPerSecondLimitPerPlayer 20971520 Per-player pre-compression bandwidth cap (20 MB/s) bytesPerSecondLimitGlobal 104857600 Total pre-compression bandwidth cap (100 MB/s) diskReaderThreads 5 Thread pool size for async disk reads sendQueueLimitPerPlayer 4000 Max queued column payloads per player (each carries a full chunk column of sections) syncOnLoadConcurrencyLimitPerPlayer 200 Max in-flight sync requests per player generationConcurrencyLimitPerPlayer 16 Max in-flight generation requests per player enableChunkGeneration true Generate missing chunks on demand for LOD data generationConcurrencyLimitGlobal 32 Max chunks generating server-wide at once generationTimeoutSeconds 60 Timeout for pending chunk generation perDimensionTimestampCacheSizeMB 32 Max timestamp cache size per dimension in MB (used for up-to-date checks on reconnect) dirtyBroadcastIntervalSeconds 10 Interval for pushing dirty column notifications to clients

Paper-specific: The config also includes an updateEvents list of Bukkit event class names used for dirty chunk detection. /lsslod commands require the lss.admin permission (or op).

Client

Client config is generated at config/lss-client-config.json on first run.

Setting Default Description receiveServerLods true Enable receiving LOD data from the server lodDistanceChunks 0 Max LOD request distance in chunks (0 = use server limit)

Compatibility

Mod Loaders

Fabric Folia Paper Purpur

Game Versions

1.20.1 1.21.8 1.21.11 26.1 26.1.1 26.1.2 26.2

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (7)

External Resources