summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorKaeso <24925519+ptlthg@users.noreply.github.com>2023-08-27 16:32:00 -0400
committerGitHub <noreply@github.com>2023-08-27 22:32:00 +0200
commit80a6728abdd34d80495bfd18f0250bbf59865a25 (patch)
tree97b7829d4b0bdde2b60e106aecbf36060e2796cd /src/main/java/at/hannibal2/skyhanni/config/features
parent61db65f366935ba67cdd22ca0ea6a8afc1d9e261 (diff)
downloadskyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.tar.gz
skyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.tar.bz2
skyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.zip
Merge pull request #335
* Sync Jacob Contests
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
index b3a5abd27..1d30c2998 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
@@ -938,6 +938,18 @@ public class GardenConfig {
public boolean nextJacobContestOtherGuis = false;
@Expose
+ @ConfigOption(name = "Fetch Contests", desc = "Automatically fetch contests from elitebot.dev for the current year if they're uploaded already.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 14)
+ public boolean nextJacobContestsFetchAutomatically = true;
+
+ @Expose
+ @ConfigOption(name = "Share Contests", desc = "Share the list of upcoming contests to elitebot.dev for everyone else to then fetch automatically.")
+ @ConfigEditorDropdown(values = { "Ask When Needed", "Share Automatically", "Disabled" })
+ @ConfigAccordionId(id = 14)
+ public int nextJacobContestsShareAutomatically = 0;
+
+ @Expose
@ConfigOption(name = "Warning", desc = "Show a warning shortly before a new Jacob's contest starts.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 14)