Updated Velocity dependency and added api-version to avoid warning messages in 1.13+ version
This commit is contained in:
parent
57225167cc
commit
27fe387a6c
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user