
Auction House 2.147.0
The most feature packed, up to date auction plugin on the market. 1.8-1.20 support in a single jar.
2.70.2
Jul 27, 2022
Release Notes | 2.70.2
+ Fixed bug where sell menu would exit / not give item back if listing fee could not be paid
2.70.1
Jul 26, 2022
Release Notes | 2.70.1
+ /ah admin command subcommands/options each has their own unique permission now. See documentation for exact permissions.
+ Resolve onCommand issue regarding chat input and the sell menu (if the user ran /ah sell again while they should be entering a number, they would have lost their item)
+ Added confirmation GUI to the bundle creation menu
+ Added confirmation GUI to the auction sell menu
+ Fixed bug with -t flag within /ah sell where it would interfere with other listing values (ie. say you specify -t 20 days, it would use 20 as a sell/bid start/ or increment price)
2.70.0
Jul 21, 2022
Feature & Bug Fix Update
+ Filter menu will disable categories based on config values now
+ Fixed bug where if the owner of a biddable item uses the buy now action, it will allow them
+ Using -t for custom listing times now ignores the default minimum listing time set in the config
+ Added /ah admin open <player> to open the main auction menu for a select player
+ Added listing information preview within the confirm listing and confirm purchase menus
+ Added option to change embed colours for bids, listings, and sales for the discord webhook.
2.69.0
Jul 11, 2022
Bug Fixes + Minor Addition
+ Fixed issue with async adding and checks of full inventory.
+ When a player accepts a bid, if the winner's inventory is full the item should go to the collection bin or if enabled, dropped to the floor.
+ Fixed an issue with the transaction menu replacing the item names with the actual transaction id after the first view.
+ Added a configuration option to show the controls for buying a specific quantity of an item (if the item allows it), not sure why this was removed in the first place o.O
2.68.1
Jun 20, 2022
Bug Fix
+ Fixed issue where players could use NaN during the sell command
+ Attempted fix for confirm listing dupe while using NaN (item is taken from them until they either confirm/cancel the confirmation)
2.68.0
Jun 17, 2022
Feature Update
+ Added /ah admin viewexpired <player>
(If the provided player name is found and matches any expired listings, it will open a menu to view the expired items. You can delete them from there as well)
2.66.0
May 22, 2022
Changes
+ Auctions that allow partial stack purchases no longer checks user balance up front, but rather it does it once at check out.
2.65.0
May 18, 2022
Changes
+ The individual item claim delay is now used for the claim all button as well
+ Migration for partial buy system.
+ By default all non bid items with a stack size greater than 1 will not be allowed to be partially purchased, even if allow partial buy is enabled, players will need to use -p or -partialbuy as a command flag when listing an item to allow it.
2.64.2
May 3, 2022
Bug Fix
+ Temporary fix regarding broadcast messages when the discord webhook is enabled.
2.64.1
Apr 20, 2022
Changes
+ Further improved the cleanup system for deleted/claimed items
+ Added console messages to let you know when auction house performs the cleanup process and how many items were cleaned.
+ Fixed issue regarding smart price mode not taking the min item price into account
+ Blocked -s / -stack permission behind auctionhouse.cmdflag.stack permission node when using smart price mode.
* The cleanup process is ran when an item is claimed from the expired listings GUI or is deleted using the admin options or when an auction is won / item is bought and is given directly to the player (does not go to expired menu)*
2.64.0
Apr 18, 2022
Feature Update
+ Added more control over the garbage item deletion process, overall improved it
+ Added option to disable update checker
2.63.0
Apr 15, 2022
Feature Update
+ Added setting to disable auto save messages
+ Added default filler item for every gui (not individually as of yet)
+ Added "smart" min / buy now price calculation.
This is disabled by default, if enabled, say the player sells a stack of 32 diamonds for $100, it will adjust the min / buy now price to 3200 (32 * 100), if the user does wish to sell the entire stack for $100 they can provide the command flag -s or -stack.
2.61.0
Apr 4, 2022
Feature Update
+ Added minimum item prices (/ah minprices [add] [price]), this will force which ever item you add to have a minimum sell price.
2.60.2
Mar 29, 2022
Bug Fix
+ Fixed duplication bug, when using claim all in expired menu, you can then click the empty slot where any item was held to receive the item again.
2.60.0
Mar 23, 2022
Feature Update
+ purchase messages display correct qty when buying partial stacks
+ create auction player during sell command if missing
+ stat manager takes an OfflinePlayer instead
+ added more placeholders
+ fixed format bug regarding tailing zeros
+ transaction list shows actual sold item rather than the paper
added placeholders: auctionhouse_total_money_earned, auctionhouse_total_money_spent, auctionhouse_total_items_listed, auctionhouse_total_money_expired, auctionhouse_total_money_sold