/
A Minecraft plugin system that splits a world across one Paper server per dimension, coordinated by a Velocity proxy.
[Player] ──► [Velocity Proxy (dd-velocity)]
│
┌─────────┼─────────┐
▼ ▼ ▼
[Overworld] [Nether] [End]
(dd-paper) (dd-paper) (dd-paper)
Crossing a portal feels identical to vanilla: inventory, XP, hunger, gamemode, and chat are preserved across all servers in real time.
Nether coordinate scaling (1:8 ratio) and End platform spawning are handled automatically.
Each Paper server declares its dimension in plugins/DistributedDimensions/config.yml:
world: OVERWORLD # OVERWORLD | NETHER | END
debug: false
The Velocity plugin reads plugins/distributed-dimensions/config.toml:
debug = false

A Minecraft plugin system that splits a world across one Paper server per dimension, coordinated by a Velocity proxy.