Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Added

- Team Auctions: team-scoped listings visible and purchasable only by members of the seller's team.
- New command:
/auction team- browse team listings (hidden when disabled or TeamsAPI absent). - New command:
/auction team sell- list held item as a team auction. team-auctions.enabledtoggle inauction.yml(defaultfalse).TeamsIntegrationfacade - null-safe soft-dependency wrapper around TeamsAPI 1.4.0.AuctionListing.teamIdfield persisted to both YAML and MySQL backends.AuctionListingServiceteam scope andAuctionQueryServiceteam query, both guarded by the config flag.AuctionManager.createTeamListing()andlistActiveTeamListings().- Team browse tab in the auction browser GUI; tab button hidden when team auctions are disabled or TeamsAPI is not installed.
TeamsAPIadded tosoftdependinplugin.yml.- Full message keys added across all four language files (
en,es,nl,zh). - New permissions:
ezauction.auction.team,ezauction.auction.team.sell.
- New command:
Added (sell menu)
- Price-adjustment buttons replaced with coloured glass panes (lime = increase, red = decrease).
- Second row of quantity-adjustment buttons (same glass style) to select how many of a stack to list.
SellMenuState.quantity()- tracks the chosen listing amount, clamped to[1, item stack size].SellMenuInteractionConfiguration.quantityAdjustments- configurable quantity-step list (default:±1, ±8, ±16, ±64).SellMenuLayoutConfiguration.quantityAdjustmentSlots/quantityDisplaylayout fields; inventory expanded from 27 to 36 slots to accommodate the extra row.
Fixed
- Price-adjustment button labels displayed "coins" instead of the configured currency symbol (
$by default). Labels now useformatCurrency()consistently with the rest of the sell menu. - Chinese (
zh) translation files:gui-messages_zh.ymlhad a duplicateactivitypreamble block and incorrect 4-space indentation;messages_zh.ymlhadbroadcastandteam-auctionsmerged onto one line and was missing a trailing newline;orders-only.ymlhad Windows CRLF line endings. All three files now pass YAML validation.
Information
| Published on | May 11, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.21-26.1.2)
Dependencies
Paper