Fix RPlayer not showing when same player is present

Add DevLobby20 to LobbySystem build.gradle.kts
This commit is contained in:
2025-06-11 15:35:27 +02:00
parent 0ea92be2e1
commit 24f4ab7f37
2 changed files with 88 additions and 4 deletions
+9
View File
@@ -34,3 +34,12 @@ dependencies {
compileOnly(libs.nms20)
compileOnly(libs.worldedit15)
}
tasks.register<DevServer>("DevLobby20") {
group = "run"
description = "Run a 1.20 Dev Lobby"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":LobbySystem:jar")
template = "Lobby20"
worldName = "Lobby"
}