aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-04-29 22:46:47 +1000
committerGitHub <noreply@github.com>2024-04-29 14:46:47 +0200
commit8fe947281df3eafd1a888bb52bf2a8da1f0a9baf (patch)
tree11bd062ebbd3b4c6923e635a49bc791b6b9b60f0 /src/main/java/at/hannibal2/skyhanni/config/features
parentbdef8e3d684921684afe950f71927a1dcb882d3a (diff)
downloadskyhanni-8fe947281df3eafd1a888bb52bf2a8da1f0a9baf.tar.gz
skyhanni-8fe947281df3eafd1a888bb52bf2a8da1f0a9baf.tar.bz2
skyhanni-8fe947281df3eafd1a888bb52bf2a8da1f0a9baf.zip
Feature: Show time tower usages and warn when none left (#1506)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java8
1 files changed, 8 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 a15f399a5..f2ca55a55 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
@@ -53,6 +53,7 @@ public class ChocolateFactoryConfig {
ChocolateFactoryStat.EMPTY_2,
ChocolateFactoryStat.MULTIPLIER,
ChocolateFactoryStat.BARN,
+ ChocolateFactoryStat.TIME_TOWER,
ChocolateFactoryStat.LEADERBOARD_POS
));
@@ -91,6 +92,13 @@ public class ChocolateFactoryConfig {
public boolean hoppityCollectionStats = true;
@Expose
+ @ConfigOption(name = "Time Tower Warning", desc = "Notification when you have a new time tower usage available and " +
+ "continuously warn when your time tower is full.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean timeTowerWarning = false;
+
+ @Expose
@ConfigOption(name = "Hoppity Menu Shortcut", desc = "Add a Chocolate Factory button in the SkyBlock Menu that runs /chocolatefactory on click.")
@ConfigEditorBoolean
@FeatureToggle