docker-minecraft-server
docker-minecraft-server copied to clipboard
Docker image that provides a Minecraft Server that will automatically download selected version at startup
### Describe the problem My docker-compose.yml was working on 1.19.2. Upon attempting to update to version 1.19.3, I receive an error with docker adding users to the whitelist. I tried...
### Describe the problem It seems that `:latest`, `:java17-alpine` and problably other images that where pushed to dockerhub in the last 5 days breaks the fabric version. The server refuses...
### Describe the problem When running the container with [ATM8](https://mediafilez.forgecdn.net/files/4135/843/Server-Files-1.0.5.zip) it doesn't work. It's unable to create a bootstrapper because it can't find the forge installer. But the forge installer...
https://discord.com/channels/660567679458869252/660571171732848651/1044741888625881228
### Enhancement Type Improve an existing feature ### Describe the enhancement Currently, `REMOVE_OLD_MODS` only targets the mods and plugins directory. https://github.com/itzg/docker-minecraft-server/blob/46a09ed33103074f9c956a8cdf08bed564e40738/scripts/start-setupModpack#L19-L23 I propose we rename the variable to `REMOVE_OLD_FILES` and...
### Enhancement Type Not sure ### Describe the enhancement In the [server port part of the README](https://github.com/itzg/docker-minecraft-server#server-port) you explain that probably you don't need to adjust this, and to use...
### Enhancement Type Improve an existing feature ### Describe the enhancement Currently using packwiz with Quilt for the latest release of Minecraft and the Quilt loader can cause problems because...
### Describe the problem I am running a container with a Curseforge-Modpack. Is it possible to install plugins on the server, like on Spigot? I tried using the SPIGET_RESOURCES variable....
### Enhancement Type A completely new feature ### Describe the enhancement It'd be nice to be able to run some system commands when the server has started or is shutting...
This is one of the last mod/plugin retrieval mechanisms that hasn't been ported over to [mc-image-helper](https://github.com/itzg/mc-image-helper/) and would be a good fit there. I was reminded about this by #2682