1.
**Guaranteed Rewards Issue**: - Fixed an issue where the `guaranteed-rewards` setting in `config.yml` was not properly granting the specified number of guaranteed rewards. - Ensured that rewards up to `guaranteed-rewards` are always processed without relying on chance.
2.
**Improved Reward Processing Logic**: - Chance-based rewards are now processed separately after guaranteed rewards are granted. - Invalid or missing reward commands are logged and skipped without breaking the process.
3.
**Enhanced Debug Logging**: - Added detailed logs to track guaranteed and chance-based rewards. - Logs the exact commands executed and the results of chance rolls for transparency.