From cba3c2f2d90af1b48efff882bbb0b61cf3c56e4e Mon Sep 17 00:00:00 2001 From: Dawson Hessler Date: Sun, 19 Dec 2021 13:45:53 -0500 Subject: [PATCH] Fixing KauriVPN on Velocity 1.5.2.1 --- Assembly/dependency-reduced-pom.xml | 4 ++-- Assembly/pom.xml | 6 +++--- Bukkit/dependency-reduced-pom.xml | 10 +++++++--- Bukkit/pom.xml | 4 ++-- Bungee/dependency-reduced-pom.xml | 10 +++++++--- Bungee/pom.xml | 4 ++-- Common/pom.xml | 9 ++++++++- Velocity/pom.xml | 4 ++-- Velocity/src/main/resources/velocity-plugin.json | 1 + pom.xml | 2 +- 10 files changed, 35 insertions(+), 19 deletions(-) create mode 100644 Velocity/src/main/resources/velocity-plugin.json diff --git a/Assembly/dependency-reduced-pom.xml b/Assembly/dependency-reduced-pom.xml index 6dea4ed..ee2850c 100644 --- a/Assembly/dependency-reduced-pom.xml +++ b/Assembly/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 Assembly @@ -35,8 +35,8 @@ - 8 8 + 8 diff --git a/Assembly/pom.xml b/Assembly/pom.xml index 3f8fab0..d9da090 100644 --- a/Assembly/pom.xml +++ b/Assembly/pom.xml @@ -5,7 +5,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 @@ -46,13 +46,13 @@ dev.brighten.antivpn - Common + Velocity ${version} compile dev.brighten.antivpn - Velocity + Common ${version} compile diff --git a/Bukkit/dependency-reduced-pom.xml b/Bukkit/dependency-reduced-pom.xml index 511d748..69a2d6f 100644 --- a/Bukkit/dependency-reduced-pom.xml +++ b/Bukkit/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 Bukkit @@ -56,13 +56,17 @@ dev.brighten.antivpn Common - 1.5.2 + 1.5.2.1 provided toml4j com.moandjiezana.toml + + mysql-connector-java + mysql + @@ -73,8 +77,8 @@ - 8 8 + 8 diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index b5f7d8e..74fc477 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -5,7 +5,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 @@ -69,7 +69,7 @@ dev.brighten.antivpn Common - 1.5.2 + 1.5.2.1 provided diff --git a/Bungee/dependency-reduced-pom.xml b/Bungee/dependency-reduced-pom.xml index 1366d39..0b08a46 100644 --- a/Bungee/dependency-reduced-pom.xml +++ b/Bungee/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 Bungee @@ -50,13 +50,17 @@ dev.brighten.antivpn Common - 1.5.2 + 1.5.2.1 provided toml4j com.moandjiezana.toml + + mysql-connector-java + mysql + @@ -73,8 +77,8 @@ - 8 8 + 8 diff --git a/Bungee/pom.xml b/Bungee/pom.xml index 5cd93b4..fb558f2 100644 --- a/Bungee/pom.xml +++ b/Bungee/pom.xml @@ -5,7 +5,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 @@ -63,7 +63,7 @@ dev.brighten.antivpn Common - 1.5.2 + 1.5.2.1 provided diff --git a/Common/pom.xml b/Common/pom.xml index d890a48..c46a7cb 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -5,7 +5,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 @@ -51,6 +51,13 @@ 0.7.2 compile + + mysql + mysql-connector-java + 8.0.27 + jar + compile + \ No newline at end of file diff --git a/Velocity/pom.xml b/Velocity/pom.xml index 9bba078..47e0f6d 100644 --- a/Velocity/pom.xml +++ b/Velocity/pom.xml @@ -5,7 +5,7 @@ AntiVPN dev.brighten.antivpn - 1.5.2 + 1.5.2.1 4.0.0 @@ -33,7 +33,7 @@ dev.brighten.antivpn Common - 1.5.2 + 1.5.2.1 provided diff --git a/Velocity/src/main/resources/velocity-plugin.json b/Velocity/src/main/resources/velocity-plugin.json new file mode 100644 index 0000000..68f362d --- /dev/null +++ b/Velocity/src/main/resources/velocity-plugin.json @@ -0,0 +1 @@ +{"id":"kaurivpn","name":"KauriVPN","version":"1.5.0","authors":["funkemunky"],"dependencies":[],"main":"dev.brighten.antivpn.velocity.VelocityPlugin"} diff --git a/pom.xml b/pom.xml index 4771876..494b91e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ dev.brighten.antivpn AntiVPN pom - 1.5.2 + 1.5.2.1 Common