The /msg and /tell permission does not work

Hey there :]

Does anyone got an idea why the permissions “minecraft.command.msg” and “minecraft.command.tell” do not work?
It’s listed in the Sponge API 5.0 documentation.

Greetz,
yololetsplay

Are you using Nucleus or EssentialCmds, or some other essentials style plugin? They all register over these commands, so the permissions you need to grant are different.

Test /minecraft:msg and /minecraft:tell, see if they work.

/minecraft:msg isn’t a real command. /minecraft:tell is.

It sounds like a plugin is providing its own /msg and /tell commands. You’all need to use whatever permissions that plugin uses for them.

Oh, yeah. Brain freeze, it’s been a long week…

Yep “nucleus” had another permission. Thx for ur answers :]