EngineHub / CommandBook

General and administrative commands
https://enginehub.org/commandbook/
GNU Lesser General Public License v3.0
145 stars 105 forks source link

disabled-commands doesn't work #287

Closed LadyCailinBot closed 4 years ago

LadyCailinBot commented 8 years ago

CMDBOOK-2438 - Reported by altrisi

When I use the config "disabled-commands", the commands are not disabled. I'm using the variable in list, like:

disabled-commands:

  • teleport

Why it doesn't work? I need the tp command to use @p, @a and @e!

Please Help. Thanks.

LadyCailinBot commented 8 years ago

Comment by wizjany

disabled-commands hasn't done anything for several versions. you need to disable the entire component now via the component config setting.

alternatively, you can use bukkit.yml to alias /tp to /minecraft:tp

LadyCailinBot commented 8 years ago

Comment by altrisi

Thanks. I searched for info for the file "commands.yml", and I found that I can active the Mojang provided commands only for command blocks.