Skip to content

loidsemus/configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Commands

  • /configurator or /cfg - Opens the GUI

Permissions

  • configurator.use - Access to the GUI, i.e edit configs
  • configurator.reload - Access to /cfg reload

Customization

Customizing messages

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

  1. Copy the contents from lang_default.properties to a new file, lang_<code>.properties, where <code> is any one word.
  2. Change the values however you like, and save.
  3. Change lang in the config.yml file from "default" to whatever code you chose for your language file.
  4. Start the server or reload using /cfg reload.
  5. 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.

Other info

IMPORTANT: This plugin WILL mess up comments in config files! This will hopefully be fixed soon.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages