-
-
Notifications
You must be signed in to change notification settings - Fork 23
FAQ
Caution
Before asking for support please check current known issues
Autocompleter will only display commands that are registered on the server. Make sure the command you added exists.
You can remove all items from the default list and change the line to default: []
.
Use permission plugin to give yourself commandwhitelist.group.<name_from_config>
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.
If this happens, the plugin doesn't register the aliases correctly. Use bukkits commands.yml instead of built-in plugin aliases.
To block bungee tab completions you need to run Waterfall or one of its forks (ex. FlameCord). This is caused by completely dumb way bungeecord itself handles tab completion.
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
There is currently nothing I can do about that, player just needs to switch servers/relog to get new proxy command list.
https://github.com/YouHaveTrouble/CommandWhitelist/issues/10