feat: code

This commit is contained in:
2025-12-09 15:56:44 -08:00
parent bcd611a03e
commit 3153b8d5e7
13 changed files with 246 additions and 15 deletions

View File

@@ -27,6 +27,8 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation(libs.guava)
implementation(project(":common"))
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
}