diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 11:48:25 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 11:48:25 +0200 |
commit | cff2c91c06a44a6498288be38c3149d70b28beef (patch) | |
tree | cadb3163b858724be45e99016ab5f131d35ebf89 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 3a70a81bea5e517f548a3c564e2711ded982fe5d (diff) | |
download | skyhanni-cff2c91c06a44a6498288be38c3149d70b28beef.tar.gz skyhanni-cff2c91c06a44a6498288be38c3149d70b28beef.tar.bz2 skyhanni-cff2c91c06a44a6498288be38c3149d70b28beef.zip |
Added Open Price Website, reworked best sell method logic
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java index 8d3565765..bfb0b30d6 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/BazaarConfig.java @@ -34,4 +34,10 @@ public class BazaarConfig { @ConfigEditorBoolean @FeatureToggle public boolean cancelledBuyOrderClipboard = false; + + @Expose + @ConfigOption(name = "Price Website", desc = "Adds an item to the bazaar product inventory that will open the item page in §cskyblock.bz§7.") + @ConfigEditorBoolean + @FeatureToggle + public boolean openPriceWebsite = false; } |