ZephMC Docs

Commands

Every command, its arguments, permission and an example.

The root command is /ah. It also answers to /auction, /auctions and /zyauctions.

All of it is real Brigadier, so the client suggests subcommands and validates numbers before the command is even sent.

/ah

Opens the auction house browser.

Permissionzyauctions.use
WhoPlayers only
/ah

/ah sell

Puts the item in your main hand up for a fixed price. The whole stack is listed.

Syntax/ah sell <price> [duration]
Permissionzyauctions.sell
WhoPlayers only
ArgumentTypeRequiredNotes
pricenumber ≥ 0.01yesMust be within listings.min-price and listings.max-price.
durationdurationnoDefaults to listings.default-duration. Cannot exceed listings.max-duration.
/ah sell 1200
/ah sell 1200 12h

The listing fee is taken immediately and is not refunded if the item does not sell. The item leaves your hand only once the listing has been created successfully.

/ah auction

Starts an auction on the item in your main hand.

Syntax/ah auction <starting-bid> [increment] [duration]
Permissionzyauctions.sell
WhoPlayers only
ArgumentTypeRequiredNotes
starting-bidnumber ≥ 0.01yesThe opening bid. The first bidder pays exactly this.
incrementnumber ≥ 0.01noThe minimum step for every bid after the first. Defaults to auctions.min-increment, and cannot be below it.
durationdurationnoDefaults to listings.default-duration.
/ah auction 500
/ah auction 500 50
/ah auction 500 50 2d

Refused with a message if auctions.enabled is false.

Opens the browser filtered to a search term. The same thing the magnifying glass button does, for players who prefer typing.

Syntax/ah search <query>
Permissionzyauctions.use
WhoPlayers only

The query matches against the item's material name and its display name, case-insensitively.

/ah search diamond
/ah search sharpness v

/ah listings

Opens your own listings, where you can withdraw them.

Permissionzyauctions.use
WhoPlayers only

An auction that already has bids cannot be withdrawn — somebody's money is committed to it. The icon says so rather than doing nothing when clicked.

/ah collect

Opens your collection bin.

Permissionzyauctions.collect
WhoPlayers only

Click an item to claim it, or use Claim everything to take as much as fits. Anything that does not fit stays where it is.

/ah info

Shows the plugin version, how many listings are live, which economy is hooked and which languages loaded.

Permissionzyauctions.use
WhoPlayers and console
ZyAuctions v1.0.0
Active listings: 214
Economy: EssentialsX Economy
Languages: de_DE, en_US

/ah reload

Re-reads config.yml and every language file.

Permissionzyauctions.admin.reload
WhoPlayers and console

Listings, bids and collection bins are untouched — this only swaps settings and text.

Changing the storage section does not take effect on reload. You will see a console warning and the plugin will carry on using the backend it started with. Restart the server to change storage.

If a language file has become invalid, the reload fails, the previous text stays loaded, and the error goes to the console. Nothing breaks while you fix the file.

What players can do without any command

Everything except selling. The browser has buttons for search, categories, sorting, your listings and your collection bin, so a player who only ever types /ah never needs to learn the rest.

On this page