From 6c8c2be6cf8fd58badd1307fdc4448d0add249dc Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 10 Nov 2022 06:26:04 +1100 Subject: [PATCH] Geyser: jar download and java version updates (#227) --- geyserconfig.json | 4 ++-- geyserupdates.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/geyserconfig.json b/geyserconfig.json index c18a390..2fa5f16 100644 --- a/geyserconfig.json +++ b/geyserconfig.json @@ -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":{} }, { diff --git a/geyserupdates.json b/geyserupdates.json index 22e4042..20cd936 100644 --- a/geyserupdates.json +++ b/geyserupdates.json @@ -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 },