Feature description
I run several Minecraft servers using the Docker image itzg/minecraft-server.
This image includes a feature that allows plugins to be downloaded automatically via a fixed URL.
I would now like to always download the EssentialX plugin in its latest developer version.
The problem is that there is no static URL that can be used to always download the latest build.
The URL for the current build is something like:
https://ci.ender.zone/job/EssentialsX/1798/artifact/jars/EssentialsX-2.22.0-dev+111-c38c925.jar
and changes with every new build.
It would be helpful if there were a download option following a pattern like this:
https://ci.ender.zone/job/EssentialsX/lastBuild/EssentialsX.jar
How the feature is useful
Server operators could easily ensure that the latest DEV build is always used automatically.
Feature description
I run several Minecraft servers using the Docker image itzg/minecraft-server.
This image includes a feature that allows plugins to be downloaded automatically via a fixed URL.
I would now like to always download the EssentialX plugin in its latest developer version.
The problem is that there is no static URL that can be used to always download the latest build.
The URL for the current build is something like:
https://ci.ender.zone/job/EssentialsX/1798/artifact/jars/EssentialsX-2.22.0-dev+111-c38c925.jar
and changes with every new build.
It would be helpful if there were a download option following a pattern like this:
https://ci.ender.zone/job/EssentialsX/lastBuild/EssentialsX.jar
How the feature is useful
Server operators could easily ensure that the latest DEV build is always used automatically.