Closed EinHecki closed 5 years ago
Thanks for your detailed report! What exactly are you trying to accomplish with this? If you only want to block those literal commands (why?), you have to disable alias resolution in the config file.
By default, CBU looks at what aliases are registered for a command so that users cannot circumvent blocks by simply executing one of those. Note that if you disable this, aliases won't be resolved for other commands either, so you'll have to manually block those if desired.
If you're trying to block Minecraft's native /tell, simply block /minecraft:tell instead.
Does this solve your issue?
Update, sorry, it can't do that yet! Duplicate of #29
Hey, sorry for the huge delay! I was very busy with uni and work. Anyways, please try this development build where you should be able to set resolve-aliases
to false
in config.yml
in both Spigot and BungeeCord to stop alias resolution: https://ci.l1t.li/job/public~cmdblkult/94/
Are you still interested in this? If so, reopen the issue.
Describe the bug I'm using Essentials and I blocked the command "/tell". Now my users can't run the "/msg" or "/m" comman.
To Reproduce Steps to reproduce the behavior:
Expected behavior I wan't that the "/msg" and "/m" command isn't blocked while I blocked "/tell". It only should be blocked if I write it in to my config.
Offending plugin (please complete the following information):
Environment (please complete the following information):
Relevant server logs Aren't needed.