=> Full support for flat file (JSON) saving has been added. If you're using only one server you won't be required to use any type of database. Just drop AquaCore into plugins and configure it to your liking.
=> Flat file option will not affect current buyers who use the mongo database, if you want to use flat file saving, please edit your database.yml with changes below this log.
=> Flat file saving will be enabled by default for new buyers
=> Plugin will no longer fully load if the connection to your mongo database is unsuccessful, you will receive a warning with with error in the console
=> Other code changes and fixes
Add this to your database.yml
# Please choose between "FLAT_FILE" and "MONGO"
DATABASE-TYPE: "MONGO"
=> Fixed some issues with methods in the API
=> Fixed nametags not working on versions above 1.12, this was caused because of an updated method on spigots to display colors on tab and above name
=> Fixed offline player's Redis cache not updating when executing commands such as punishments
=> Patched /chat error which would sometimes occur on 1.17 spigots
=> Optimized and patched an issue with updating players data across servers which would cause delay and possibly mark player as an offline
=> Cleaned up code across multiple command classes
=> Other mirror code changes and improvements
=> Improved way of checking bungee permissions
=> Fixed permissions being case sensitive for 3.0.6+ versions
=> Improved a few things when it comes to overall core performance
=> Patched error when sending global message that would occur sometimes
=> Patched heal command error with removing potion effects async
=> Fixed default placeholders in messages
=> You can now customize item of each tag by using /tag setitem <tag>, this will set the tag's item to the item you're currently holding, please note that the item might not transfer between different server versions, in that case, you will still see default name tag item
=> Removed aqua settings menu from development
=> Fixed /playtime command issue on 1.12+ spigots
=> Implemented HEX color support, you can use hex colors in chat, rank prefixes, messages configuration and other places where alternate color codes are used