ConfigEdit is a lightweight Bukkit plugin that provides one simple command for editing config files in other plugins. If you get tired of constantly opening a plugin's config file just to change one minor thing, than this plugin is for you.
ConfigEdit's edit command has a simple, easy syntax for editing config files:
/edit theplugin the.key:value otherconfig
Where:
the: key: value
You can also set lists in the config. For example:
Which in the config might look like:
the: key: - value1 - value2 - value3
If you want to add values to already existing configs, you could do, for example:
Which might look like this in the config:
the: key: - value1 - value2 - value3 - value4 - value5 - value6
Say you wanted to remove value1, 2, and 3 from the config. You could do:
Which might look like:
the: key: - value4 - value5 - value6
If you decided you wanted to remove the.key altogether, just set the value to null:
ConfigEdit has one permission:
This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Feel like you can improve the plugin in some way? Send me a pull request on Github: https://github.com/techboy291/ConfigEdit