"Trim" loaded LODs.
Hello guys, i've been setting up a paper server to play with my friends. I decided to add the DHS plugin and pregenerate some LODs to the world border, but there are some distant LODs on the horizon from when i was messing around which really pain my eyes. Is there a way to remove them?


Solution:Jump to solution
Other than manually going through every LOD and deleting it through a database browser or deleting all LODs, no.
6 Replies
Solution
Other than manually going through every LOD and deleting it through a database browser or deleting all LODs, no.
well, i dont wanna mess around manually deleting every single LOD on the sqlite file, ill just delete all LODs then. Where exactly are they located in Paper? Plugins/DH-Support/, right?
/lodstored
Single Player:
- Overworld:
.minecraft/saves/WORLD_NAME/data/DistantHorizons.sqlite
- Nether: .minecraft/saves/WORLD_NAME/DIM-1/data/DistantHorizons.sqlite
- End: .minecraft/saves/WORLD_NAME/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: .minecraft/saves/WORLD_NAME/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Multiplayer:
- .minecraft/Distant_Horizons_server_data/SERVER_NAME/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
thanks.
This is now implemented https://gitlab.com/distant-horizons-team/distant-horizons-server-plugin/-/commit/bc94dcff2caf852a135620608fcb379e436918db
GitLab
Trim command. (bc94dcff) · Commits · Distant-Horizons-Team / Dist...
Add support for Distant Horizons to your Bukkit server.