summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authordragon99z <dragon99@online.de>2023-07-21 19:51:29 +0200
committerGitHub <noreply@github.com>2023-07-21 19:51:29 +0200
commitfa1b4237c3bda4c26d58f21f4f59c96fcb1d7066 (patch)
treee36cfe796ee09908afa5fef00fe5dfb97d927dab /src/main/java/at/hannibal2/skyhanni/config/features
parentce144f7d52e1e30d145619646003fb3c86828418 (diff)
downloadskyhanni-fa1b4237c3bda4c26d58f21f4f59c96fcb1d7066.tar.gz
skyhanni-fa1b4237c3bda4c26d58f21f4f59c96fcb1d7066.tar.bz2
skyhanni-fa1b4237c3bda4c26d58f21f4f59c96fcb1d7066.zip
Merge pull request #327
* +added Eman slayer beacon highlight and beacon beam * +added Eman slayer beacon warning toggle * Merge remote-tracking branch 'origin/beta' into beta * +added Patcher sendcoords like command * formatting (Strg + Alt + L in IntelliJ)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index 43af8f090..0292eb6cc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -655,6 +655,11 @@ public class MiscConfig {
public boolean restorePieceOfWizardPortalLore = true;
@Expose
+ @ConfigOption(name = "Patcher Coords Highlight", desc = "Highlight the the coords sended form patcher.")
+ @ConfigEditorBoolean
+ public boolean patcherSendCoordHighlight = false;
+
+ @Expose
@ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.")
@ConfigEditorBoolean
public boolean configButtonOnPause = true;