Updated FAQ (markdown)

YouHaveTrouble
2022-12-14 23:49:30 +01:00
parent 3024124c8f
commit d4e32a90cc
+9 -9
@@ -1,35 +1,35 @@
`I added a command to the whitelist, but it's not displaying in tab completer!` ### 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. 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!` ### I don't want any tab completion!
You can remove all items from the default list and change the line to `default: []`. You can remove all items from the default list and change the line to `default: []`.
`I can't use any commands I added to custom whitelist in config!` ### I can't use any commands I added to custom whitelist in config!
Use permission plugin to give yourself 'commandwhitelist.commands.<name_from_config>' Use permission plugin to give yourself 'commandwhitelist.commands.<name_from_config>'
`I can still see and can use proxy commands!` ### I can still see and can use proxy commands!
To block proxy commands you need to put this plugin on the proxy server and configure it for that. There is no workaround for this. To block proxy commands you need to put this plugin on the proxy server and configure it for that. There is no workaround for this.
`Some commands I put in whitelist still display command denied message!` ### 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. 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 proxy commands, but can still see them in tab completer!` ### Players can't use proxy 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. 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.
`Players can still tab-complete commands while on old client/bedrock client` ### Players can still tab-complete commands while on old client/bedrock client
Protocol hacks are not supported. The reason for that is they often ignore the event results and send the full command data anyway. This needs to be fixed on a protocol hack level, not on plugin level. Protocol hacks are not supported. The reason for that is they often ignore the event results and send the full command data anyway. This needs to be fixed on a protocol hack level, not on plugin level.
`I used command/reloaded proxy config to add/remove proxy command but the current players don't have their command lists refreshed` ### I used command/reloaded proxy config to add/remove proxy command but the current players don't have their command lists refreshed
There is currently nothing I can do about that, player just needs to switch servers/relog to get new proxy command list. There is currently nothing I can do about that, player just needs to switch servers/relog to get new proxy command list.
`Some subcommands are not affected by the blocker!` ### Some subcommands are not affected by the blocker!
https://github.com/YouHaveTrouble/CommandWhitelist/issues/10 https://github.com/YouHaveTrouble/CommandWhitelist/issues/10