- Made a Standalone plugin class that has warnings for StarMCLib
- Made the non-standalone plugin integrate with StarMCLib
- Moved the IEventBus from the BukkitEventListener class to the StarEvents class
- Added soft-depends on mcMMO and PlaceholderAPI
- Added some filters for the dynamic generation for mcMMO classes that caused issues
- Updated StarMCLib to 0.11.0
- Updated StarLib to 0.20.0
- Updated the version title to be a bit more clear on what this is
- Updated StarLib to 0.19.0
- Reworked to use dynamic event detection for listeners instead of hard-coded values
- Added StarEvents#registerListener(Object) static method to allow registering listeners that follow the SimpleEventBus listener structure (The bus used internally is an extension of this)
- Added StarEvents#getEventsTracked() method that returns a Map<Class<? extends Event>, Pair<Object, Method>> that contains information about the events tracked
- Added a check for duplicate event handling
- Removed found duplicates with the new duplicate handling