- 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