PluginBukkit allows admins to, with the help of a plugin, enable/disable plugins from the server's console (while the server is running!). Plugin enabled/disabled status is recorded in a flatfile, allowing a plugin to remain disabled even after the server is restarted.
PluginBukkit v0.2.0 permits plugin names with spaces as arguments to the "/enable" and "/disable" commands.
PluginBukkit v0.1.0 has finally been released.
Simply place the plugin in the standard Bukkit plugin directory and it will become active next time the server starts.
The plugin has two commands:
| Command | Use |
|---|---|
| /enable [plugin] | Enable [plugin] if it isn't already enabled. |
| /disable [plugin] | Disable [plugin] if it isn't already disabled. |
Both of these commands are protected by the "pluginbukkit.use" permission.
The latest plugin build can be downloaded here.
This plugin is developed solely by me in my free time so:
Developer: Keeley Hoek (escortkeel)