PermissionsEx

PermissionsEx

14M Downloads

Add syntax for adding permission nodes without subnodes

disba1ancer opened this issue ยท 2 comments

commented

If permission node "a" have subnodes (e.g.: "a.b", "a.c.d"), it is impossible enable only permission node "a" without subnodes. Currently subnodes may be disabled only in explicit way, that requires specifing all subnodes. If some plugin add support for additionally permissions, this permissions will be not disabled for some users.

commented

That's correct. This is an intentional design choice, which plugins should design their permissions around.

commented

Some plugins not support this design by historically reasons, and selecting other permissions plugins is simpler way for them