Add a config-reload command to Treasury, mirroring the one Business already has.
Grounded: business-rian/.../commands/ReloadCommand.java gives /business reload (perm business.admin.reload) → message.reload() + business.reloadConfig(), reloading messages.properties + config.yml but not service-level config (DB pool, tax brackets — needs a full restart). Treasury has no equivalent (its commands/ package has Balance/Pay/Gov/Tax/Transactions/etc. but no ReloadCommand).
Add /treasury reload following the same pattern (perm treasury.admin.reload, reload messages + config.yml, same "service-level config needs restart" caveat). Stretch: re-read hot-reloadable values (e.g. tax brackets) where safe.