StrawIODOCS
Panel ↗Discord ↗

StrawAuction v1.0.0

config.yml

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

Full configuration reference

config.yml
# Main settings. Database settings are in storage.yml.
language: en
debug: false
updates:
  check-enabled: true
  console-notify: true
  admin-notify: true
  auto-download: false
currency-symbol: $
auction:
  default-duration-hours: 72
  default-listing-limit: 25
  minimum-price: 1
  maximum-price: 1000000000000
  transaction-history-days: 90
  max-search-length: 24
  invalid-materials:
  - AIR
  - BEDROCK
  - COMMAND_BLOCK
  - CHAIN_COMMAND_BLOCK
  - REPEATING_COMMAND_BLOCK
  - STRUCTURE_BLOCK
  - BARRIER
integrations:
  # Allow StrawOrder to buy matching listings for funded buy orders.
  orders: true

# Rank limits: grant strawio.auction.limit.<number>; highest granted number wins.
# Numeric permissions override the default; strawio.auction.unlimited bypasses it.

# Where short notifications appear.
# Send only the current online player count to the license panel.
metrics:
  enabled: true

notifications:
  chat: true
  actionbar: true
  sound: true

# Quick reference (permissions are registered by the plugin).
# /ah (/auction, /auctionhouse): Browse, list, buy and recover auction items.
# /strawauction: Plugin help and reload.
# strawio.auction.use [true]: Browse auction menus.
# strawio.auction.sell [true]: List your items.
# strawio.auction.buy [true]: Purchase listings.
# strawio.auction.collect [true]: Recover expired listings.
# strawio.auction.remove.others [op]: Remove another player listing with confirmation.
# strawio.auction.unlimited [op]: Bypass the default listing limit.
# strawio.auction.reload [op]: Reload plugin settings and runtime.
# strawio.auction.limit.0 [false]: Maximum active listings; replace 0 with any nonnegative number.
# Placeholders: %strawauction_listings%
# Documentation: https://docs.strawio.net
# License Panel: https://panel.strawio.net
# Support: https://discord.gg/strawio

StrawIO Docs · StrawAuction

Search documentation

Search across plugins and common guides.