aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java9
1 files changed, 9 insertions, 0 deletions
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
@@ -90,6 +90,15 @@ public class MobsConfig {
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
@FeatureToggle