docker-minecraft-server
docker-minecraft-server copied to clipboard
Docker image that provides a Minecraft Server that will automatically download selected version at startup
Newer releases of Paper are designated with a release channel "experimental" and that should be taken into consideration to ensure users are opt'ing into an experimental version. The [builds API...
Seems to be a fairly common error condition for some users such as https://github.com/itzg/docker-minecraft-server/discussions/2269#discussioncomment-9266363 Perhaps rate limiting on the CDN requests results in a 200 status code but HTML content.
### Describe the problem Restarted my container to pull the latest version of minecraft 1.20.5 and this version fails to launch. Logs are below. This is run on k8s. There...
### Describe the problem Since updating the package to 1.20.6 my server no longer alowes remote connections. 1.20.5 workt fine but now nobody can remotely conectect to my minecraft server....
fixed by https://github.com/itzg/docker-minecraft-server/pull/2939 start-setupWorld assumes path will be relative to /data (or ftbBase)
noticed that the "copy existing world" ability does not check if a level path is absolute, and appends it to /data/, added simple regex ( ^\/.*$ ) check to see...
### Describe the problem When running a minecraft curseforge server on 1.21 and trying to join, I get the following error: `Connection refused: getsockopt`; ### Container definition ``` docker run...
### Enhancement Type Improve an existing feature ### Describe the enhancement Some modpacks at Curse Forge are using NeoForge as their mod loader (for example [ATM10](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10)). Currently starting the modpack...
As seen in issues like #2930, the default of "SKIP" is not intuitive for new (and probably most, myself included) users. The default of "SKIP" was only implemented to continue...