diff options
Diffstat (limited to 'src/main/kotlin/com/ambientaddons/config/Config.kt')
-rw-r--r-- | src/main/kotlin/com/ambientaddons/config/Config.kt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/com/ambientaddons/config/Config.kt b/src/main/kotlin/com/ambientaddons/config/Config.kt index 753d401..8c20b46 100644 --- a/src/main/kotlin/com/ambientaddons/config/Config.kt +++ b/src/main/kotlin/com/ambientaddons/config/Config.kt @@ -13,6 +13,7 @@ object Config : Vigilant( var kuudraReady = false + var kuudraHp = false var autoTrapper = false var trapperEsp = false @@ -58,6 +59,11 @@ object Config : Vigilant( name = "Automatically ready in Kuudra", description = "Automatically clicks the ready pane when the ready GUI is opened." ) + switch( + ::kuudraHp, + name = "Show Kuudra health", + description = "Shows Kuudra health percentage in boss bar.", + ) } subcategory("Trevor the Trapper") { switch( |