Geyser: jar download and java version updates (#227)
This commit is contained in:
parent
1d6054880a
commit
6c8c2be6cf
@ -2,7 +2,7 @@
|
||||
{
|
||||
"DisplayName":"Java Version",
|
||||
"Category":"Java Settings",
|
||||
"Description":"Sets the Java version to install. Must be a major version number only such as 18 or 19, not a subversion. Check the [Geyser wiki](https://wiki.geysermc.org/geyser/setup/) for versions compatible with Geyser, and the [Oracle website](https://www.oracle.com/java/technologies/downloads/) for available downloads. Server must be updated after changing this setting",
|
||||
"Description":"Sets the Java version to install. Must be a major version number only such as 17 or 19, not a subversion. Check the [Geyser wiki](https://wiki.geysermc.org/geyser/setup/) for versions compatible with Geyser, and the [Oracle website](https://www.oracle.com/java/technologies/downloads/) for available downloads. Server must be updated after changing this setting",
|
||||
"Keywords":"java,version",
|
||||
"FieldName":"JavaVersion",
|
||||
"InputType":"number",
|
||||
@ -10,7 +10,7 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"JavaVersion",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"18",
|
||||
"DefaultValue":"19",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
|
@ -3,7 +3,8 @@
|
||||
"UpdateStageName":"Server Download",
|
||||
"UpdateSourcePlatform":"All",
|
||||
"UpdateSource":"FetchURL",
|
||||
"UpdateSourceData":"https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar",
|
||||
"UpdateSourceData":"https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/lastStableBuild/artifact/bootstrap/standalone/build/libs/Geyser-Standalone.jar",
|
||||
"UpdateSourceArgs":"Geyser.jar",
|
||||
"UpdateSourceTarget":"{{$FullRootDir}}",
|
||||
"OverwriteExistingFiles":true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user