aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorBrandon <brandon.wamboldt@gmail.com>2023-09-23 07:25:19 -0300
committerGitHub <noreply@github.com>2023-09-23 12:25:19 +0200
commitfe33e64b35d4ed8a049e5c1a85b4c7b0873b325b (patch)
tree3b3f3625cdd72ed626c3f3dd39b2030c49b8183c /src/main/java/at/hannibal2/skyhanni/config
parente9c51ac3a9d61cf9c5616c476cbbb8dcb7cba87c (diff)
downloadskyhanni-fe33e64b35d4ed8a049e5c1a85b4c7b0873b325b.tar.gz
skyhanni-fe33e64b35d4ed8a049e5c1a85b4c7b0873b325b.tar.bz2
skyhanni-fe33e64b35d4ed8a049e5c1a85b4c7b0873b325b.zip
Arachne fixes + timer #441
* Fix inconsistencies with arachne brood highlighting and add countdown… * Merge branch 'beta' into arachne-fixes * fixed merge conflicts
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java
index ad4240504..bd162396a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java
@@ -583,6 +583,16 @@ public class CombatConfig {
public boolean areaBossRespawnTimer = false;
@Expose
+ @ConfigOption(
+ name = "Arachne Spawn Timer",
+ desc = "Show a timer when Arachne fragments or crystals are placed to indicate how long " +
+ "until the boss will spawn. §cTimer may be 1-2 seconds off."
+ )
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean showArachneSpawnTimer = true;
+
+ @Expose
@ConfigOption(name = "Enderman TP Hider", desc = "Stops the Enderman Teleportation animation.")
@ConfigEditorBoolean
@FeatureToggle