Add quick /join command for catacombs and kuudra

This commit is contained in:
nea
2023-09-27 01:07:17 +02:00
parent eaf91279b8
commit 6754ab61dc
7 changed files with 180 additions and 18 deletions

View File

@@ -30,6 +30,7 @@ object SBData {
var locraw: Locraw? = null
val skyblockLocation: String? get() = locraw?.skyblockLocation
val hasValidLocraw get() = locraw?.server !in listOf("limbo", null)
val isOnSkyblock get() = locraw?.gametype == "SKYBLOCK"
fun init() {
OutgoingPacketEvent.subscribe { event ->