- Added Adventure Chat formatting
- Moved the SkinManager to StarMCLib, renamed to SkinAPI and made it a static singleton
- Moved StarCoreAPI back to StarCore
- Added some listeners that are versioned for the events that pass it to an IEventBus
Changes from StarLib 0.10.1 - Added a custom Dependency Injection Framework
- Moved the code from SimpleCalculator to NumberHelper and deprecated SimpleCalculator
- Added a StringHelper#join(Object[], String) overload for arrays and not just collections
Changes from StarMCLib 0.2.0 - Added Adventure Chat formatting
- Added a custom ExtendedJavaPlugin class
- Moved the Entity, Material, Potion names classes to their own package
- Moved the Armor and Tool set classes to their own package
- Moved the plugin specific things to the plugin package