From 988807120f71bafe20d63b8beeb8fac244065219 Mon Sep 17 00:00:00 2001 From: MTOnline69 <97001154+MTOnline69@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:26:59 +0100 Subject: Feature: Arachne kill timer (#1993) Co-authored-by: Cal Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/config/features/combat/MobsConfig.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java index f51076360..fc46880fc 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java @@ -89,6 +89,15 @@ public class MobsConfig { @FeatureToggle public boolean showArachneSpawnTimer = true; + @Expose + @ConfigOption( + name = "Arachne Kill Timer", desc = "Shows how long it took to kill Arachne after the fight ends. " + + "§cDoes not show if you were not in the Sanctuary when it spawned." + ) + @ConfigEditorBoolean + @FeatureToggle + public boolean arachneKillTimer = true; + @Expose @ConfigOption(name = "Enderman TP Hider", desc = "Stops the Enderman Teleportation animation.") @ConfigEditorBoolean -- cgit