From b84d0dc02baddcd665a9737529505e615735bb93 Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Thu, 8 Jun 2023 06:58:21 +0200 Subject: [PATCH] 1.3 - API update to Minecraft version 1.20 - T2CodeLib API update to 15.0 (this version is required from now on) --- pom.xml | 4 ++-- src/main/java/net/t2code/autoresponse/Util.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1191f07..0be22fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.t2code AutoResponse - 1.2 + 1.3 jar T2C-AutoResponse @@ -76,7 +76,7 @@ net.t2code T2CodeLib - 14.4 + 15.0 provided diff --git a/src/main/java/net/t2code/autoresponse/Util.java b/src/main/java/net/t2code/autoresponse/Util.java index b0f345f..88c4d06 100644 --- a/src/main/java/net/t2code/autoresponse/Util.java +++ b/src/main/java/net/t2code/autoresponse/Util.java @@ -5,7 +5,7 @@ public class Util { public static String getInfoText() { return ""; } - private static String requiredT2CodeLibVersion = "14.4"; + private static String requiredT2CodeLibVersion = "15.0"; private static String Prefix = "§8[§4T2Code§7-§bAutoResponse§8]"; private static Integer SpigotID = 100603; public static String getGit() {