Edit plugins/StrawBounty/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: $
# Rank limits: grant strawio.bounty.limit.<number>; highest granted number wins.
# Numeric permissions override the default; strawio.bounty.unlimited bypasses it.
limits:
# Additions per UTC day, including pending payments. -1 = unlimited; 0 = none.
daily-additions: -1
# 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).
# /bounty: Manage bounties.
# /bountyadmin: Inspect and reconcile completed uncertain bounty payments.
# /strawbounty: Plugin help and reload.
# strawio.bounty.use [true]: Browse and search bounties.
# strawio.bounty.add [true]: Fund a bounty on another online player.
# strawio.bounty.admin [op]: Inspect payment journals and record verified external outcomes.
# strawio.bounty.reload [op]: Reload plugin settings and runtime.
# strawio.bounty.unlimited [false]: Bypass the usage limit.
# strawio.bounty.limit.0 [false]: Maximum bounty additions per UTC day; replace 0 with any nonnegative number.
# Placeholders: %strawbounty_amount_cached%, %strawbounty_count_cached%
# Documentation: https://docs.strawio.net
# License Panel: https://panel.strawio.net
# Support: https://discord.gg/strawio