- Fix issue where commands were trying to be loaded before the plugin was actually enabled
- Removed Console and Private logs as they are not needed
- Removed JodaTime dependency (which drastically decreased the plugin size -700kb)
- Implemented custom Time models for calculating boot time of plugins
- Added Plugin Explorer (coming soon)
- Implemented FileWatcher for watching new plugins rather than using Bukkit Schedulers
- Fix calling Player#updateCommands for 1.8 which causes NoSuchMethodError
- Fix unused Actions
- Removed unused events: PluginEnableEvent, PluginDisableEvent, PluginReloadEvent
- Multiple fixes
