aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-22 22:50:49 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-22 22:51:01 +0200
commit2b5755dc1e3a1d9a93005e28421feb457415c0bb (patch)
tree0f1af62cbe18f0f3b9023e166adb82dd087e35e1 /src/main/java/at/hannibal2/skyhanni/config
parent4dec8bdc1c8131c93e80f078d244790621b76f14 (diff)
downloadskyhanni-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.java6
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