Skip to content

Frequently Asked Questions

Literallie edited this page Aug 27, 2016 · 8 revisions

General

How do I install the plugin?

Please follow the installation guide.

How can I get support?

Please follow these instructions.

Is there a bypass permission?

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.

Problems

Bukkit: Tab-completion is working on blocked commands for normal users!

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).

Tab-completion and execution of blocked commands are still working!

Please make sure that you don't have the bypass permission (Config: bypass-permission; default: cmdblock.bypass) when testing.

Bukkit: "Detected non-standard command map"

Example: Screenshot of the error message

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.

Cannot block /? (error message in console)

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
- '?'

java.lang.ClassCastException: java.util.LinkedHashSet cannot be cast to java.util.List

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)

I got an unlisted error message, help!

Please file an issue with your server log, server version and plugin list and I'll take a look at it.