diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-21 13:58:20 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-21 13:58:20 +0100 |
commit | e76fc4f40e5edf01527472f6cecdd59fd008c647 (patch) | |
tree | c9d0cab481c0705215479c0abda041a3eb3108fe /src/main/java/at/hannibal2/skyhanni/config | |
parent | 51f4ed20276b2ab75d5766dd4556c76f9e5eb415 (diff) | |
download | skyhanni-e76fc4f40e5edf01527472f6cecdd59fd008c647.tar.gz skyhanni-e76fc4f40e5edf01527472f6cecdd59fd008c647.tar.bz2 skyhanni-e76fc4f40e5edf01527472f6cecdd59fd008c647.zip |
Show new visitors and fixed bugs.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 967c2487b..78ddb5e37 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -72,6 +72,12 @@ public class Garden { public boolean visitorNeedsOnlyWhenClose = false; @Expose + @ConfigOption(name = "Notification", desc = "Show as title and in chat when a new visitor is visiting your island.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 1) + public boolean visitorNotification = true; + + @Expose @ConfigOption(name = "Highlight Ready", desc = "Highlight the visitor when the required items are in the inventory.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) |