Auction House
Player-run marketplace with mailbox and admin view.
A paginated GUI marketplace. Players list items in their main hand for a price, browse listings from others and buy with a click. Expired or cancelled items land in the seller's auction mailbox.
Configuration
| Key | Description |
|---|---|
MinPrice / MaxPrice | Bounds to prevent joke pricing and economy exploits. |
MaxListingsPerPlayer | Hard cap on active listings per player. |
DurationHours | How long a listing stays live before expiring into the seller's auction mailbox. |
ListFee | Money deducted when creating a listing. 0 disables the fee entirely (no balance check). Non-refundable otherwise. |
See Auction House config.
Mailbox
When a listing expires or is cancelled, the item moves to the seller's auction mailbox. The owner collects it with /ah mail. Buyers always pay into the seller's balance immediately on purchase, no mailbox involved.
Admin view
Players with muteessentials.auction.admin can run /auction <player> to inspect another player's active listings. Right-click a listing to remove it; the item is returned to the seller via mail. In a seller's own /ah my, cancel is also right-click.
Commands
Permissions
| Node | Grants |
|---|---|
muteessentials.auction.use | /ah and all subcommands (defaults to everyone) |
muteessentials.auction.admin | Force-cancel any listing via /auction <player> |