+ New options '
Options.Cache.User.Use' & '
Options.Cache.User.RemoveOnQuit'
->
Options.Cache.User.RemoveOnQuit = When the player disconnect from the server, clear the player cache?
Options.Cache.User.Use = Can TheAPI cache User.class?
+
Fixed saving of Data.class of type
YAML + New
SortedMultiMap.class + New custom event listeners (These events can be called from TheAPI.class)
* me.DevTec.TheAPI.Utils.Listener.Event.class
* me.DevTec.TheAPI.Utils.Listener.Listener.class
* New custom event 'ServerListPingEvent'
+ Removed google imports (Lists, Maps..)
+ New TheAPI PlaceholderAPI bridge for TheAPI placeholders (ThePlaceholderAPI) -> %TheAPI_{The_Placeholder}%
*
What does it mean?You can now register your placeholder only in TheAPI via ThePlaceholderAPI.class, these placeholders are now also available in PAPI
+ To ThePlaceholder.class added register and unregister methods
+ New Maker.class & jsonmaker package (Custom JSON - Saving and Getting)
+ Fixed saving of objects for Data.class to Json
+ Added new enum JSON for saving of Data.class
+ Fixed bugs & Removed unused