diff options
author | ingle <inglettronald@gmail.com> | 2022-10-08 22:04:54 -0500 |
---|---|---|
committer | ingle <inglettronald@gmail.com> | 2022-10-08 22:04:54 -0500 |
commit | ed02e690db5f701b3e4d100530f1335961562394 (patch) | |
tree | d605d680051f93ac273e3c8395767afbed94d894 /src/main/kotlin/dulkirmod/config | |
parent | cecfa8fd5773eee9e5e732ab816b69b77162387d (diff) | |
download | DulkirMod-ed02e690db5f701b3e4d100530f1335961562394.tar.gz DulkirMod-ed02e690db5f701b3e4d100530f1335961562394.tar.bz2 DulkirMod-ed02e690db5f701b3e4d100530f1335961562394.zip |
+ Broken hype notification
Diffstat (limited to 'src/main/kotlin/dulkirmod/config')
-rw-r--r-- | src/main/kotlin/dulkirmod/config/Config.kt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/kotlin/dulkirmod/config/Config.kt b/src/main/kotlin/dulkirmod/config/Config.kt index 2bb1de7..b554bbb 100644 --- a/src/main/kotlin/dulkirmod/config/Config.kt +++ b/src/main/kotlin/dulkirmod/config/Config.kt @@ -300,6 +300,14 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so var notifyZombieVillager = false @Property( + type = PropertyType.SWITCH, + name = "Broken Hype Notification", + description = "Tells you if you are no longer getting bestiary! Requires champion and book of stats on your item. LEAVE OFF IF FISHING.", + category = "Bestiary" + ) + var notifyHype = false + + @Property( type = PropertyType.SELECTOR, name = "Bestiary Notification Color", description = "Changes color of title notification", |