Files
DirtAuctions/target/classes/messages.yml
T
2026-06-23 18:06:43 -04:00

66 lines
3.9 KiB
YAML

messages:
no-permission: "{prefix} <#C1432E>You do not have permission."
player-only: "{prefix} <#C1432E>Only players can use that."
economy-unavailable: "{prefix} <#C1432E>The auction economy is unavailable. Try again later."
no-item-in-hand: "{prefix} <#C1432E>Hold the item you want to list."
invalid-price: "{prefix} <#C1432E>Enter a valid positive price."
invalid-sort: "{prefix} <#C1432E>Use newest, oldest, lowest_price, or highest_price."
price-too-low: "{prefix} <#C1432E>The minimum listing price is <#D4AF37>{min}<#C1432E>."
price-too-high: "{prefix} <#C1432E>The maximum listing price is <#D4AF37>{max}<#C1432E>."
item-blocked: "{prefix} <#C1432E>That item cannot be listed."
listing-limit: "{prefix} <#C1432E>You have reached your active listing limit of <#D4AF37>{limit}<#C1432E>."
listing-created: "{prefix} <#B9C63F>Listed <#D4AF37>{item} <#B9C63F>for <#D4AF37>{price}<#B9C63F>."
listing-created-fee: "{prefix} <#B9C63F>Listed <#D4AF37>{item} <#B9C63F>for <#D4AF37>{price}<#B9C63F>. Fee charged: <#D4AF37>{fee}<#B9C63F>."
listing-cancelled: "{prefix} <#D4AF37>Your listing was cancelled and moved to claims."
listing-expired: "{prefix} <#D4AF37>A listing expired and was moved to your claims."
listing-removed-admin: "{prefix} <#D4AF37>Listing <#A8873F>{id} <#D4AF37>was removed."
listing-no-longer-available: "{prefix} <#C1432E>That listing is no longer available."
cannot-buy-own: "{prefix} <#C1432E>You cannot buy your own listing."
not-enough-money: "{prefix} <#C1432E>You need <#D4AF37>{price}<#C1432E> to buy this."
purchase-success: "{prefix} <#B9C63F>You bought <#D4AF37>{item} <#B9C63F>for <#D4AF37>{price}<#B9C63F>."
purchase-claim: "{prefix} <#B9C63F>Purchase complete. Your inventory was full, so the item was moved to claims."
sold-notify: "{prefix} <#B9C63F>Your listing sold to <#D4AF37>{buyer} <#B9C63F>for <#D4AF37>{price}<#B9C63F>."
inventory-full: "{prefix} <#C1432E>Your inventory is full."
item-reclaimed: "{prefix} <#B9C63F>Claimed <#D4AF37>{item}<#B9C63F>."
nothing-to-claim: "{prefix} <#D4AF37>You do not have anything to claim."
reload-complete: "{prefix} <#B9C63F>Configuration, messages, and SQLite storage were reloaded."
listing-not-found: "{prefix} <#C1432E>Listing not found."
admin-help: "{prefix} <#D4AF37>/ahadmin reload<#7A4A2A>, <#D4AF37>/ahadmin remove <id><#7A4A2A>, <#D4AF37>/ahadmin view <player><#7A4A2A>, <#D4AF37>/ahadmin forceexpire <id>"
price-prompt: "{prefix} <#D4AF37>Type the listing price in chat. Type <#B9C63F>cancel <#D4AF37>to stop."
price-prompt-cancelled: "{prefix} <#D4AF37>Listing price entry cancelled."
price-prompt-timeout: "{prefix} <#C1432E>Listing price entry timed out."
price-set: "{prefix} <#B9C63F>Price set to <#D4AF37>{price}<#B9C63F>."
usage-sell: "{prefix} <#D4AF37>Usage: /ah sell <price>"
storage-save-failed: "{prefix} <#C1432E>Storage could not be saved. Check console."
seller-paid-claim: "{prefix} <#B9C63F>Your sale funds were moved to claims."
gui-lore:
listing:
- "<#7A4A2A>Seller: <#C7BCA8>{seller}"
- "<#7A4A2A>Price: <#B9C63F>{price}"
- "<#7A4A2A>Remaining: <#D4AF37>{remaining}"
- "<#7A4A2A>ID: <#A8873F>{id}"
- ""
- "<#B9C63F>Click to inspect and buy."
- "<#C1432E>Admin right-click removes."
my-listing:
- "<#7A4A2A>Price: <#B9C63F>{price}"
- "<#7A4A2A>Remaining: <#D4AF37>{remaining}"
- "<#7A4A2A>ID: <#A8873F>{id}"
- ""
- "<#D4AF37>Click to cancel and reclaim."
claim:
- "<#7A4A2A>Reason: <#C7BCA8>{reason}"
- "<#7A4A2A>From Listing: <#A8873F>{id}"
- "<#7A4A2A>Added: <#D4AF37>{age} ago"
- ""
- "<#B9C63F>Click to claim."
confirm-buy:
- "<#7A4A2A>Seller: <#C7BCA8>{seller}"
- "<#7A4A2A>Price: <#B9C63F>{price}"
- "<#7A4A2A>ID: <#A8873F>{id}"
sell-item:
- "<#7A4A2A>Price: <#B9C63F>{price}"
- "<#7A4A2A>Fee: <#D4AF37>{fee}"
- ""
- "<#C7BCA8>Use Set Price, then Confirm."