
Auction House 2.148.0
The most feature packed, up to date auction plugin on the market. 1.8-1.20 support in a single jar.
2.34.0
Sep 12, 2021
Feature Update
+ You can now enable a setting which will ask the user to confirm their listing when using the sell command.
2.33.2
Sep 9, 2021
+ Fixed an issue that didn't allow the inspection of bundled items on 1.8
2.33.1
Sep 7, 2021
+ Fixed an issue when using double digit time formats for the ban. (30d would not work, but 3d will)
+ Fixed an issue with the core and yaml loading, it will now try to load the new setup otherwise load the legacy.
+ Fixed an issue with the core and yaml loading, it will now try to load the new setup otherwise load the legacy.
2.33.0
Sep 3, 2021
+ Page arrows within the main Auction GUI will now show correctly. (Ex. if you are on the last page there won't be a next arrow, same goes for the previous button on the first page after clicking back)
+ Fixed a command bug / error when adding an invalid value to the first price. Ex. /ah sell 1/ will through an error because of "1/"
+ Added an additional message to let the user know they need to provide at least one number, this goes along with the fix above.
+ The place bid chat message now has the placeholder %current_bid% which will let you tell the user the current bid in chat. You can also use "\n" within that language message to represent a new line.
+ Fixed an issue where if a user wins a bid and they are offline or their inventory is full and the item is sent to their collection bin and the server is reloaded or restarts without them collecting it, it will be sent back to original owner.
(!) No updates will be posted until Monday/Tuesday (Sept 6/7, 2021)
+ Fixed a command bug / error when adding an invalid value to the first price. Ex. /ah sell 1/ will through an error because of "1/"
+ Added an additional message to let the user know they need to provide at least one number, this goes along with the fix above.
+ The place bid chat message now has the placeholder %current_bid% which will let you tell the user the current bid in chat. You can also use "\n" within that language message to represent a new line.
+ Fixed an issue where if a user wins a bid and they are offline or their inventory is full and the item is sent to their collection bin and the server is reloaded or restarts without them collecting it, it will be sent back to original owner.
(!) No updates will be posted until Monday/Tuesday (Sept 6/7, 2021)
2.32.0
Sep 1, 2021
+ Fixed issue where the sell gui would not check if the item has been blocked/whitelisted, same goes for blocked item names and lores
+ Added an additional setting related to the realistic bidding option, if you enable "bid must be higher than previous" then they must place a bid higher than the previous, meaning the old functionality where if they bid say $100 and the current bid is $400, the bid will be set to $500 will no longer be used.
+ Added a setting regarding the bid confirmation menu, it can now update the current bid on the item live before you place the bid. (by default it updates every 1 second, and is enabled)
+ Changed the internal /ah status command to an actual auction statistic menu. You can also use /ah stats. Once you update, then stats will begin being tracked, meaning items listed before this update will not count towards the total listed number, same goes for money spent / earned.
https://gyazo.com/550017a6eda7dc4ce7284b928733ce58
https://imgur.com/a/kfI8D6v
+ Added an additional setting related to the realistic bidding option, if you enable "bid must be higher than previous" then they must place a bid higher than the previous, meaning the old functionality where if they bid say $100 and the current bid is $400, the bid will be set to $500 will no longer be used.
+ Added a setting regarding the bid confirmation menu, it can now update the current bid on the item live before you place the bid. (by default it updates every 1 second, and is enabled)
+ Changed the internal /ah status command to an actual auction statistic menu. You can also use /ah stats. Once you update, then stats will begin being tracked, meaning items listed before this update will not count towards the total listed number, same goes for money spent / earned.
https://gyazo.com/550017a6eda7dc4ce7284b928733ce58
https://imgur.com/a/kfI8D6v
2.31.0
Aug 29, 2021
+ You can enable a feature called "use realistic bidding" which will alter how biddings work. (ex. if the previous bid is 400 and someone bids 405, it will set the bid to 405 rather than making it 905 like the current system. Although if someone bids 100, it will continue like the old system and set the new bid to 500).
2.30.0
Aug 25, 2021
+ The sell menu will now show a button to change the max listing time, it will only be shown if the setting to allow players to define listing times are enabled.
https://gyazo.com/e806fb45bc003dd1ef788c86f4addabc
https://gyazo.com/e806fb45bc003dd1ef788c86f4addabc
2.29.0
Aug 24, 2021
+ You can now turn on a setting called "per world items" which will make items only available in the world they were listed in. (This applies to claiming items, buying, bidding, and general viewing)
+ You can now specify custom times for your auction item (it is disabled by default), if enabled you can use the "-t 1 day" for example within the /ah sell command to set the auction time for 1 day. Valid time variables are (second, minute, hour, day, week, month)
+ Along with the custom listing times, there is also a setting to set the max allowed time so players don't list something for like 3 years.
+ Added an option to turn the item blacklist into a whitelist, making it a whitelist will make it so that if an item is not within the "blacklist" it cannot be added to the auction house. This is disabled by default.
+ Added 3 locale settings which will allow you to define the fill / tab completion suggestions for the /ah sell command
+ The sell menu got a slight adjustment, the starting bid icon is moved to the left by 1 slot if bid increments are disabled, and the buy now price will be hidden when the user toggles it within the gui.
https://gyazo.com/98f233bdca18150e96d79e75e065becf
https://gyazo.com/74a0f1ad10995e68bdf0e5ecf6f778af
https://gyazo.com/6750b6f7a0289ce49aa51ef80be3f496
+ You can now specify custom times for your auction item (it is disabled by default), if enabled you can use the "-t 1 day" for example within the /ah sell command to set the auction time for 1 day. Valid time variables are (second, minute, hour, day, week, month)
+ Along with the custom listing times, there is also a setting to set the max allowed time so players don't list something for like 3 years.
+ Added an option to turn the item blacklist into a whitelist, making it a whitelist will make it so that if an item is not within the "blacklist" it cannot be added to the auction house. This is disabled by default.
+ Added 3 locale settings which will allow you to define the fill / tab completion suggestions for the /ah sell command
+ The sell menu got a slight adjustment, the starting bid icon is moved to the left by 1 slot if bid increments are disabled, and the buy now price will be hidden when the user toggles it within the gui.
https://gyazo.com/98f233bdca18150e96d79e75e065becf
https://gyazo.com/74a0f1ad10995e68bdf0e5ecf6f778af
https://gyazo.com/6750b6f7a0289ce49aa51ef80be3f496
2.28.1
Aug 23, 2021
+ Changed the sell command system a bit, its now much cleaner code wise and is more "dynamic". Depending on your auction settings you may only need to pass in 1 - 2 numbers at the minimum when listing an item.
+ Slight adjustments to the sell GUI display and listing handling.
+ Slight adjustments to the sell GUI display and listing handling.
2.28.0
Aug 22, 2021
+ Added a setting to which will add a delay to how fast players can list items. By default it is set to -1 (disabled), but say you set it to 5, players must wait in 5 second increments when listing items.
+ Auction bans and unbans can now be done with offline players
+ Fixed an issue regarding the purchase messages that are sent to the seller not showing the item quantity purchased.
+ Fixed a command syntax issue with the unban command. (It said the usage was /ah ban when it was really /ah unban)
+ Auction bans and unbans can now be done with offline players
+ Fixed an issue regarding the purchase messages that are sent to the seller not showing the item quantity purchased.
+ Fixed a command syntax issue with the unban command. (It said the usage was /ah ban when it was really /ah unban)
2.27.1
Aug 20, 2021
+ Fixed menu issue
2.27.0
Aug 19, 2021
+ Added a claim delay for collection bin items (100ms default) this is to prevent auto clickers to spam click the item extremely fast to duplicate it. This number shouldn't be lowered to be safe.
+ Added a setting called "Force Custom Bid Amount" which will force the user to enter a custom bid amount on an item. Enabling this will hide the bid increment line on auction items, it will also disable the bid menu.
+ Added a setting called "Force Custom Bid Amount" which will force the user to enter a custom bid amount on an item. Enabling this will hide the bid increment line on auction items, it will also disable the bid menu.
2.26.2
Aug 18, 2021
+ Forced Left click only on collection bin claiming
2.26.1
Aug 17, 2021
+ Fixed sell menu issue
+ Fixed migration version number
+ Fixed migration version number
2.26.0
Aug 16, 2021
+ Fixed an issue where the sell menu would take a single item from the stack your holding even if you weren't selling that item (only applies if you accessed the sell menu through the auction menu)
+ Added a new message that tells the player what they bought
+ Added the variable/placeholder %player_balance% to the moneyadd and moneyremove messages.
+ Added a new message that tells the player what they bought
+ Added the variable/placeholder %player_balance% to the moneyadd and moneyremove messages.
2.25.3
Aug 15, 2021
Fixed an issue with a transaction column
2.25.2
Aug 14, 2021
+ Fixed an issue with the sell gui where you could bypass the maximum sell prices
+ Fixed an issue regarding the broadcast list messages
+ Fixed an issue regarding the broadcast list messages
2.25.1
Aug 12, 2021
+ Fixed an issue with column types