From c3917db4df6e539458323fecc47de16e67c66253 Mon Sep 17 00:00:00 2001 From: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:46:05 -0500 Subject: [PATCH] feat: GUYS WHERE PRE DEV OPTION PLEASE HELP --- .../kotlin/gg/skytils/skytilsmod/core/Config.kt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt b/src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt index 3e1207aa7..cffe2761e 100644 --- a/src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt +++ b/src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt @@ -231,6 +231,20 @@ object Config : Vigilant( ) var noChildLeftBehind = false + @Property( + type = PropertyType.BUTTON, name = "Dungeon Sweat", + description = "Click if dungeon sweat???", + category = "Dungeons", subcategory = "Miscellaneous", + searchTags = ["predev", "pre-dev", "arrow", "tic tac toe", "solver"] + ) + fun openDungeonSweat() { + EssentialAPI.getNotifications().push("azoopuzzoo", "hmmmmm... nice pb + ratio + sub 3 + FAST S+ + no bers + no healer + no tank + 4m 1a + no hype = kick", 3f) { + onClose = { + UDesktop.browse(URI.create("https://l.skytils.gg/dungeonsweatsonly")) + } + } + } + @Property( type = PropertyType.SWITCH, name = "Dungeon Timer", description = "Shows the time taken for certain actions in dungeons.",