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
Snow Kit
Snow Kit3w ago
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
vContests
vContestsOP3w ago
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?
Snow Kit
Snow Kit3w ago
oh, from server to singleplayer
vContests
vContestsOP3w ago
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?
Snow Kit
Snow Kit3w ago
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
vContests
vContestsOP3w ago
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?
Snow Kit
Snow Kit3w ago
they have the command in the post below it pip install nbtlib
vContests
vContestsOP3w ago
Hm, when I put that into my python window it reads "Invalid Syntax"
Snow Kit
Snow Kit3w ago
yeah that's in a normal command line, not in the python interpreter that you need to run it
vContests
vContestsOP3w ago
Woahhhh I'm getting my eyes opened to a whole new world here lol

Did you find this page helpful?