From 4f51a13e699fd35acf6ca4c72db8bd1b103788c8 Mon Sep 17 00:00:00 2001 From: dragon99z Date: Wed, 19 Jul 2023 19:43:41 +0200 Subject: Eman slayer Features (#325) --- .../java/at/hannibal2/skyhanni/config/features/Slayer.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java index 36a4c6e3d..55b6059c9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java @@ -17,6 +17,18 @@ public class Slayer { @ConfigAccordionId(id = 0) public boolean slayerEndermanBeacon = false; + @Expose + @ConfigOption(name = "Enderman Beacon Warnig", desc = "Displays a warning mid-screen then the enderman Slayer throws a Yang Glyph (beacon).") + @ConfigEditorBoolean + @ConfigAccordionId(id = 0) + public boolean slayerEndermanBeaconWaring = false; + + @Expose + @ConfigOption(name = "Enderman Highlight Nukekebi Skulls", desc = "Highlights the enderman Slayer Nukekebi Skulls.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 0) + public boolean slayerEndermanHighlightNukekebiSkulls = false; + @Expose @ConfigOption(name = "Phase Display", desc = "Show the current phase of the enderman slayer.") @ConfigEditorBoolean -- cgit