Add support for latest Velocity 3.0.x
This commit is contained in:
parent
2a13f66500
commit
1ea8e24a1e
6 changed files with 71 additions and 53 deletions
|
|
@ -23,10 +23,10 @@ dependencies {
|
|||
implementation("net.kyori:adventure-text-minimessage:${VersionConstants.adventureMinimessageVersion}") {
|
||||
exclude("net.kyori", "adventure-api")
|
||||
}
|
||||
compileOnly("com.velocitypowered:velocity-api:3.0.0")
|
||||
compileOnly("com.velocitypowered:velocity-api:3.1.0-SNAPSHOT")
|
||||
compileOnly("com.velocitypowered:velocity-brigadier:1.0.0-SNAPSHOT")
|
||||
compileOnly("com.electronwill.night-config:toml:3.6.3")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.0.0")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.1.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue