Enable Velocity, prio Setup needed for that

This commit is contained in:
2025-04-17 10:40:50 +02:00
parent e393aad25f
commit 32703c6659
2 changed files with 29 additions and 15 deletions
+9 -1
View File
@@ -66,4 +66,12 @@ dependencies {
implementation(libs.apolloprotos)
implementation(libs.nbt)
}
}
tasks.register<DevServer>("DevVelocity") {
group = "run"
description = "Run a Dev Velocity"
dependsOn(":VelocityCore:shadowJar")
dependsOn(":VelocityCore:Persistent:jar")
template = "Velocity"
}