From 27fe387a6c07b27fc9920ae22552e0f5bb58d908 Mon Sep 17 00:00:00 2001 From: Adrianed04 Date: Tue, 11 May 2021 10:05:56 -0500 Subject: [PATCH] Updated Velocity dependency and added api-version to avoid warning messages in 1.13+ version --- proxy/pom.xml | 2 +- spigot/src/main/resources/plugin.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/proxy/pom.xml b/proxy/pom.xml index 4ee49fe..180a369 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -27,7 +27,7 @@ com.velocitypowered velocity-api - 1.1.4 + 1.1.5 provided diff --git a/spigot/src/main/resources/plugin.yml b/spigot/src/main/resources/plugin.yml index 23e5cf2..a6a828f 100644 --- a/spigot/src/main/resources/plugin.yml +++ b/spigot/src/main/resources/plugin.yml @@ -2,4 +2,5 @@ name: AuthMeVelocity author: xQuickGlare version: ${project.version} main: com.glyart.authmevelocity.spigot.AuthMeVelocityPlugin -depend: [AuthMe] \ No newline at end of file +depend: [AuthMe] +api-version: 1.13 \ No newline at end of file