PlugMan v1.8.3

Details

  • Filename
    PlugMan.jar
  • Uploaded by
  • Uploaded
    Mar 30, 2013
  • Size
    19.50 KB
  • Downloads
    4,775
  • MD5
    f9169ecaa836144ea6fd464cce55513e

Supported Bukkit Versions

  • 1.5.1
  • 1.5.0

Changelog

Version 1.8.3:

  • Call plugin's onLoad() function.

Version 1.8.2:

  • Fix broken list/vlist command (thanks to @WooJoo for reporting this)
  • Alias /pm to /plugman.

Version 1.8.1:

  • Fixed a small bug which basically canceled the reloading as soon as one skipped plugin was encountered.
  • Added a "real" reload which basically now just calls unload an then load internally.
  • Renamed old reload to restart
  • Made load a bit smarter, it can now search for plugins based on their description-name instead of just the file-name.

Version 1.7.2:

  • Fix for broken load command.

Version 1.7.1:

  • Removed purge command.
  • Added status command
  • Added more info to info command.
  • Added option to opt-out of metrics.
  • All new colors.
  • HUGE code cleanup

Version 1.7.0:

  • Added unload command.
  • Added option to skip certain plugins when using /plugman reload all (found in config)
  • General code cleanup

Version 1.6.8:

  • Fixed NPE with info command.
  • Added correction for wrong args on the test command.
  • Cleanup and testing for 1.2.5 RB

Version 1.6.7:

  • Re-implemented usage command
  • Changed purge command default to false, you -must- have plugman.purge to use it now, not just OP.

Version 1.6.6:

  • Removed the /pm alias by default, it caused too many issues with messaging plugins.
  • General code cleanup.

Version 1.6.5:

  • Added PluginMetrics tracking - http://metrics.griefcraft.com/plugin/PlugMan
  • Re-implemented /plugman vlist
  • "*" can now be used in the reload command along side "all" to reload all plugins
  • Added can now enable/disable all plugins via "all" or "*" as the plugin argument.

Version 1.6.4:

  • Added /plugman purge - Dangerous, must restart or reload server (from console) to re-enable all plugins.
  • Changed all chat formatting around.

Version 1.6.3:

  • Added support for plugins with spaces, ie "My Worlds".
  • Added /plugman reload all.
  • Added /plugman test [permission] [player] - Player is option, checks perm for if you if left out.

Version 1.6.2:

  • Removed unused code and unused ChatTools class.

Version 1.6.1:

  • Made all commands default to op, not non op.

Version 1.6:

  • Total rewrite of the plugin.
  • Removed the usage and describe command.
  • Added alias: pm

Version 1.5.4:

  • Fixed permission check for sender.

Version 1.5.3:

  • Added individual permission nodes per command.

Version 1.5.2:

  • Removed restrictions on caps, plugin isn't picky anymore.

Version 1.5.1:

  • Added help menu -> /plugman or /plugman help

Version 1.5:

  • Updated from b1185 to new RB.
  • Updated for BukkitPerms API.
  • Fixed broken chat formatting.

Some plugins fail to (re)load properly because of ClassLoader mismatches which I don't really understand yet (gotta fresh up on reflection and bukkit internals I guess). So far that happened to me with Essentials and dynmap which I added to the default exception list. I suspect this will affect all plugins which have "internal" plugins/modules themselves.