9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-27 10:49:18 +00:00
Files
Custom-Nameplates/velocity/build.gradle.kts
2024-01-21 18:03:00 +08:00

10 lines
408 B
Plaintext

dependencies {
implementation(project(":common"))
compileOnly("io.netty:netty-codec-http:4.1.105.Final")
// velocity
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-proxy:3.3.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
// velocitab
compileOnly("net.william278:velocitab:1.6.1")
}