From 2fd58b3aec48e135b51320e1efe2f2ef79be4cb2 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 10 Jul 2020 23:52:22 +0200 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..79bd4b9 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,13 @@ +## FAQ + +`I added a command to the whitelist, but it's not displaying in tab completer!` + +Autocompleter will only display commands that are registered on the server. Make sure the command you added exists. + +`I don't want any tab completion!` + +You can either use permission plugin to deny _commandwhitelist.commands.default_ or remove all items from the default list and change the default line to 'default: []' + +`I can't use any commands I added to custom whitelist in config!` + +Use permission plugin to give yourself 'commandwhitelist.commands.' \ No newline at end of file