This commit is contained in:
kento2 2026-07-07 21:38:52 +02:00
parent 7e5bd1bb6d
commit 5073d933d2
24 changed files with 168 additions and 111 deletions

View file

@ -12,7 +12,9 @@ dependencies {
api(project(":core-lib"))
api(libs.velocity.api)
api(libs.scrow.commandapi.velocity)
api(libs.scrow.commandapi.velocity) {
isChanging = true
}
}
publishing {