-
-
Notifications
You must be signed in to change notification settings - Fork 23
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.<name_from_config>'
I can still see and can use bungeecord commands!
Sadly, bungeecord commands are injected way before player hits your spigot server, therefore bungee commands cannot be filtered by this plugin as of now.
Some commands I put in whitelist still diplay command denied message!
If this happens, the plugin doesn't register the aliases correctly. Use bukkits commands.yml instead of built-in plugin aliases.