+ Optimized Sockets (from ~12% CPU usage to ~1%)
- Removed options for sockets speed (Sockets are now instant)
+ Improved of loading User data on login
+ Fixed StringUtils#join methods
+ Improved performance of generating of random secure key for Sockets
+Added translatable TimeConvertor
+ Fixed converting of String of URLs of ChatMessage class (json)
+Fixed Ref#existsMethod method
+ Added new methods to the ChatMessage class:
* Object toIChatBaseComponent(String text)
* Object toIChatBaseComponent(ChatMessage text)
* ChatMessage fromIChatBaseComponent(Object component)
+Method StringUtils#gradient(String text, String fromHex, String toHex) is now public static
+ Improved performance of StringUtils#gradient(String text, String fromHex, String toHex) -> ... -> StringUtils#colorize(String text)
+ Fixed Scoreboard bugs for 1.12.2 and older
+Fixed TabCompleter for TheAPI command
+ Added missing methods to the NBTEdit class:
* boolean hasKey(String)
* void remove(String)