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>
|
||||
<groupId>com.velocitypowered</groupId>
|
||||
<artifactId>velocity-api</artifactId>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.5</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -2,4 +2,5 @@ name: AuthMeVelocity
|
||||
author: xQuickGlare
|
||||
version: ${project.version}
|
||||
main: com.glyart.authmevelocity.spigot.AuthMeVelocityPlugin
|
||||
depend: [AuthMe]
|
||||
depend: [AuthMe]
|
||||
api-version: 1.13
|
Loading…
x
Reference in New Issue
Block a user