You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having this issue trying to upgrade from 1.16.5 to anything 1.17.1 and above.
EULA=true for me.
I believe this could be a clue cp: cannot stat '/build-mc/Spigot/Spigot-Server/target/spigot-*.jar': No such file or directory , because every version that works does not throw this line, but version 1.17.1, 1.18.2 and latest do throw this line. All of them also show the Exited too quickly line.
Hey
I am running:
Container created using:
docker run -e SPIGOT_VER=1.18 -e EULA=TRUE -d -p 25565:25565 -v /home/minecraft/spigot-server-1.18:/minecraft --name spigot-mc nimmis/spigot
Which builds fine but ends up throwing the following:
I thought my issue was related to #25 since
etc/init.d/minecraft_server
still usesI changed
grep "$MC_PROC"
togrep "/usr/bin/java"
but unfortunately this does not fix it for me.Running the container doesn't create anything besides:
Hope you can help me, thanks in advance.
The text was updated successfully, but these errors were encountered: