commit 3d7d4f6fa602b332639206af5b30a55adb13e0cf Author: YouHaveTrouble Date: Sat Jan 18 11:37:26 2020 +0100 Initial Home page diff --git a/How-it-works.md b/How-it-works.md new file mode 100644 index 0000000..9ca2e80 --- /dev/null +++ b/How-it-works.md @@ -0,0 +1,5 @@ +# What it does +Plugin takes player's locale (the language set in the client) and displays message predetermined in the config for that language. If it cannot find the language in the config, it shows message for en_us locale. This works for all possible locale, even with custom ones, if you choose to put them in the config. + +# Customisation +Plugin is fully customisable. This means you can create any subcommand for /help command for ex. /help info. Make sure commands you're creating always have their en_us version, as this locale is used a fallback if plugin cannot find a client's language in config file. Commands just won't work if they don't have en_us translation. \ No newline at end of file