StrawIODOCS
Panel ↗Discord ↗

StrawOrder v1.0.0

config.yml

Edit plugins/StrawOrder/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: $
order:
  default-duration-hours: 72
  minimum-price: 1
  maximum-price: 1000000000000
  max-active-orders: 26
integrations:
  # Accept matching items sold through StrawSell.
  sell-auto-fill: true
  # Fulfill funded orders using matching StrawAuction listings.
  auction-auto-fill: true

# Rank limits: grant strawio.order.limit.<number>; highest granted number wins.
# Numeric permissions override the default; strawio.order.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).
# /order (/orders): Browse, create and fulfill buy orders.
# /straworder: Plugin help and reload.
# strawio.order.use [true]: Browse order menus.
# strawio.order.create [true]: Create funded buy orders.
# strawio.order.deliver [true]: Deliver items to other players orders.
# strawio.order.cancel [true]: Cancel your orders.
# strawio.order.collect [true]: Collect delivered items.
# strawio.order.reload [op]: Reload plugin settings and runtime.
# strawio.order.unlimited [false]: Bypass the usage limit.
# strawio.order.limit.0 [false]: Maximum active orders; replace 0 with any nonnegative number.
# strawio.order.remove.others [op]: Confirm removal of another player order.
# Placeholders: %straworder_active%, %straworder_delivered%
# Documentation: https://docs.strawio.net
# License Panel: https://panel.strawio.net
# Support: https://discord.gg/strawio

StrawIO Docs · StrawOrder

Search documentation

Search across plugins and common guides.