summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorraaaaaven <168305416+raaaaaven@users.noreply.github.com>2024-04-28 19:29:58 +0100
committerGitHub <noreply@github.com>2024-04-28 20:29:58 +0200
commit496cfdd7637cd1392fddd5ed49e750f4c7cd7afb (patch)
treed51138d9881e6341ed67b890ba1a7f02b52a2eab /src/main/java/at/hannibal2/skyhanni/config/features
parente9f9e7c8b8d5fe3c0a8560a493fdd52f54088a28 (diff)
downloadskyhanni-496cfdd7637cd1392fddd5ed49e750f4c7cd7afb.tar.gz
skyhanni-496cfdd7637cd1392fddd5ed49e750f4c7cd7afb.tar.bz2
skyhanni-496cfdd7637cd1392fddd5ed49e750f4c7cd7afb.zip
Feature: Chocolate factory shortcut (#1583)
Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com> Co-authored-by: raven <raveeeennnn@hotmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
index 2a0d47892..a15f399a5 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
@@ -91,6 +91,12 @@ public class ChocolateFactoryConfig {
public boolean hoppityCollectionStats = true;
@Expose
+ @ConfigOption(name = "Hoppity Menu Shortcut", desc = "Add a Chocolate Factory button in the SkyBlock Menu that runs /chocolatefactory on click.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean hoppityMenuShortcut = true;
+
+ @Expose
@ConfigLink(owner = ChocolateFactoryConfig.class, field = "statsDisplay")
public Position position = new Position(183, 160, false, true);