arch-minecraftserver
arch-minecraftserver copied to clipboard
Change server version
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 1.16.5 version though.
two options for this:-
- specifically use the tagged version you want, see here for a list of tags:-https://registry.hub.docker.com/repository/docker/binhex/arch-minecraftserver/tags?page=1&ordering=last_updated
- specify the jar as CUSTOM_JAR_PATH, this will prevent the usage of the latest jar file.