PlugMan v1.7.0
Details
-
FilenamePlugMan.jar
-
Uploaded by
-
UploadedJun 8, 2012
-
Size36.77 KB
-
Downloads7,076
-
MD55d675827829209f2678fb4b87812ded2
Supported Bukkit Versions
- CB 1.2.5-R3.0
Changelog
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.
Unload command is done in an less than ideal way, and may experience problems.