diff --git a/CommandGUI V2/pom.xml b/CommandGUI V2/pom.xml index d935042..5d4d5dd 100644 --- a/CommandGUI V2/pom.xml +++ b/CommandGUI V2/pom.xml @@ -6,7 +6,7 @@ net.t2code CommandGUI_V2 - 2.8.15 + 2.8.16_dev jar CommandGUI @@ -17,6 +17,7 @@ + ${project.name}_${project.version} org.apache.maven.plugins @@ -75,37 +76,44 @@ net.t2code T2CodeLib - 15.0 + 15.9 + provided net.t2code LuckyBox-API 4.2.2 + provided net.t2code bungee 1615 + provided net.t2code.minecraft.1_16.r2 spigot 1.16r2 + provided net.t2code.minecraft.1_10.r1 spigot 1.10r1 + provided net.t2code.minecraft.1_8.r1 spigot 1.8r1 + provided net.t2code PlugmanGUI 3.0 + provided @@ -120,16 +128,19 @@ com.zaxxer HikariCP 4.0.3 + compile org.slf4j slf4j-jdk14 1.7.10 + compile org.slf4j slf4j-api 1.7.22 + compile diff --git a/CommandGUI V2/src/main/java/net/t2code/commandguiv2/Util.java b/CommandGUI V2/src/main/java/net/t2code/commandguiv2/Util.java index 91ead06..7d02c2e 100644 --- a/CommandGUI V2/src/main/java/net/t2code/commandguiv2/Util.java +++ b/CommandGUI V2/src/main/java/net/t2code/commandguiv2/Util.java @@ -7,7 +7,7 @@ public class Util { } public static String getRequiredT2CodeLibVersion() { - return "15.0"; + return "15.9"; } public static String getPrefix() {