- Updated StarLib to 0.12.0
- Updated StarMCLib to 0.3.0
- Relocate the adventure library to a different package
- Implemented more uses of the dependency injector
- The StarMCLib class is initialized when StarCore is enabled
- Added console log outputs for different stages during loading
- Added a reload method to the Configuration class
- Added a delete method to the Configuration class
- Moved listener registration to use a registerListeners method in ExtendedJavaPlugin
StarMCLib 0.3.0 Changelog - Added a StarMCLib singleton class that provides some global utilities and functions
- Added a registerListeners method to ExtendedJavaPlugin
- Removed Guava Cache from the XMaterial class
StarLib 0.12.0 Changelog - Moved code to
com.stardevllc.starlib package
- Made the DependencyInjector use the ObjectProvider class
- Added a getEventClass method to IEventBus
- Added an addChildBus method to IEventBus