Groups have access to /plugins but they dont have the perm
AnonymousHitman opened this issue · 6 comments
My players have access to /plugins. They dont have the permission node. http://pastebin.com/WE0xZQPx
Which version of Minecraft and PEX are you running?
Your file has 1 user in it, and that 1 user is the owner, who has all permissions.
minecraft version is 1.8.8 and the plugin version is 1.23.4, and every player that does have all perms still has access to /plugins
You can try negating the Vanilla Permissions, but they are extremely random to control. (2 people running the exact same server may have different results.)
pex group <group> add -bukkit.command.plugins
Test the above command on your group(s). If it works— great! If it doesn't work, use Debug Mode:
- Type
pex user Stormbow toggle debug
into the console to turn Debug Mode on. - Have Stormbow type
/plugins
in-game. - Type
pex user Stormbow toggle debug
into the console to turn Debug Mode off. - Look through the console output to find out which permission node(s) are giving Stormbow access to the /plugins command.
- Negate those permission nodes with
pex group <group> add -permission.node.name
.