aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-19 15:22:56 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-19 15:22:56 +0100
commit1aa908bfe97a057b3fba26e3052ef96cc451253c (patch)
treeebc4b6878ec2388316fd0e3db09e593521847ce1 /src/main/java/at/hannibal2/skyhanni/config/features
parentc5affe08dafdd45c38ae4b8dcdc1087a624e1b38 (diff)
downloadskyhanni-1aa908bfe97a057b3fba26e3052ef96cc451253c.tar.gz
skyhanni-1aa908bfe97a057b3fba26e3052ef96cc451253c.tar.bz2
skyhanni-1aa908bfe97a057b3fba26e3052ef96cc451253c.zip
Added support to always show jacob farming contest
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java10
1 files changed, 8 insertions, 2 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 34c24dbb2..acc7a7dcc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -406,13 +406,19 @@ public class Garden {
public boolean nextJacobContest = false;
@Expose
- @ConfigOption(name = "Rng Drop Counter", desc = "Count RNG drops for Melon Dicer and Pumpkin Dicer.")
+ @ConfigOption(name = "Show Jacob Contest", desc = "Show the current or next jacob farming contest time and crops.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 12)
public boolean nextJacobContestDisplay = true;
@Expose
- @ConfigOption(name = "Dicer Counter Position", desc = "")
+ @ConfigOption(name = "Show everywhere", desc = "Show the timer not only in garden but everywhere in skyblock.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 12)
+ public boolean nextJacobContestEverywhere = false;
+
+ @Expose
+ @ConfigOption(name = "Jacob Contest Position", desc = "")
@ConfigEditorButton(runnableId = "nextJacobContest", buttonText = "Edit")
@ConfigAccordionId(id = 12)
public Position nextJacobContestPos = new Position(16, -232, false, true);