Ok so the members in my server can do /f flag (their faction offlineexplosion false and other commands like that, i have no perms for that in the pex file, how do i make it so they can't do that?
2
Thanks it worked
Find the permission node that would allow that command and do this:
- -(The perm here)
The second "-" acts as a "deny" setting, so that, if they have access to that permission by default in the plugin, PEX will remove it from that group.
- -(The perm here)
The second "-" acts as a "deny" setting, so that, if they have access to that permission by default in the plugin, PEX will remove it from that group.
