+ Commands are now handled by a CommandManager. This was done to deal with subcommands as individual classes, to enable addons to add their own.
+ Added an addon system to extend the functionality of BodyHealth without relying on third-party plugins. In the future, new features may be published as addons, allowing you to choose which functionalities you want to include, optimizing server space and CPU usage.
You may also write and publish your own addons. Here's a guide for doing so:
https://github.com/Mitality/BodyHealth/wiki/Addons
If you happen to write a cool addon, let me know and I'll feature it somewhere.
+ Data is now stored within a data folder, instead of directly within the plugin folder. To still use your current data file, move it to `plugins/BodyHealth/data` and name it `bodyhealth.yml`.
+ A new language option will automatically be added to your config.yml which stays where it is now. It allows you to chose a language from a new language folder at `plugins/BodyHealth/language` to allow native support for more languages in the future. To keep your current language configuration, move it to `plugins/BodyHealth/language` and either name it `en-us.yml`, or set the language option in your config.yml to the name of your language file without the `.yml`.
Feel free to add your own translations and submit them to me to be added natively.