With the new 4.16 version the WolfyUtilities repository will only contain the common and abstract API of the plugin.
This is in preparation for the platform specific implementations.
What makes this difficult is that the plugin obviously contains tons of Bukkit specific references.
All of those have been moved to WolfyScript/WolfyUtils-Spigot, that kept full backwards compatibility with previous versions.
Some implementations were abstractified to later allow for easier platform implementations. For example the Chat API, WolfyCore, and WolfyUtils (Previously WolfyUtilities).
With the new 4.16 version the WolfyUtilities repository will only contain the common and abstract API of the plugin. This is in preparation for the platform specific implementations.
What makes this difficult is that the plugin obviously contains tons of Bukkit specific references. All of those have been moved to WolfyScript/WolfyUtils-Spigot, that kept full backwards compatibility with previous versions.
Some implementations were abstractified to later allow for easier platform implementations. For example the Chat API, WolfyCore, and WolfyUtils (Previously WolfyUtilities).