literalplus / commandblockerultimate

Blocks commands and does it well, or at least it thinks so. Compatible with BungeeCord and Spigot!
http://j.l1t.li/cmdblk
GNU General Public License v2.0
6 stars 5 forks source link

[Request] Tab-Complete Message Disable #25

Closed ghost closed 8 years ago

ghost commented 8 years ago

Removal or option to remove tab-complete denied message

literalplus commented 8 years ago

Set show-error-message to false in config.yml. Note that this also disables the message for blocked commands. https://github.com/xxyy/commandblockerultimate/blob/master/spigot/src/main/resources/config.yml#L15

ghost commented 8 years ago

I know that, but I would like to have the command blocked message with the exemption of the tab complete message

literalplus commented 8 years ago

Fair enough. Will add this once I find time.

ghost commented 8 years ago

Alright thanks a ton :D

literalplus commented 8 years ago

Added by 70ab267ff8982e79ac324bbf47d0dcba6740802a. That commit is included in the new 1.5.1 release available here. If there's any problems, feel free to reopen this issue or create a new one for unrelated problems.