Auction House
The Auction House (拍卖行) is a player-run market. List an item stack from your inventory for a spirit-stone price, and anyone else on the server can buy it outright. Nothing you list is ever destroyed — a sale, a cancellation, or a listing that simply times out all end the same way: as a parcel waiting for someone to claim it, because buyer and seller are rarely online at the same moment.
Market-Auction-Enabled ships false. The Auction House is opt-in — a server owner has to switch it on before /cultivation market does anything. If it looks inactive on your server, this is almost certainly why; ask whoever runs it.
Listing and buying
/cultivation market with no arguments opens the market dashboard. Everything it does is also reachable from chat:
| Command | Does |
|---|---|
/cultivation market list | See every active listing |
/cultivation market sell <price> | List the item stack in your hand for a spirit-stone price |
/cultivation market buy <id> | Buy a listing outright at its asking price |
/cultivation market cancel <id> | Pull your own active listing before it sells |
/cultivation market claim | Collect parcels waiting on you — proceeds, refunds, or returned items |
Buying is immediate and final: the spirit stones leave your balance and the item stack becomes a claimable parcel for you, the moment you buy. There is no offer or haggling step.
Limits
| Value | Key | |
|---|---|---|
| Max active listings per player | 5 | — |
| Max listing price | 1,000,000 spirit stones | — |
| Auction-house cut | 5% of the sale price | — |
| Listing lifetime | 72 hours | — |
The 5% cut is taken from the seller's proceeds, not added on top of the buyer's price — list for 1,000 and a sale pays out 950. A listing nobody buys within 72 hours expires on its own and returns to the seller as a claimable parcel, exactly as if it had been cancelled.
(MarketConfig.java)
Claiming
Every listing resolves into something waiting in /cultivation market claim, not a direct hand-off, because the two sides of a trade are rarely online together:
| Outcome | What lands in your claim queue |
|---|---|
| Sold | Spirit stones (seller), the item stack (buyer) |
| Cancelled | The item stack, returned to the seller |
| Expired | The item stack, returned to the seller |
Nothing sits in limbo waiting for both players to be online at once — you list or buy, then collect whenever you next check.
The Cultivator's Exchange
v0.10.0 A themed market page showing a live price guide, sourced from recent real Auction House sales, so you know roughly what something is worth before you list it or buy it. It is purely a reference: the Exchange never lists, buys, or moves an item or a spirit stone on its own — it only reads what actually sold.
| Command | Does |
|---|---|
/cultivation market | Open the market dashboard |
/cultivation market list | Every active listing |
/cultivation market sell <price> | List the item stack in hand |
/cultivation market buy <id> | Buy a listing outright |
/cultivation market cancel <id> | Cancel your own active listing |
/cultivation market claim | Collect proceeds, refunds and returns |