Need some help transferring a server world file to a singleplayer world
Basically the title. It's a RLCraft Dregora server, but I don't think that should impact the process too much. I've tried it once already, and the world is the same as in chests and my house are up to date. But my inventory and other mod related things are back to when I started the server.
11 Replies
do you have a <uuid>.dat inside the playerdata folder for your user? If so, you might need to remove that first. Make sure to make a backup first
Yes I see a <uuid>.dat in both playerdata folders for my singleplayer world and my server. I'm trying to play the singleplayer world, so should I remove it from that folder?
oh, from server to singleplayer
Ok, I think this makes sense but I've got one question. When it says "install the nbtlib library using pip" what does that mean?
I mean, that's a python script that does it for you. If you don't want to do that, you can use any nbt editor. You just have to copy your player data from the player.dat file to a section in the level.dat file
Nonono I want to use the python script. I don't have much experience with it, but I just installed it and this process seems pretty straightforward. I just don't know what "install the nbtlib library using pip" means. Is there a command I need to run in python or something?
they have the command in the post below it
pip install nbtlibHm, when I put that into my python window it reads "Invalid Syntax"
yeah that's in a normal command line, not in the python interpreter that you need to run it
Woahhhh I'm getting my eyes opened to a whole new world here lol