This is the sixth pre-release/preview of the plugin. It is not recommended for big servers, but should work fine for small servers and for testing purposes.
- Adds support for DH 2.3.0 nightlies built after 2024-10-05.
- Adds support for beacons.
- Adds a database to persist LODs across server restarts.
- Updates saved LODs when blocks are placed or removed.
- Adds support for login sync.
- Improves LOD build performance, particularly on Folia.
- Adds a second LOD builder type and config option to select which builder to use:
FastOverworldBuilderonly skims the surface layer of the world, and does not include block metadata.
FullBuilderprocesses every block and includes all metadata.
- Adds vertical resolution config option. Lets LOD builders sample only every Xth block to speed up generation.
- I've found a setting of 2, to sample only every other block, is quality wise virtually indistinguishable from sampling every block, while giving a nice boost to generation speed.
- I've found a setting of 2, to sample only every other block, is quality wise virtually indistinguishable from sampling every block, while giving a nice boost to generation speed.
- Tracks config file versions to avoid unexpected behavior when upgrading from an older version of the plugin.
- Switched from LZ4 to LZMA compression.
- Adds support for custom biomes, like those introduced by data packs.
- Only for Paper (and Paper forks) 1.19.2 and up.
- Only for Paper (and Paper forks) 1.19.2 and up.