Commands
/auction
The main auction house command.
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
| (none) | /auction | ezauction.use | Open the auction browser GUI |
sell <price> | /auction sell 100 | ezauction.sell | List the held item for sale |
cancel | /auction cancel | ezauction.cancel | Cancel your active listing |
history [player] | /auction history | ezauction.auction.history | View your transaction history |
history <player> | /auction history Steve | ezauction.auction.history.others | View another player’s history |
team | /auction team | ezauction.auction.team | Browse your team’s listings |
team sell | /auction team sell | ezauction.auction.team.sell | Create a team-scoped listing |
reload | /auction reload | ezauction.admin.reload | Reload all plugin configuration |
/order
Create and manage buy orders.
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
| (none) | /order | ezauction.auction.order | Open the buy orders menu |
/orders
Browse all active buy orders.
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
| (none) | /orders | ezauction.auction.order | Open the buy orders browser |
/liveauction
Browse live auctions, sell items into the queue, and manage your entries.
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
| (none) | /liveauction | ezauction.live | Open the live auction viewer |
sell | /liveauction sell | ezauction.auction.live.sell | Open the sell menu to queue an item for the live auction |
cancel | /liveauction cancel | ezauction.auction.live.sell | Remove your own item from the live queue |
cancel <id> | /liveauction cancel <id> | ezauction.auction.live.admin | Force-cancel an active live auction by ID |
/bid
Interact with an active live auction you are participating in.
Aliases: /livebid
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
| (none) | /bid | ezauction.bid | Show your current session status or list active auctions |
<amount> | /bid 500 | ezauction.bid | Place a bid in your active live auction |
select <id> | /bid select abc123 | ezauction.bid | Join a specific live auction by its ID |
leave | /bid leave | ezauction.bid | Leave the current live auction session |
notify [on\|off] | /bid notify off | ezauction.auction.live.notify | Toggle live auction countdown notifications |
notify display <types…> | /bid notify display ACTION_BAR | ezauction.auction.live.notify | Set which EzCountdown display types to use |
mutechat [on\|off] | /bid mutechat on | ezauction.bid | Silence all other chat while in a live auction |
EzCountdown required —
notify displayonly takes effect when EzCountdown is installed andezcountdown-enabled: trueis set inauction.yml.
/auctiondiscord
Manage the Discord integration at runtime.
| Sub-command | Usage | Permission | Description |
|---|---|---|---|
test [msg] | /auctiondiscord test Hi | ezauction.discord | Send a test message |
set channel <id> | /auctiondiscord set channel 123… | ezauction.discord | Set the Discord channel ID |
enable | /auctiondiscord enable | ezauction.discord | Enable the integration |
disable | /auctiondiscord disable | ezauction.discord | Disable the integration |
reload | /auctiondiscord reload | ezauction.discord | Reload discord.yml |
role show | /auctiondiscord role show | ezauction.discord | Display current role settings |
role set id <id> | /auctiondiscord role set id 456… | ezauction.discord | Set required role ID |
role set name <n> | /auctiondiscord role set name Admin | ezauction.discord | Set required role name |
role clear | /auctiondiscord role clear | ezauction.discord | Clear role settings |
role require <bool> | /auctiondiscord role require true | ezauction.discord | Toggle role requirement |
Related
- Permissions - default values and descriptions
- Discord Integration - full discord.yml reference