
TogglePlugins
Version: 1.2 (beta) Note: Chose wrong craftbukkit build (sorry). It's still 1.6.4-R2.0
Description:
This plugin allows you to enable or disable plugins on your server by two simple commands!
Also it allows you to disable a plugin in a certain world while it can be ran from another world!
Info: Be careful with some plugins, because when you disable them it can happen that they don't get enabled anymore. Only after a complete reload or restart of your server! For example this can happen, because some plugins need other plugins to run.
How to install:
- Download the plugin.
- Put the TogglePlugins.jar into your plugins folder.
- Start your server!
Commands:
/enable <plugin> - Enables a plugin. (/tpen <plugin>)
/disable <plugin> - Disables a plugin. (/tpdis <plugin>)
/listplugins - Lists all plugins on the server. (/tplist)
/tpreload - Reloads the config. (/tprel)
Permissions:
'togglePlugins.enable' - allows to enable plugins
'togglePlugins.disable' - allows to disable plugins
'togglePlugins.listPlugins' - allows to disable plugins
'togglePlugins.reload' - allows to reload the config
'togglePlugins.*' - gives access to all permissions
Config example:
# blacklist world: - WeatherGod - SomePlugin world_nether: [] world_the_end: - SomePlugin
The plugins WeatherGod and SomePlugin are disabled in world. Also SomePlugin is disabled in world_the_end, too.
ChangeLog:
- Version 1.2 (beta)
- - Added new command: /tpreload (to reload the config)
- - Plugins can now be disallowed in certain worlds by listing them in the config
- Notice: the function to disallow plugins in certain worlds is in beta state. So I don't know if it will work for all plugins you choose to disable, because I only tested a few.
- Version 1.1
- - Added new command: /listplugins
- - Added command aliases
- Version 1.0
- - Offical release

