aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/config/Config.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/dulkirmod/config/Config.kt')
-rw-r--r--src/main/kotlin/dulkirmod/config/Config.kt11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/config/Config.kt b/src/main/kotlin/dulkirmod/config/Config.kt
index df69eca..d300b85 100644
--- a/src/main/kotlin/dulkirmod/config/Config.kt
+++ b/src/main/kotlin/dulkirmod/config/Config.kt
@@ -250,9 +250,17 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so
var hideOpenedChests = false
@Property(
+ type = PropertyType.SWITCH,
+ name = "Highlight custom player for leap in menu",
+ description = "changes texture to green wool!",
+ category = "Dungeons"
+ )
+ var highlightLeap = false
+
+ @Property(
type = PropertyType.TEXT,
name = "Highlighted player name",
- description = "Not case-sensitive",
+ description = "case-sensitive",
category = "Dungeons",
placeholder = "Dilkur",
protectedText = false
@@ -460,6 +468,7 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so
addDependency("throttleNotifierSpam", "throttleNotifier")
addDependency("bestiaryNotifVol", "bestiaryAlertSounds")
addDependency("demoVolume", "bestiaryAlertSounds")
+ addDependency("highlightLeapName", "highlightLeap")
setCategoryDescription(
"Custom Animations",