Add MySQL support for currency management and update economy configurationAdd MySQL integration for EconomyManager and database-backed currencies
Integrated MySQL support in EconomyManager to handle database-backed currencies, including a new method `setMySQL` for configuration. Implemented the `useDatabase` flag across currency operations, refactoring balance handling to accommodate both database and persistent data storage. Added updates to save and load currency database preferences in the configuration.