@@ -385,19 +385,19 @@ object SkytilsCommand {
385385 return Skytils .guiManager.searchElements(input).map { it.name }
386386 }
387387
388- @Command(" skytils|st dungeonmap| catlas" )
388+ @Command(" skytils|st catlas|dungeonmap " )
389389 fun dungeonMapCommand () {
390390 Skytils .displayScreen = CatlasConfig .gui()
391391 }
392392
393- @Command(" skytils|st dungeonmap| catlas scan" )
393+ @Command(" skytils|st catlas|dungeonmap scan" )
394394 fun dungeonMapScanCommand () {
395395 // Scans the dungeon
396396 Catlas .reset()
397397 DungeonScanner .scan()
398398 }
399399
400- @Command(" skytils|st dungeonmap| catlas roomdata" )
400+ @Command(" skytils|st catlas|dungeonmap roomdata" )
401401 fun dungeonMapRoomDataCommand () {
402402 // Copies room data or room core to clipboard
403403 val pos = ScanUtils .getRoomCenter(mc.player!! .x.toInt(), mc.player!! .z.toInt())
@@ -411,7 +411,7 @@ object SkytilsCommand {
411411 }
412412 }
413413
414- @Command(" skytils|st dungeonmap| catlas mapdata" )
414+ @Command(" skytils|st catlas|dungeonmap mapdata" )
415415 fun dungeonMapMapDataCommand () {
416416 // Copies map data to clipboard
417417 val data = MapUtils .getMapData()
@@ -423,14 +423,14 @@ object SkytilsCommand {
423423 }
424424 }
425425
426- @Command(" skytils|st dungeonmap| catlas cheater" )
426+ @Command(" skytils|st catlas|dungeonmap cheater" )
427427 fun dungeonMapCheaterCommand () {
428428 if (Skytils .deobfEnvironment) {
429429 UChat .chat(DungeonInfo .uniqueRooms.entries.sortedByDescending { it.value.mainRoom.data.type }.map { it.key })
430430 }
431431 }
432432
433- @Command(" skytils|st dungeonmap| catlas cheaterpre" )
433+ @Command(" skytils|st catlas|dungeonmap cheaterpre" )
434434 fun dungeonMapCheaterPreCommand () {
435435 if (Skytils .deobfEnvironment) {
436436 DungeonInfo .dungeonList.forEach {
0 commit comments