We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{{@mcversion@}}
{{@loaderversion@}}
installerArguments
installerVersion
the fabric installer needs to be called with minecraft and loader version, it could be great to inject those variable in the installerArguments:
installerArguments: - "server" - "-downloadMinecraft" - "-mcversion" - "{{@mcversion@}}" - "-loader" - "{{@loaderversion@}}"
Also this doesn't work, as the loaderVersion is not the same as the installer version for fabric:
ServerStarter/server-setup-config.yaml
Line 31 in d13247e
For instance the fabric installer: https://maven.fabricmc.net/net/fabricmc/fabric-installer/0.11.0/fabric-installer-0.11.0.jar and it could be called like this: java -jar fabric-installer-0.11.0.jar server -downloadMinecraft -mcversion 1.18.2 -loader 0.14.8
java -jar fabric-installer-0.11.0.jar server -downloadMinecraft -mcversion 1.18.2 -loader 0.14.8
So it could be great to also add installerVersion to be able to do:
installerUrl: "https://maven.fabricmc.net/net/fabricmc/fabric-installer/{{@installerversion@}}/fabric-installer-{{@installerversion@}}.jar"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the fabric installer needs to be called with minecraft and loader version, it could be great to inject those variable in the
installerArguments
:Also this doesn't work, as the loaderVersion is not the same as the installer version for fabric:
ServerStarter/server-setup-config.yaml
Line 31 in d13247e
For instance the fabric installer: https://maven.fabricmc.net/net/fabricmc/fabric-installer/0.11.0/fabric-installer-0.11.0.jar
and it could be called like this:
java -jar fabric-installer-0.11.0.jar server -downloadMinecraft -mcversion 1.18.2 -loader 0.14.8
So it could be great to also add
installerVersion
to be able to do:The text was updated successfully, but these errors were encountered: