Another update has arrived. I've learned some new interesting things that I applied in this update of NetworkManager which should improve the start-up time a lot. It actually should load all data after enabling the plugin and not when the server is done with starting. I've also found a few bug that I was able to fix and cleaned-up some code.
That's it for today.
Enjoy!
Change log:
- Fixed SQL error when reloading server in servermanager by command.
- NetworkManager loads it's data now faster on startup (a lot faster on spigot).
- Fixed some issues when hooking into NetworkManager and fetching data on server startup.
- Excluded Apache Commons-IO library from the NetworkManager jar and added it as library that will download it on start-up.
- Extended the ExtensionManager in the API with more methods.
- Cleaned-up some useless code.