messages.yml Reference
Every player-facing string lives in plugins/AstralAuctionHouse/messages.yml. Values are MiniMessage and resolve the AstralCore variable tags (<info>, <success>, <warning>, <error>).
Keys
Sell
Key | When |
|---|---|
| Item material is in |
| Price is not in |
| Generic listing failure. |
| Player already has |
| The sell-tax exceeds the seller's balance. |
| Listing created. |
Buy
Key | When |
|---|---|
| Generic buy failure. |
| Buyer cannot afford the listing. |
| The item disappeared before the transaction completed. |
| Status is not |
| Buyer is the seller. |
| Item is expired (cannot be bought). |
| Buyer notification. |
| Seller notification when a listing is bought. |
Cancel
Key | When |
|---|---|
| Cancellation succeeded. |
| Generic cancel failure. |
| Item not found in cache or DB. |
| Caller is not the seller. |
| Item is not in a cancellable state. |
Claim (recovering expired items)
Key | When |
|---|---|
| Expired item returned to the seller. |
| Generic claim failure. |
| Item is missing. |
| Status is not |
Averaging
Key | When |
|---|---|
| The item has no |
| Fewer than 3 sales of this |
| Displays the weighted unit price. |
Admin
Key | When |
|---|---|
|
|
| Configuration reloaded. |
| Reload threw — check console. |
Generic
Key | When |
|---|---|
| Player is in a world where the auction house is disabled (currently driven by |
|
|
| Failed |
| Generic lookup miss. |
| Catch-all. |
Variables
The most common placeholders used inside templates:
Variable | Source |
|---|---|
| AstralCore player namespace. |
|
|
|
|
|
|
See Developer API for the full placeholder catalogue.