- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
This commit is contained in:
JaTiTV 2023-06-08 06:58:21 +02:00
parent e0f9eb6f58
commit b84d0dc02b
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>AutoResponse</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>
<name>T2C-AutoResponse</name>
@ -76,7 +76,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>14.4</version>
<version>15.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -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() {