Updated Velocity dependency and added api-version to avoid warning messages in 1.13+ version

This commit is contained in:
Adrianed04 2021-05-11 10:05:56 -05:00
parent 57225167cc
commit 27fe387a6c
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<dependency> <dependency>
<groupId>com.velocitypowered</groupId> <groupId>com.velocitypowered</groupId>
<artifactId>velocity-api</artifactId> <artifactId>velocity-api</artifactId>
<version>1.1.4</version> <version>1.1.5</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@ -3,3 +3,4 @@ author: xQuickGlare
version: ${project.version} version: ${project.version}
main: com.glyart.authmevelocity.spigot.AuthMeVelocityPlugin main: com.glyart.authmevelocity.spigot.AuthMeVelocityPlugin
depend: [AuthMe] depend: [AuthMe]
api-version: 1.13