+ Loading before MobArena plugin
+ Added option to select saving-type of Users data
+ Fixed User.class & Data.class (Mirror bug)
* Fixed converting YAML to DATA and vice versa
* Fixed loading & saving Data.class
* Added ability to load bukkit config list/string
* New system of storing comments
+ Fixed ServerList MOTD, PlayerCount.. and cleaned up code
+ Fixed ScoreboardAPI (Teams & Packets for 1.13+)
+ Switched ConfigAPI.class with Data.class in User.class
+ Optimized BossBar for 1.8.8 and older
+ To TheAPI.class added new methods createCommand(String name, Plugin plugin) and registerCommand(PluginCommand command)
+ To the SQLAPI.class added new methods with PreparedStatement & getPreparedStatement(String command)
+ In the BlocksAPI.class fixed async methods
+ To the BlocksAPI.class added (a)synchronizedSet(Position a, Position b, PercentageList<TheMaterial> with)
+ Fixed PlaceholderAPI & ThePlaceholderAPI classes