aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorConutik <60240193+Conutik@users.noreply.github.com>2024-04-24 00:02:37 +0300
committerGitHub <noreply@github.com>2024-04-23 23:02:37 +0200
commit2b8b4d90bcda89e1b0c109d6531bf13208bc487b (patch)
treeb91e451ede2a7b10f6d7279903b7f3011d51b336 /src/main/java/at/hannibal2/skyhanni/config
parent85f50e4d0c8e22e310cb7f066de3a6f14be624ba (diff)
downloadskyhanni-2b8b4d90bcda89e1b0c109d6531bf13208bc487b.tar.gz
skyhanni-2b8b4d90bcda89e1b0c109d6531bf13208bc487b.tar.bz2
skyhanni-2b8b4d90bcda89e1b0c109d6531bf13208bc487b.zip
Feature: Architect Notifications when puzzle fails (#1197)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/dungeon/DungeonConfig.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dungeon/DungeonConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dungeon/DungeonConfig.java
index 7040c2a1e..1f3c688db 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/dungeon/DungeonConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/dungeon/DungeonConfig.java
@@ -60,6 +60,14 @@ public class DungeonConfig {
public boolean highlightTeammates = true;
@Expose
+ @ConfigOption(name = "Architect Notifier",
+ desc = "Notifies you to use the Architect in Dungeons when a puzzle is failed. " +
+ "§cOnly works when having enough §5Architect First Drafts §cin the sack.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean architectNotifier = true;
+
+ @Expose
@ConfigOption(name = "Object Hider", desc = "Hide various things in Dungeons.")
@Accordion
public ObjectHiderConfig objectHider = new ObjectHiderConfig();