Geoff Bourne

Results 719 comments of Geoff Bourne

It's best to always set a specific VERSION, such as 1.20.4 in this case. Narrowing the Paper release channel is a planned feature https://github.com/itzg/docker-minecraft-server/issues/2811 ; however, even with that it...

Yes, as you saw https://github.com/itzg/mc-image-helper/blob/36ea8a053e88121a949422e6bb4a6a03f0c5660c/build.gradle#L50 The compiler will build for running on Java 8; however, Java is nice in that you can build with newer versions of the Java JDK...

@halvors please write up a new issue and provide the inputs you used.

This could also include the option to look for the mod files within a provided zip, such as the server modpack file.

Actually, spiget support isn't yet converted over to mc-image-helper https://github.com/itzg/docker-minecraft-server/blob/master/scripts/start-spiget That's why the file naming algorithm is overly simplistic so far. When it is converted over the proper file naming...

Good question. Yeah, I'd prefer to put the effort into porting it fully to mc-image-helper. I'll try to take a quick go at that today.

...ah, I remember now: I don't like Spiget's API. It is annoying that https://spiget.org/documentation/#!/resources/get_resources_resource_download redirects and downloads from Spiget's CDN whereas https://spiget.org/documentation/#!/resources/get_resources_resource_versions_version_download acts completely different and just redirects to spigotmc,...

This is a duplicate of #232

That overall approach sounds good. What were your thoughts about identifying when the installation of the mrpack is up to date? Would you be hosting the file on a web...