diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-22 22:50:49 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-22 22:51:01 +0200 |
commit | 2b5755dc1e3a1d9a93005e28421feb457415c0bb (patch) | |
tree | 0f1af62cbe18f0f3b9023e166adb82dd087e35e1 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 4dec8bdc1c8131c93e80f078d244790621b76f14 (diff) | |
download | skyhanni-2b5755dc1e3a1d9a93005e28421feb457415c0bb.tar.gz skyhanni-2b5755dc1e3a1d9a93005e28421feb457415c0bb.tar.bz2 skyhanni-2b5755dc1e3a1d9a93005e28421feb457415c0bb.zip |
Pupup Warning for Next Jacob's Contest - Opens a popup when the warning time is reached and minecraft is not in focus (default disabled)
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 d7bae165f..e764e4adf 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -717,6 +717,12 @@ public class Garden { public int nextJacobContestWarnTime = 60 * 2; @Expose + @ConfigOption(name = "Pupup Warning", desc = "Opens a popup when the warning time is reached and minecraft is not in focus.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 14) + public boolean nextJacobContestWarnPopup = false; + + @Expose public Position nextJacobContestPos = new Position(-278, 11, false, true); @Expose |