arch-minecraftserver
arch-minecraftserver copied to clipboard
Docker build script for Arch Linux base with Minecraft Java server
I love your containerized Minecraft server by the way you mostly set up things. However, is it possible to add a key for extra Java flags by restructuring the start?...
I have used forge without issues previous to 1.18.2. Since this version forge has changed the way they package their software so that it is no longer a single .jar...
If the minecraft server process crashes, a manual restart of the container is required to get it back in working order. I would expect that either the minecraft server process...
I was doing some testing with a server status bot and it would post a message on when the server has stopped. Stopping the docker container does not cause the...
This is needed in order to automate the usage of some modern modpacks, it also resolves #5 because you can create a custom start.sh with whatever java args you want....
root@ubuntu:/home/xinmans# docker run -d \ > -p 8222:8222/tcp \ > -p 25565:25565 \ > --name=minecraftserver \ > -v /apps/docker/minecraftserver:/config \ > -v /etc/localtime:/etc/localtime:ro \ > -e CREATE_BACKUP_HOURS=12 \ > -e...
Since there's no way to set the server version via an environmental variable I tried copying the jar I wanted and renamed it to `minecraft_server.jar`. It gets overwritten with the...
I'm currently trying to get a Minecraft server copied over from my Windows desktop to my Unraid NAS that's running a FeedTheBeast modpack. However, the current Docker config does not...
Whatever combo of user/pass i try to input, I can not login. Unraid 7.1.4
There seems to be an issue with the Web UI. When I try to load it, it will load initially then freeze and then the Minecraft server crashes. Running on...