aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorErymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com>2024-01-20 05:06:34 -0500
committerGitHub <noreply@github.com>2024-01-20 11:06:34 +0100
commitbc21cce34cc8a52d1ce1c01c91e907fa989297fc (patch)
treeb9d060386415b1ba6e46c0dea21b8f625ff66dbe /src/main/java/at/hannibal2/skyhanni/config
parent3b3487deaea5cbfda16382f6eeaeb7856ec368f0 (diff)
downloadskyhanni-bc21cce34cc8a52d1ce1c01c91e907fa989297fc.tar.gz
skyhanni-bc21cce34cc8a52d1ce1c01c91e907fa989297fc.tar.bz2
skyhanni-bc21cce34cc8a52d1ce1c01c91e907fa989297fc.zip
Option to show visitor shopping list in Farming Islands (#923)
Visitor Shopping List in Farming Areas. #923
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java
index cbfa9e451..86e64d3f9 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java
@@ -30,6 +30,12 @@ public class ShoppingListConfig {
public boolean inBazaarAlley = true;
@Expose
+ @ConfigOption(name = "Farming Areas", desc = "Show the Visitor Items List while on the Farming Islands or inside the Farm in the Hub. " +
+ "This helps farming the correct amount, especially when in the early game.")
+ @ConfigEditorBoolean
+ public boolean inFarmingAreas = false;
+
+ @Expose
@ConfigOption(name = "Show Price", desc = "Show the coin price in the shopping list.")
@ConfigEditorBoolean
public boolean showPrice = true;