![PermissionsEx](https://media.forgecdn.net/avatars/thumbnails/68/890/256/256/636163149387848566.png)
Can I disable a command without permission related to it with this plugin?
tantalate opened this issue ยท 2 comments
Can I disable a command that don't have a permission related to it (like /register from LoginSecurity) ?
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).
Generally, no. If a plugin doesn't use permission nodes, its commands and features are open to everyone.
@zml2008 can confirm or deny this.