aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-26 16:56:42 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-26 16:56:42 +0200
commite3344f636e48bb56e9dd028760b69134cce19c49 (patch)
tree5add6f3c7204ac858f463aef275a849a50d168e5 /src/main/java/at/hannibal2/skyhanni/config/features
parentf82c30cbd7c191051aae239b9df06c2c2181c8d4 (diff)
downloadskyhanni-e3344f636e48bb56e9dd028760b69134cce19c49.tar.gz
skyhanni-e3344f636e48bb56e9dd028760b69134cce19c49.tar.bz2
skyhanni-e3344f636e48bb56e9dd028760b69134cce19c49.zip
Added Teleport Pad Compact Name - Hide the 'Warp to' and 'No Destination' texts over teleport pads.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index eacdea6cd..06056903e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -567,6 +567,17 @@ public class Garden {
public Position farmingArmorDropsPos = new Position(16, -232, false, true);
@Expose
+ @ConfigOption(name = "Teleport Pads", desc = "")
+ @ConfigEditorAccordion(id = 12)
+ public boolean teleportPads = false;
+
+ @Expose
+ @ConfigOption(name = "Compact Name", desc = "Hide the 'Warp to' and 'No Destination' texts over teleport pads.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 12)
+ public boolean teleportPadsCompactName = false;
+
+ @Expose
@ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.")
@ConfigEditorBoolean
public boolean plotPrice = true;