forked from SteamWar/SteamWar
Fix RPlayer not showing when same player is present
Add DevLobby20 to LobbySystem build.gradle.kts
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user