To Do List
Bug: Interacting with anything opens the Navigator
Feel free to open a pull request patching any of these!
VoxelEarth monorepo with consistent versions: https://github.com/ryanhlewis/VoxelEarth
A Velocity proxy plugin that spins Minecraft servers up/down on demand for Voxel Earth.
Just want a Voxel Earth server? Set up easily! Linux (recommended, faster):
git clone https://github.com/voxelearth/dynamicloader
cd dynamicloader
./setup.shThis script provisions a Velocity instance, a lobby, and wires in this plugin for a quick test drive.
Just want a single server and not the whole Velocity multi world? Linux:
git clone https://github.com/voxelearth/dynamicloader
cd dynamicloader
./setupsingle.sh
Windows:
git clone https://github.com/voxelearth/dynamicloader
cd dynamicloader
./setupsingle.bat
./gradlew build
# Output jar:
# ./build/libs/*.jar- Copy the built jar to your Velocity server’s
plugins/directory. - Copy the contents of
velocity-server-folder-items/next to the Velocity jar (the plugin expects these helpers at runtime).
Start Velocity as usual. DynamicLoader will bring backend servers up when players request regions and tear them down when idle.
velocity-server-folder-items/— helper files the proxy expects at runtime.src/main/java/...— plugin implementation.
- Velocity — the proxy platform.
- Broader Voxel Earth pipeline & upstream authors: ForceFlow (cuda_voxelizer & TriMesh2), Lucas Dower (ObjToSchematic), Cesium / Google (3D Tiles), Omar Shehata (viewer inspiration).