Auction House - The Ultimate Auction House

MC Plugin Auction House - The Ultimate Auction House 2.161.0
The most feature packed, up to date auction plugin on Spigot.

+ Added admin clear command. /ah admin clear <Player> <returnItems (true/false)> <GiveBiddersMoneyBack (true/false)>
(!) Example Usage: /ah admin clear ItsMeKiran false true
+ Fixed bug where players could provide a negative bid amount causing the current item price to drop.
+ Fixed bug where discord webhook would send both auction and bin listing messages instead of either or.
+ Fixed bug where payment collection system would give the owner the highest bidder's bid l if the auction was cancelled instead of the actual bidder.
+ Fixed bug where transactions would not be saved using the correct price. All new transactions will now store the correct ending price depending on buy state (won by auction or bought immediately)
+ Added a setting to skip the listing select menu. If either the bid system is disabled or the force auction setting is enabled. It will go immediately to the place item screen instead of making the user select the only available option.
+ Small logic adjustment for the bundle limit, it will now check for total listings limit first, then it will check for bundle limit
+ Added a setting to prevent repeat bids (if enabled the highest bidder cannot keep bidding on the item to raise the price)
+ Added setting for bundle listing limits (limit the total amount of bundled items a player can have on the auction house)
+ The container inspect (bundles/shulkers) show 36 slots now instead of 27
+ Added setting that automatically opens bundles when claiming from expiration menu. (Enabled by default)
+ Added new limit setting for collection bin. By default it's 45. Meaning that if the player has 45 in their collection bin, they will not be allowed to list more items until they remove one or more.
+ Added the following placeholders to payment collection items (%item_name, from_name, payment_reason%)
(!) The new placeholders will only show on payments made after you update.
+ Fixed dupes caused by the Meteor Hacked Client
+ Added /ah bids which shows your winning bids
+ Payment collection item can have placeholders used in name/lore
+ Fixed bug with item purchase broadcast for auction items (it used to show the current bid, when it should have shown buyout)
+ Added a ChestShop listener to prevent sale while delaying packets after using confirm gui
+ Assign player variable in canListItem() and getItems() methods within AuctionPlayer if null. Fixes 1.8 issue.
Top Bottom