1 Commits
1.2 ... 1.3

Author SHA1 Message Date
b84d0dc02b 1.3
- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
2023-06-08 06:58:21 +02:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -5,7 +5,7 @@ public class Util {
public static String getInfoText() { public static String getInfoText() {
return ""; return "";
} }
private static String requiredT2CodeLibVersion = "14.4"; private static String requiredT2CodeLibVersion = "15.0";
private static String Prefix = "§8[§4T2Code§7-§bAutoResponse§8]"; private static String Prefix = "§8[§4T2Code§7-§bAutoResponse§8]";
private static Integer SpigotID = 100603; private static Integer SpigotID = 100603;
public static String getGit() { public static String getGit() {