diff --git a/Config-command.md b/Config-command.md new file mode 100644 index 0000000..339a753 --- /dev/null +++ b/Config-command.md @@ -0,0 +1,15 @@ +A small guide to the config command + +* `/sg config` displays information about all config options. +* `/sg config ` displays information about a config option, including its current value +* `/sg config ` changes the value of the config option. + +Options have tab completion to help with which values can be used. +`mainSignColor` and `highlightSignColor` can use all chat colors defined in the [API](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html). +The different economy costs should be a positive integer, but a negative integer can be used if players should be given money instead. + +For languages, all available languages (de, en, es, fr, hu, it, nb-no, nl, nn-no, pt-br, ru), and any custom language files can be used. + +The default network should be max 11 characters, and contain no special characters ('|',':','#'). + +The folders should be valid folders and are relative to the server folder. Using ../ or ..\ is not allowed when not editing the config file directly. \ No newline at end of file