update to T2CodeLib 12.0
This commit is contained in:
parent
4dda4df0ab
commit
a40edcd290
2
pom.xml
2
pom.xml
@ -79,7 +79,7 @@
|
||||
<dependency>
|
||||
<groupId>net.t2code</groupId>
|
||||
<artifactId>T2CodeLib</artifactId>
|
||||
<version>10.6</version>
|
||||
<version>12.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
@ -4,7 +4,7 @@ import lombok.Getter;
|
||||
|
||||
public class Util {
|
||||
@Getter
|
||||
public static double requiredT2CodeLibVersion = 10.6;
|
||||
public static double requiredT2CodeLibVersion = 12.0;
|
||||
@Getter
|
||||
public static String Prefix = "§8[§4T2Code§7-§aAlias§5Bungee§8]";
|
||||
@Getter
|
||||
|
Loading…
Reference in New Issue
Block a user