### Improvements & Fixes
* **Folia Stability**: Rewrote the scheduler system using reflection to ensure 100% compatibility with Folia, Paper, and Spigot.
* **Booster System 2.0**:
* Completely refactored booster logic for better performance.
* Added global in-game announcements when a booster claims rewards.
* Improved cooldown tracking and localizable status messages.
* **Configuration Revamp**:
* `config.yml` now features professional English comments and a cleaner structure.
* Fixed a type mismatch warning for boolean configuration values.
* **Placeholder Fixes**: Corrected variable formats in language files (from `{var}` to `%var%`) for consistent parsing.
* **Soft Dependencies**: LuckPerms is now a `softdepend`. The plugin will load and function (except for role sync) even if LuckPerms is not installed.
* **Auto-Documentation**: The plugin now automatically generates the `README.txt` file inside the plugin folder for quick setup reference.
* **Bug Fixes**:
* Fixed `UnsupportedOperationException` on Folia/Canvas servers caused by legacy scheduler calls.
* Fixed a crash issue where Folia timers were initialized with a 0-tick delay.
* Added missing localization keys for the booster panel and information messages.