From d7e80759a90dd6c4b36a370113e2c81e78601dc6 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:32:46 +0200 Subject: Feature: Price per Stock of Stonks (#2195) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../skyhanni/config/features/inventory/InventoryConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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; } -- cgit