Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Frequently Asked Questions

Literallie edited this page Nov 20, 2015 · 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.

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

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.