aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/config
diff options
context:
space:
mode:
authoringle <inglettronald@gmail.com>2022-10-08 22:04:54 -0500
committeringle <inglettronald@gmail.com>2022-10-08 22:04:54 -0500
commited02e690db5f701b3e4d100530f1335961562394 (patch)
treed605d680051f93ac273e3c8395767afbed94d894 /src/main/kotlin/dulkirmod/config
parentcecfa8fd5773eee9e5e732ab816b69b77162387d (diff)
downloadDulkirMod-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.kt8
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",