From d9b2fe5d05d65558d5353feadba7bcec424eb06d Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 1 Aug 2020 02:25:21 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d092fb3..539784c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -18,4 +18,8 @@ To block bungeecord commands you need to put this plugin on bungeecord server an `Some commands I put in whitelist still display command denied message!` -If this happens, the plugin doesn't register the aliases correctly. Use bukkits commands.yml instead of built-in plugin aliases. \ No newline at end of file +If this happens, the plugin doesn't register the aliases correctly. Use bukkits commands.yml instead of built-in plugin aliases. + +`Players can't use bungeecord commands, but can still see them in tab completer!` + +To block bungee tab completions you need to run [Waterfall](https://papermc.io/downloads#Waterfall) or one of its forks (ex. [FlameCord](https://www.mc-market.org/resources/13492/)). This is caused by completely dumb way bungeecord itself handles tab completion. \ No newline at end of file