This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Compatibility issue by using Essentials #49
Comments
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 |
Are you still interested in this? If so, reopen the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: