aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-09-10 06:09:38 -0400
committerGitHub <noreply@github.com>2023-09-10 12:09:38 +0200
commit2e6660878df6054da93a0f96b857bf4cae31ef23 (patch)
treea6693ee074f77619d3dc1429221a5854754c1b78 /src/main/java/at/hannibal2/skyhanni/config/features
parent92e88acb0e3c25730010f1092665769cd07cfe0c (diff)
downloadskyhanni-2e6660878df6054da93a0f96b857bf4cae31ef23.tar.gz
skyhanni-2e6660878df6054da93a0f96b857bf4cae31ef23.tar.bz2
skyhanni-2e6660878df6054da93a0f96b857bf4cae31ef23.zip
Add Trapper Cooldown GUI (#416)
Add Trapper Cooldown GUI #416
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java8
1 files changed, 8 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 bef52f688..cd04d353e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -454,6 +454,14 @@ public class MiscConfig {
@ConfigEditorBoolean
@FeatureToggle
public boolean trapperTalkCooldown = true;
+
+ @Expose
+ @ConfigOption(name = "Trapper Cooldown GUI", desc = "Show the cooldown on screen in an overlay (intended for abiphone users)")
+ @ConfigEditorBoolean
+ public boolean trapperCooldownGui = false;
+
+ @Expose
+ public Position trapperCooldownPos = new Position(10, 10, false, true);
}
@ConfigOption(name = "Teleport Pads On Private Island", desc = "")