Moving world gen to server
Hi there, I play on one of my friends atm 10 server, he refuses to add DH to the list. We ended up having an issue that I fixed when he sent me the world file, I used this opportunity to also generate are sizeable chunk of the overworld for DH.
I was wondering if it would be possible for me to transfer that DH pregen to my local data for the server. Since I do have DH installed locally I was hoping that would work
Solution:Jump to solution
Yeah i just figured that out on my own I came back to update, I just transfered the sqlite file from the single player world to the specific dimension folder of the server. Thank you!
3 Replies
!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
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!
If you don't, the database will become corrupted.Solution
Yeah i just figured that out on my own I came back to update, I just transfered the sqlite file from the single player world to the specific dimension folder of the server. Thank you!