Skip to content

Commit

Permalink
feat: GUYS WHERE PRE DEV OPTION PLEASE HELP
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 6, 2024
1 parent df42b8e commit c3917db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit c3917db

Please sign in to comment.