Skip to content

Commands and Permissions

joogiebear edited this page Jul 14, 2026 · 1 revision

Commands & Permissions

Base command: /auctionhouse — aliases /ah, /auctions, /auction.

Commands

Command Action Permission
/ah Open the hub — Auction Browser, View Bids, Manage Auctions royalauctions.use
/ah browse Straight to the browser royalauctions.use
/ah bids Auctions you've bid on royalauctions.use
/ah sell Start the create-auction flow (alias create) royalauctions.sell
/ah search <query> Search listings by name royalauctions.use
/ah listings Manage your own listings royalauctions.use
/ah collect Claim purchases and returned items royalauctions.use
/ah <player> View that player's active auctions royalauctions.use
/ah category Admin. Inspect the held item — category, which rule matched, and tier royalauctions.admin
/ah reload Admin. Reload config, categories, menus, rarities royalauctions.admin

Most actions are driven from the GUI — /ah and click. The subcommands are shortcuts to the same screens.

Permissions

Node Default Grants
royalauctions.use true Open, browse, buy, bid, collect, view bids/listings
royalauctions.sell true List items for sale
royalauctions.admin op /ah reload, /ah category, and managing any listing
royalauctions.limit.<n> Override the max active listings for a player (see below)

Per-player listing limits

listings.max-per-player in config sets the default cap on active listings (default 7). Grant royalauctions.limit.<n> to raise it for a rank — for example royalauctions.limit.25 allows 25 active listings. Use -1 in config for unlimited by default.

NPCs run commands as the clicking player, so they inherit that player's permissions. If you restrict royalauctions.use, a player without it who clicks an auctioneer NPC gets nothing — that's expected. See NPCs (Citizens).

Restricting to a rank

To limit the Auction House to certain ranks, negate royalauctions.use for the default group and grant it to the ranks you want. Exact syntax depends on your permissions plugin.

Clone this wiki locally