From d3fbb8fe06445df5a4e64f17932180fada622b22 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Wed, 25 Feb 2026 16:55:12 +0100 Subject: [PATCH] use currently imported server version as the one declared in manifest --- pom.xml | 6 ++++-- src/main/resources/manifest.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2ebef19..ff39396 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,13 @@ me.youhavetrouble.quickerstacker QuickerStacker - 1.3.0 + 1.2.1 25 25 UTF-8 + 2026.02.19-1a311a592 @@ -41,7 +42,8 @@ com.hypixel.hytale Server - 2026.02.19-1a311a592 + ${hytale.version} + provided diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json index a5b96aa..878eef5 100644 --- a/src/main/resources/manifest.json +++ b/src/main/resources/manifest.json @@ -10,7 +10,7 @@ "Url": "https://yht.one" } ], - "ServerVersion": "*", + "ServerVersion": "${hytale.version}", "Dependencies": {}, "OptionalDependencies": {}, "DisabledByDefault": false,