The world I spawned in was a mesa biome, but also was next to an ocean, with a huge forest of trees next to it. This made my computer lag very heavily unfortunately. I found a seed for a normal plains/forest biome, and I want to re-create the world my server uses to load with that seed. Is there any way I can erase the sever world and use the seed I found without having to make an entirely new server? Any help is appreciated.
I've found some related answers: I think I get maps and worlds, and I now know where single-player saves are located. I'm not sure I completely understand this answer about copying a multiplayer map to single-player, but in any case, I'm only concerned about multiplayer survival mode:
For example, I might want to do this just when I need to shut off the server, to be sure not to lose anything; to save one world and go back to it later, while starting a new one for now; or to restore the world from an earlier state, when we hadn't flooded the house with lava yet.
Within the directory you're running the server from, there should be a world folder. In that directory are all of the files that your server needs to run. The most important thing to backup would be the region folder within the world folder, which actually contains all the "block information". Another folder within the world directory is the players folder, which stores informations about the players that connect (inventories, etc).(Note that the directory is only named world if you haven't changed the level-name property in server.properties.)
The corrupted file is level_sponge.dat, which can be damaged if the server shuts down unexpectedly. Replacing that from a backup would be ideal. There should also be an older copy of the file in the world folder, called level_sponge.dat_old, which you can try as a replacement - or you can try deleting it and let it regenerate (which may be more problematic).
Alright! I know what to do nex time, i am so grateful for your help!
I got my old world back i worked hard on! Thank you so much,
any way i can like give credits to you to make your forum rank go up or something? x)
you should then be able to run the server on your own computer and then start the game and connect to your own server by using your own local ip address and the set port in the properties file
by not setting up your modem to unblock the ports, no one will be able to connect only you can. so in a way this will be like single player mode
There was an option of where you could save your backup, something they removed. They made it harder for you to save your world that you have to go into the file directory by looking in the world folder by downloading all the world files one by one. It's tedious so you may want to go tell Nitrado to stop messing around. I had to tell them to stop screwing around at times before.
I'm tempted at '@'ing' them again on Twitter to get this resolved because they mostly ignore help tickets, yet you can try your luck like a lottery game. Also, keep an eye they don't remove the whitelist as they've done to me once.
I have an SMP world and I have been paying to extend the amount of people on the server, however it can get to the point where it is unplayable because it will kick everyone out of the server and nobody can join for a while. Is there any way that I can grab my server and move it elsewhere (WITH KEEPING ALL THE BUILDS, PROGRESS, and STUFF) ? I have been using this and usually there isn't any problems but suddenly there has been so much problems occurring that it is making it impossible to play. I would like to move it to a minecraft realm, is that possible?
Of-course this can be done, but will require some efforts. Minehut allows you to download worlds stored on your server. If you are talking about progress such as advancements, xp, inventory, etc. this data is stored in the main world folder. (i.e. Level Name). The Level Name can be found under the Panel, Settings tab. If it's "world" by default, then you're good to go.
So I am able to connect to the Minecraft world with the default settings after adding the IP for my Unraid server. However, when I try to migrate a Minecraft world from my Windows server to the Binhex folder and the world no longer connects. I do not change the name of the World folder. I just take the contents from my world folder and move it into the Binhex default world folder.
ok so on this docker image when you create a container it will create a folder /config/minecraft/worlds/ and in that folder will be a newly created world with the default name of 'Bedrock level', if you copy your world from your windows server to the 'worlds' folder you will then need to change the name of the world that you are loading in the file /config/minecraft/server.properties 'level-name' value, change this to match the folder name of the world in the 'worlds' folder that you copied over and restart the container.
Do i need to rename the folder as well? When I copied a world on a normal Windows machine, I would just remove the default world folder and copy the new world folder over to the same place. The world folder had my worlds name on it.
Nevermind, I got it working. I think I was treating this like a typical Windows Box. In the server.properties file I was specifying my Minecraft docker/Unraid IP. However, when I did a test with the default world it connected with no problem. So this time I left the server IP blank in the server.properties file.
Are you just starting a new world on a minecraft server? Is this meant just for people in your house/on your network to connect to? If so, I would try just going into Minecraft on your PC. (The actual Game on your computer.) Launch it and click on multiplayer. Next click "Add Server" and enter the IP address of your minecraft server followed by the port. The default port is 25565. Here's an example of how to enter it. 192.161.1.2:25565. Now click done and try to connect. If you get "connection refused" then you may need to open the port on your router. Let me know if this helps.
This will use the forge jar file within the docker container, instead of the vanilla jar file. From this point, if you want to add resource packs or mods, you can download them and install into the "mods" or "resourcepacks" folder as necessary. These folders may need to be created.
A good mod to verify that your server is working is FastLeafDecay-Mod-1.14.4.jar. You can find it HERE. Chop a tree down and it should dissolve a lot quicker than normal. I would also recommend adding one or two mods at a time and testing.
The issue i am having is the first part of this when i try to change the server properties it never changes. it always goes back to default. The MC version i installed was binhex minecraftserver 1.15.2 i think it is. It all works great but i am now trying to edit server properties, and also install forge so i can get mods running.
A little bit of cross advertisement here :-), if you are looking to run multiple Minecraft Servers (Java only) and/or you want to run non Mojang versions such as Paperspigot, Spigot, Forge or Nukkit then you may want to look at switching to MineOS-node (install via CA), link to support below:-
Is there any way to add security to this if I would like to open up to outside? I don't want to be port-scanned and have this server advertised as a public Minecraft server.. It is just for my son to play with his friends.
thats a good question, and tbh i really havent thought about security in regards to minecraft servers. from my quick google around it looks like minecraft itself doesnt really have any built in security, so all you have available to you is obfuscation via non standard port and possibly disable external access and create a vpn tunnel instead if a remote friend wants to connect.
i guess the question is what is the risk here, and the risk imho is low, even if somebody joined your server they wont have op status so they wont be able to do much, and afaik there is no way to break out of the minecraft game and execute commands on the container, and even if they did that the container has limited access to your hosts filesystem (/config only).
c80f0f1006