From fe33e64b35d4ed8a049e5c1a85b4c7b0873b325b Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 23 Sep 2023 07:25:19 -0300 Subject: Arachne fixes + timer #441 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix inconsistencies with arachne brood highlighting and add countdown… * Merge branch 'beta' into arachne-fixes * fixed merge conflicts --- .../at/hannibal2/skyhanni/config/features/CombatConfig.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 @@ -582,6 +582,16 @@ public class CombatConfig { @FeatureToggle 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 -- cgit