PluginManager+

MC Plugin PluginManager+ 2.7.6
The ultimate in-game plugin manager. Control plugins without restarting the server

  • Stop checking for exceptions on command register / unregister
  • Better strategy for loading messages from messages.yml, which can be reloaded
  • Improve command wrappers, with this update, we can easily register and unregister commands
  • Improve logic of plugin loaders
  • Plugin now contains a version tag, after the name
  • Remove Actions from the manager (meaning there won't be any cooldowns between different actions)
  • Consoles can now also execute each command, except the ones where the inventory is needed to open
  • Fix issue where commands were trying to be loaded before the plugin was actually enabled
  • 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
  • Preparing for next large update
  • Fixed bug for 1.8 and 1.20 when loading due to SafeYAML updated to 2.0 version
Top Bottom