+ Added support for MySQL databases. This is simply meant to store transactions and auction items, it's not designed to sync auction items between multiple servers. Items will be out of sync.
+ Added an auto save feature, by default it's enabled. it will save every 15 minutes by default. Depending on your storage option (database or flat file) it will save to the appropriate location.
+ Added an upload command (/ah upload) will be take any flat file data and upload it to the database. This is meant for users who want to switch to the database storage option but still have data on the flat file.
+ Added a optional setting to the GUI auto refresh, you can opt in to make the task asynchronous. See config comments for more details.
Although tested, there might be issues with the database storage. If you find any bugs, please let me know via my discord server immediately.