-
Notifications
You must be signed in to change notification settings - Fork 5
Frequently Asked Questions
Please follow the installation guide.
Please follow these instructions.
Yes, there is. You can configure it in your config.yml
for Spigot and BungeeCord. The default is cmdblocker.bypass
. Anyone having that permission can use and tab-complete blocked commands normally.
You probably got an error message in your console asking you to get ProtocolLib (you need that in order for it to work) or you simply turned it off in the config file (prevent-tab
).
Please make sure that you don't have the bypass permission (Config: bypass-permission
; default: cmdblock.bypass
) when testing.
Example:
A plugin you have installed or your server software (I recommend Spigot) uses a different command list than CraftBukkit/Spigot. If you file an issue with your server log, (use Pastebin!) I may add support for your setup.
You need to quote the question mark in your configuration file. Here's an example of a working configuration: (plugins/CommandBlockerUltimate/config.yml
)
target-commands:
- help
- plugins
- version
- '?'
If you encounter this error, your configuration file may have gotten corrupted. This should not normally happen, but if it does, first try removing any !!set
statements from your config. If that does not work, move your config file to a different location and regenerate it from scratch.(details)
Please file an issue with your server log, server version and plugin list and I'll take a look at it.