StrawIODOCS
Panel ↗Discord ↗

StrawAuction v1.0.0

lang/en.yml

Edit plugins/StrawAuction/lang/en.yml. For first installation, start with the Guide.

Full configuration reference

lang/en.yml
messages:
  players-only: Only players can open auction menus.
  no-permission: You do not have permission to do that.
  unavailable: Auction storage is unavailable. Saved money and items are retained.
  economy-missing: No compatible economy provider is available.
  invalid-amount: Enter a price within the configured limits.
  invalid-item: That item cannot be listed safely.
  no-item: Hold or insert an item first.
  missing: That listing is no longer available.
  own: You cannot buy your own listing.
  busy: Your previous action is still processing.
  limit: You reached the listing limit. Collect or remove existing listings first.
  listed: Listed your item for %price%.
  bought: Bought the item for %price%.
  sold: '%player% bought your item for %price%.'
  removed: Listing removed.
  cancelled: Listing cancelled. Your item is saved for return.
  pending: Operation %operation% is pending or needs review. Do not submit it again.
  declined: The purchase was declined or refunded.
  expired: The listing confirmation expired. Your item is saved for return.
  collected: Collected %amount% expired listings.
  collect-none: You have no expired listings to collect.
  restart: Restart the plugin normally to apply configuration changes.
  update-available: '%product% update available. Current: %current% - Latest: %latest%'
gui:
  blank: ''
  no-lore: []
  auction-title: Auction (%page%/%pages%)
  mine-title: Auction -> Your Items (%page%/%pages%)
  history-title: Auction -> Transactions (%page%/%pages%)
  insert-title: Auction -> Insert Item
  sell-title: Auction -> Confirm Listing
  buy-title: Confirm
  shulker-buy-title: Auction -> Confirm Purchase
  preview-title: Auction -> Preview
  remove-title: Auction -> Remove Listing
  listing:
    name: '%item%'
    lore:
    - 'Price: %price%'
    - 'Seller: %seller%'
    - 'Time left: %time%'
    - '%preview%'
    - '%action%'
  previous:
    name: Previous
    lore:
    - Click to go to the previous page
  next:
    name: Next
    lore:
    - Click to go to the next page
  sort:
    name: Sort
    lore: []
  filter:
    name: Filter
    lore: []
  refresh:
    name: Auction
    lore:
    - Click to refresh
  search:
    name: Search
    lore:
    - Click to search
  your:
    name: Your Items
    lore:
    - Click to view the items you have listed
  insert:
    name: Insert Item
    lore:
    - Click to list an item
    - ''
    - Hold an item and type /ah sell <price>
  history:
    name: Transactions
    lore:
    - Click to see your purchases and sales
  back:
    name: Back
    lore:
    - Click to return
  stats:
    name: Stats
    lore:
    - 'Total Spent: %spent%'
    - 'Total Made: %made%'
  history-refresh:
    name: Transactions
    lore:
    - Click to refresh
  transaction-bought:
    name: '%item%'
    lore:
    - You bought %item% for %price%
    - '%ago%'
  transaction-sold:
    name: '%item%'
    lore:
    - You sold %item% for %price%
    - '%ago%'
  transaction-returned:
    name: '%item%'
    lore:
    - Your %item% was returned
    - '%ago%'
  transaction-empty:
    name: Transactions
    lore:
    - You've reached the end.
    - Transactions last %days%d.
  cancel:
    name: Cancel
    lore:
    - Click to cancel
  spacer:
    name: ' '
    lore: []
  insert-confirm:
    name: Confirm
    lore:
    - Click to list
  confirm:
    name: Confirm
    lore:
    - Click to confirm
  preview-item:
    name: '%item%'
    lore: []
sort:
  highest: Highest Price
  lowest: Lowest Price
  recent: Recently Listed
filter:
  all: All
  blocks: Blocks
  tools: Tools
  food: Food
  combat: Combat
  potions: Potions
  books: Books
  ingredients: Ingredients
  utilities: Utilities
input:
  blank: ''
  marker: ↑↑↑↑↑↑↑↑↑↑↑↑
  price: Type price
  search: Search
actions:
  buy: Click to buy
  return: '&7Click to Remove'
  remove: '&#fc0404Left Click to Remove'
  preview: Right-click to preview
  pending: Settlement in progress
time:
  expired: Expired
  ago: '%time% ago'

StrawIO Docs · StrawAuction

Search documentation

Search across plugins and common guides.