MuteBefehl Wiki

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

Modules:
  Auction:
    Enabled: true
Auction:
  MinPrice: 1.0
  MaxPrice: 1000000.0
  MaxListingsPerPlayer: 5
  DurationHours: 48
  ListFee: 10.0
KeyDescription
MinPrice / MaxPriceBounds to prevent joke pricing and economy exploits.
MaxListingsPerPlayerHard cap on active listings per player.
DurationHoursHow long a listing stays live before expiring into the seller's auction mailbox.
ListFeeMoney 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

NodeGrants
muteessentials.auction.use/ah and all subcommands (defaults to everyone)
muteessentials.auction.adminForce-cancel any listing via /auction <player>

On this page