Bug fixes:
• Trades with rewards that omit an amount (e.g. a single emerald) load again instead of showing “misconfigured / no trades loaded”
New features:
• PlaceholderAPI placeholders for time until the next trade rotation, current trade id, and rotation mode
• Customizable countdown text via placeholders.next-trade-format ({d} {h} {m} {s} {total_seconds})
Code:# plugins/PerfBillford/config.yml — merge (config-version: 5 on reload): placeholders: next-trade-format: "{h}h {m}m {s}s" next-trade-when-manual: "-" next-trade-when-ready: "Now"
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
