Auction House Artifact
Thebtc_auction_house_artifact stores the entire state of the server’s Auction House. Unlike player-specific artifacts, this one is global/shared (conceptually), although typically stored locally or via a shared database depending on the implementation.
Type: Artifact Entry
ID: btc_auction_house_artifact
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
artifactId | String | "btc_auction" | The unique ID used to reference this storage. |
Stored Data
- Active Listings: All items currently for sale, including current bids, time remaining, and prices.
- Expired/Sold Items: Items waiting to be collected by sellers (expired) or buyers (won).
- Collection Bin: The “mailbox” where players retrieve their items and money.
Usage
This artifact is the database for the entire economy’s player-to-player trading system configured inRpgCoreConfigurationEntry.