Initial Home page
@@ -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.
|
||||||
Reference in New Issue
Block a user