- Added MySQL support (look in storage.yml) (thanks to @Zombiemold for the suggestion)
- Added migrate command (see below for explanation)
- Fix some errors that happened when executing some commands on the console
To use the migrate command, use the following syntax:
Code (Text):
/ajParkour migrate <from>
Replace <from> with the name of the old storage method.
It will move all high scores from <from> to the currently enabled storage method.
Example:
Code (Text):
/ajParkour migrate yaml
If you have MySQL enabled, this command will migrate from yaml file storage to MySQL.