aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-07-31 23:32:46 +0200
committerGitHub <noreply@github.com>2024-07-31 23:32:46 +0200
commitd7e80759a90dd6c4b36a370113e2c81e78601dc6 (patch)
treee4899b418867163081202f1f970ed4579abe5844 /src/main/java/at/hannibal2/skyhanni/config
parent2b722de68f5c17481ac4c24c03a2f952623be4a9 (diff)
downloadskyhanni-d7e80759a90dd6c4b36a370113e2c81e78601dc6.tar.gz
skyhanni-d7e80759a90dd6c4b36a370113e2c81e78601dc6.tar.bz2
skyhanni-d7e80759a90dd6c4b36a370113e2c81e78601dc6.zip
Feature: Price per Stock of Stonks (#2195)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
index a3f88fca6..0c7556c30 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
@@ -257,4 +257,10 @@ public class InventoryConfig {
@ConfigEditorBoolean
@FeatureToggle
public boolean timeHeldInLore = false;
+
+ @Expose
+ @ConfigOption(name = "Stonk of Stonk Price", desc = "Show Price per Stonk when taking the minimum bid in Stonks Auction (Richard).")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean stonkOfStonkPrice = true;
}