Having Problems On Importing Worlds on Unraid Docker Container

Those steps is correct, but there’s additional procedures that need to happen first. My method isn’t elegant, but it works.

  1. I first get the .jar file on the computer (I create a folder for everything to be dumped into). You should be able to use the one obtained in MineOS in the /profiles directory.

  2. I open a command prompt or terminal and enter the command:
    java -Xmx1024M -Xms1024M -jar serverfile.jar nogui
    2a) accept the eula
    2b) enter the same command, and when the server is ready enter stop

  3. Remove or delete the resulting “world” folder contents and replace the world to be imported into that folder.
    — you can rename the world folder, but it will need to match the same name in the server.properties file.

  4. Archive the entire “dump folder” and transfer that to the import directory on your MineOS server.