diff options
author | appable <enzospiacitelli@gmail.com> | 2024-05-29 00:42:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 09:42:08 +0200 |
commit | f8d12759270b23339c276f28863254bb84156686 (patch) | |
tree | bd090d9d3944fd6f3498700acc27b088ebbea184 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 5c991d02019249a42d8221fe7605f87e46164bb0 (diff) | |
download | skyhanni-f8d12759270b23339c276f28863254bb84156686.tar.gz skyhanni-f8d12759270b23339c276f28863254bb84156686.tar.bz2 skyhanni-f8d12759270b23339c276f28863254bb84156686.zip |
Feature: reminder to open hoppity shop each year (#1843)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java index 2bfe65a49..345b3fb83 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java @@ -88,6 +88,12 @@ public class HoppityEggsConfig { public boolean highlightHoppityShop = true; @Expose + @ConfigOption(name = "Hoppity Shop Reminder", desc = "Reminds you to open the Hoppity Shop each year.") + @ConfigEditorBoolean + @FeatureToggle + public boolean hoppityShopReminder = true; + + @Expose @ConfigOption(name = "Time in Chat", desc = "When the Egglocator can't find an egg, show the time until the next Hoppity event or egg spawn.") @ConfigEditorBoolean @FeatureToggle |