aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2024-08-26 12:27:24 +0100
committerGitHub <noreply@github.com>2024-08-26 13:27:24 +0200
commite7a4ba8bee43ccdcaee5192f4d2a0034db9f488f (patch)
tree9fe12f35911a46f4d794d2c46e93eeedee5c851e /src/main/java/at/hannibal2/skyhanni/config/features
parent0de989153f2d1ae39506a6f24394118d8045ae11 (diff)
downloadskyhanni-e7a4ba8bee43ccdcaee5192f4d2a0034db9f488f.tar.gz
skyhanni-e7a4ba8bee43ccdcaee5192f4d2a0034db9f488f.tar.bz2
skyhanni-e7a4ba8bee43ccdcaee5192f4d2a0034db9f488f.zip
Feature: Experimentation Table Guardian warning (#2127)
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/inventory/helper/HelperConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/helper/HelperConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/helper/HelperConfig.java
index f6818d2c8..5f54e707d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/helper/HelperConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/helper/HelperConfig.java
@@ -74,6 +74,12 @@ public class HelperConfig {
@ConfigEditorBoolean
@FeatureToggle
public boolean ultraRareBookAlert = false;
+
+ @Expose
+ @ConfigOption(name = "Guardian Reminder", desc = "Sends a warning when opening the Experimentation Table without a §9§lGuardian Pet §7equipped.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean guardianReminder = false;
}
}