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-02 14:08:43 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 14:08:43 +0100
commit017edfa6eaca6b682a68c16fc0a9c621ebaf1177 (patch)
tree01953452b6043374d384eb5024d11c006f52e8cb /src/main/java/at/hannibal2/skyhanni/config/features
parentbed5c3e71c36086b7dcdfaeb8db357ba28472ab9 (diff)
downloadskyhanni-017edfa6eaca6b682a68c16fc0a9c621ebaf1177.tar.gz
skyhanni-017edfa6eaca6b682a68c16fc0a9c621ebaf1177.tar.bz2
skyhanni-017edfa6eaca6b682a68c16fc0a9c621ebaf1177.zip
Show the price for copper inside the visitor gui.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java8
1 files changed, 7 insertions, 1 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 d05b29442..a50d9201d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -96,12 +96,18 @@ public class Garden {
public boolean visitorHighlight = true;
@Expose
- @ConfigOption(name = "Show Price", desc = "Show the bazaar price of the items required for the visitors.")
+ @ConfigOption(name = "Visitor Price", desc = "Show the bazaar price of the items required for the visitors.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 1)
public boolean visitorShowPrice = true;
@Expose
+ @ConfigOption(name = "Copper Price", desc = "Show the price for copper inside the visitor gui.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 1)
+ public boolean visitorCopperPrice = false;
+
+ @Expose
@ConfigOption(name = "Numbers", desc = "")
@ConfigEditorAccordion(id = 4)
public boolean numbers = false;