feat(spawn): configure per-world spawn areas
Release / release (push) Failing after 12s
CI / build (push) Successful in 2m13s

This commit is contained in:
dmg
2026-08-08 13:18:39 -04:00
parent e646d12863
commit 18dfa058e5
11 changed files with 349 additions and 13 deletions
+1
View File
@@ -28,6 +28,7 @@ dependencies {
testImplementation("org.spigotmc:spigot-api:26.2-R0.1-SNAPSHOT")
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core:5.18.0")
testImplementation("org.yaml:snakeyaml:2.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}