PermissionsEx

PermissionsEx

14M Downloads

Can I disable a command without permission related to it with this plugin?

tantalate opened this issue ยท 2 comments

commented

Can I disable a command that don't have a permission related to it (like /register from LoginSecurity) ?

commented

For the most part, that's accurate.

However, for commands added by Forge mods in the Sponge version of PEX, the permission <modid>.command.<commandname> is assigned unless the command has its own permission checking logic (WorldEdit is one example of a plugin that does its own thing but still hooks into Sponge permissions on its own).

commented

Generally, no. If a plugin doesn't use permission nodes, its commands and features are open to everyone.

@zml2008 can confirm or deny this.