Make dev velocity easier to debug and fix version issue

This commit is contained in:
D4rkr34lm
2026-06-02 20:18:13 +02:00
parent a9fb982143
commit f3ce124a23
3 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -42,11 +42,12 @@ dependencies {
implementation(project(":CommandFramework"))
}
tasks.register<DevServer>("DevVelocity") {
tasks.register<VelocityServer>("DevVelocity") {
group = "run"
description = "Run a Dev Velocity"
dependsOn(":VelocityCore:shadowJar")
dependsOn(":VelocityCore:Persistent:jar")
dependsOn(":VelocityCore:Dependencies:shadowJar")
template = "DevVelocity"
packetDecodeLogging=true
}