update to T2CodeLib 12.0

This commit is contained in:
JaTiTV 2022-06-07 06:28:47 +02:00
parent b4d1fcf457
commit d527152ebc
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>11.1</version>
<version>12.0</version>
</dependency>
<dependency>
<groupId>net.t2code</groupId>

View File

@ -1,7 +1,7 @@
package net.t2code.autoresponse;
public class Util {
private static double requiredT2CodeLibVersion = 11.0;
private static double requiredT2CodeLibVersion = 12.0;
private static String Prefix = "§8[§4T2Code§7-§bAutoResponse§8]";
private static Integer SpigotID = 100603;
private static Integer BstatsID = 14091;