
Auction House 2.144.1
The most feature packed, up to date auction plugin on the market. 1.8-1.20 support in a single jar.
2.108.0
Apr 9, 2024
Release Notes | 2.108.0
+ Updated internal dev library to fix some model data issues
2.107.2
Feb 25, 2024
Release Notes | 2.107.2
+ Fixed bug where when clicking the cancel listing panes, it would not return the item
2.107.1
Feb 22, 2024
Release Notes | 2.107.1
+ This was posted on the support discord a few days ago. It pretty much just enforces left click only for refreshing.
- I plan to do a lot of recoding of this plugin eventually. The first steps would likely be a change in the config/language system. If you're using auction house I'd recommend joining the support server just so you'll get a heads up when I'm ready to make the change since you'll likely have to re-translate/update configuration options. This won't happen for a while.
2.107.0
Feb 12, 2024
Release Notes | 2.107.0
+ Only enable update checker by default if server project is not unknown
+ Removed unused McMMO stuff
+ Fixed issue with AIR as a filler option for GUI backgrounds
+ Fixed issue where material categorizer would incorrectly sort CAKE
+ Fixed bug with NaN input on 1.8
+ Added option to use a sync task for refreshing main auction page
+ Added setting to set maximum request count
+ As per the setting above, added a GUI for the request system. When you use /ah request without any additional arguments it opens the menu.
2.106.0
Jan 23, 2024
Release Notes | 2.106.0
+ Added the option to change the default filter options
+ Added a setting to use a space separator in numbers
+ Adjusted async auto save
+ Fixed regex search issue with reserved characters
2.105.0
Dec 16, 2023
Release Notes | 2.105.0
+ Prevent users from fulfilling their own request
+ Prevent end all auctions from sending requests into collection
+ Fix search permission when using filter menu
+ Added oldest sort type to filter
+ Added option to make user type /ah confirm when using end all in active listings.
+ 1.20.4 support
2.104.0
Nov 18, 2023
Release Notes | 2.104.0
+ Added setting to force usage of material name rather than custom name for discord webhook
+ Added request system (/ah request <price>) (auctionhouse.cmd.request) which allows players to request the currently held item (includes stack count) on the auction house.
2.103.2
Oct 27, 2023
Release Notes | 2.103.2
+ fix bug where return to player admin option clears item
2.103.1
Oct 4, 2023
Release Notes | 2.103.1
+ Fix (https://github.com/kiranhart/Auction-House/issues/74)
2.103.0
Sep 29, 2023
Release Notes | 2.103.0
+ Added setting to for manual payment collection to only be sent for offline users
+ Updated NBTAPI
+ 1.20.2 Support
2.102.0
Sep 20, 2023
Release Notes | 2.102.0
+ Main menu filter icon now changes material/texture depending on the selected material filter active (Can be customized)
+ Added search command to /ah transactions (/ah transactions search <player name>)
+ Added variable %filter_buy_type% to the transactions list gui (key:
gui.transactions.items.filter.lore)
2.101.1
Sep 16, 2023
Release Notes | 2.101.1
+ Fixed some null errors when using the AuctionCreator & -server auctions
2.101.0
Sep 12, 2023
Release Notes | 2.101.0
+ Added server listings (when listing an item using the command use -server to mark it as a server listing. Doing so will turn it into a server listing where the seller is the "server", so the item does not get added to the lister's total listings nor is it returned to anyone. Requires auctionhouse.admin perm)
+ Do an initial draw for variable buttons, then only redraw when draw() is called. Inventory is only cleared from slot 0 to 44 instead.
2.100.6
Aug 25, 2023
Release Notes | 2.100.6
+ Improved the regex for pstat variables for placeholder api (Done by potatoru)
+ Fixed config variables for new installs since the transaction menus had slight changes
+ Fixed NBT API error with anvil usage & CMI
2.100.5
Aug 11, 2023
Release Notes | 2.100.5
+ Call the AuctionBidEvent synchronously (when using a custom bid amount & confirmation is off)
+ Fixed back button for transaction type menu
+ Adjust the variables for the transaction view menu. The only valid variables for the buyer/seller/item items are now: %transaction_id%, %sale_type%, %date%, %transaction_date%, %buyer%, %seller%, %final_price%, %sle_type%, %item_name%
+ Fixed splash potions not being categorized as potions (new splash potions will be categorized correctly, previously listed ones will remain under misc)
+ Fixed the enchantment searching on items and books
+ Fixed the transaction list filter not updating the items correctly (you previously had to manually click refresh after updating the filter)
+ Block the filter menu search behind the same permission used for the command (auctionhouse.cmd.search)
2.100.4
Aug 7, 2023
Release Notes | 2.100.4
+ Attempted fix for weird "disconnect" dupe thing that involves disconnecting your wifi + redeeming keys.
(!) I have no idea if this fix would work, so just posting this with the hope that there's further feedback on this issue.
2.100.3
Aug 4, 2023
Release Notes | 2.100.3
+ Revert matching regex for search
+ Slight code updates for UltraEconomy hook
2.100.2
Jul 30, 2023
Release Notes | 2.100.2
+ Updated UltraEconomy API, use new methods to better handle bank/player balances
+ Fixed bug where players could have still used the end all button to cancel items with bids on them. Now it just just skips those items.