update to T2CodeLib 12.0
This commit is contained in:
parent
b4d1fcf457
commit
d527152ebc
2
pom.xml
2
pom.xml
@ -82,7 +82,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.t2code</groupId>
|
<groupId>net.t2code</groupId>
|
||||||
<artifactId>T2CodeLib</artifactId>
|
<artifactId>T2CodeLib</artifactId>
|
||||||
<version>11.1</version>
|
<version>12.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.t2code</groupId>
|
<groupId>net.t2code</groupId>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package net.t2code.autoresponse;
|
package net.t2code.autoresponse;
|
||||||
|
|
||||||
public class Util {
|
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 String Prefix = "§8[§4T2Code§7-§bAutoResponse§8]";
|
||||||
private static Integer SpigotID = 100603;
|
private static Integer SpigotID = 100603;
|
||||||
private static Integer BstatsID = 14091;
|
private static Integer BstatsID = 14091;
|
||||||
|
Loading…
Reference in New Issue
Block a user