-
Notifications
You must be signed in to change notification settings - Fork 0
Commands and Permissions
Base command: /auctionhouse — aliases /ah, /auctions, /auction.
| 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.
| 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) |
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).
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.
RoyalAuctions · part of the eco suite (RoyalBank · RoyalBazaar · EconGuard) · Source on GitHub
Getting started
Using it
- Buying, Selling & Bidding
- Menus & GUI
- Categories
- Item Tiers
- NPCs (Citizens)
- PlaceholderAPI
- EconGuard Integration
- Storage & Data
Help