PluginManager+

MC Plugin PluginManager+ 2.9.6
Effortlessly manage your plugins with PluginManager's intuitive interface.

  • Improve command logic
  • Remove unintended imports
  • Improve version handler
  • Update placeholder text, to not return empty but rather that the certain placeholders are unknown
  • 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
Top Bottom