This mainly contains small changes that I didn't release on here. Full changelog below
- Made a separate StarCoreAPI project
- Renamed some modules, packages and files to their proper NMS Versions
- Separated the Messages Config Options into their own messages.yml file. Existing configs will transfer
Changes from the new StarCoreAPI - Made an Actor.canSee(Actor) method
- Made an ActorFactory interface with a default implementation
Changes from StarLib - Added a CallbackPeriod functional interface for the Clocks
- Added the ability to name clocks
- Added a one-way bind to Property
- Updated Google GSON Version to Latest
- Made the SimpleEventBus use recursive listener detection
- Added the Random Utils from Lucko-Helper
- Added the Chain Utils from Lucko-Helper