Configurator lets you edit configuration files of any plugin with a GUI inside your server. It features a file browser to browse configuration files in plugin folders, and a sort of configuration browser that lets you browse nodes in a file.
Configurator currently only supports YAML files.
- /configurator or /cfg - Opens the GUI
- configurator.use - Access to the GUI, i.e edit configs
- configurator.reload - Access to /cfg reload
All messages that are visible to the user (excluding console, admin commands like reload...) are customizable. This includes text inside the GUI.
IMPORTANT: Do NOT edit values in lang_default.properties, they will be reset on plugin load.
To use special characters, you may have to use escaped Unicode characters, such as \u00BB for ». A list of available Unicode characters is available here
- Copy the contents from lang_default.properties to a new file, lang_<code>.properties, where <code> is any one word.
- Change the values however you like, and save.
- Change lang in the config.yml file from "default" to whatever code you chose for your language file.
- Start the server or reload using /cfg reload.
- In the future, the plugin might warn you that your language file is missing values, and that the plugin will fall back to the default values of those that are missing. To fix this, copy (only the missing ones, listed in console) values from lang_default.properties to your file, edit them and reload. Order doesn't matter, so you can paste them on the last line.
IMPORTANT: This plugin WILL mess up comments in config files! This will hopefully be fixed soon.