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