PAR-79
0
Log reload commands for business and treasury
DonerianTreasuryFeature
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.
Comments
No comments yet.
Activity
- paradaux changed status to Status → Done
- paradaux description: Description updated
- tesks changed status to Status → Backlog
- tesks updated labels (Labels updated)
- tesks moved to Moved to Treasury
- tesks description: Description updated
- tesks created the issue