Claim All Changes
+ When claiming all in the expired menu, it will only give you as much items that you can hold, if your inventory gets filled up before it can give you the rest, it will just stop rather than dropping them to the floor.
Additions / Bug Fix
+ added %seller% and %seller_displayname%
+ bundles can longer be replaced within other bundles
Bug Fix
+ Resolved Database logging error
Feature Update
+ %player_displayname% & and %buyer_displayname% can now be used in their appropriate lang locations, note %player_displayname% isn't currently implemented for the banning stuff.
+ When creating a bundle, if it only contains a single item, it will just list as a normal auction instead of listing as a bundled item.
+ Added a option to broadcast an auction sale
+ Some minor bug fixes/code adjustments.
Chat Color Strip
+ Add missing chat color strip from sell menu
Feature/Bug Fix Update
+ You can now define worlds in the config that you wish to have Auction House disabled in
+ You can restrict the view all transactions menu by permission, see the docs for the permission
+ Fix console error on Minecraft versions lower than 1.14 that was related to the Auction Chest
+ The sell menu can restrict floodgate players if enabled
+ Added a check for Floodgate players, by default it will let them use the Auction House, but you can enable the config setting to block them from using it entirely.
+ Moved special checks for all commands into a single method that's implemented throughout each command to make future checks simpler.
Feature Update
+ Added a setting called auction chest mode, enabling it will block all auction commands (with the exception of admin ones) forcing the player to use a marked auction chest.
+ /ah markchest can be used to mark/unmark a chest
https://gyazo.com/e9e8cfde367554d53d99b1e176ab21cf
1.18 Support
+ Added 1.18 Support
(!) If you run into any errors/issues let me know on the discord server
Feature Update
+ Auction Bundles are no longer item dependent, meaning that you can create a bundle of multiple different items rather than only having to use the same type.
https://gyazo.com/5448bd4e9610b142455d265026cff903
+ Added an option to use a short number format for the %player_balance% variable within the main auction menu, enabling it will make 10,000 into 10K.
+ Added the option to prevent the listing of items that are damaged.
+ When removing the prefix, it will no longer have an extra space at the beginning of the sentence.
Don't forget to join the discord for support: https://discord.tweetzy.ca
Bug Fix
+ Fixed an issue where running a command during the price edit in the auction listing menu it wouldn't let you re-open the menu resulting in the item being lost
Feature Update
+ Allow customization of the currency format string
Bug Fix
+ Fixed an issue where players could craft with bundles.
Bug Fix
+ Fixed an incorrect translation for the bid amount prompt for new installs.
Bug Fix
+ Fixed issue when using chat color plugins and entering number values through that chat
+ Fixed bug where non bid items would become bid items and bid items would not allow buy now actions after a reload/restart
Feature Update
+ Added a "force sync money actions" setting to the config, enabling this will force auction house to run economy withdrawals and deposits synchronously. Note because of this, auction house may use more resources depending on the amount of transactions being done every second or however fast your auction tick rate is.
Feature Update
+ Added a payment handle option to /ah settings (config.yml) which will run the specified withdraw/deposit commands through the console, this is disabled by default.
Feature Update
+ Added a check for mcMMO, if a player is using an ability, they won't be able to list that ability item.
UltraEconomy Support
+ Added support for UltraEconomy, when using UltraEconomy as an economy provider, you need to specify which currency you wish to use. For example: "economy provider: UltraEconomy:Gems"
Thank you to TechsCode for providing me with a copy of UltraEconomy so I can add support for not only this plugin, but all my premium plugins.
Feature Update
+ Added "use flat number format" which will make $123,456.78 into $1234567, this is primarily used when using an economy where decimals don't make sense.
Bug Fix
+ Fixed async AuctionBidEvent issue