diff options
author | MTOnline69 <97001154+MTOnline69@users.noreply.github.com> | 2024-09-07 21:26:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 22:26:59 +0200 |
commit | 988807120f71bafe20d63b8beeb8fac244065219 (patch) | |
tree | 5f85acea1dbebf9b9c592c067435a24261181b56 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | b0b2d42b999ebf8ebb41ad48a54f52ce1315d1dd (diff) | |
download | skyhanni-988807120f71bafe20d63b8beeb8fac244065219.tar.gz skyhanni-988807120f71bafe20d63b8beeb8fac244065219.tar.bz2 skyhanni-988807120f71bafe20d63b8beeb8fac244065219.zip |
Feature: Arachne kill timer (#1993)
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/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/combat/MobsConfig.java | 9 |
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 |