Set scope of permission info
Closed this issue ยท 3 comments
Hi,
often I need to see which plugin permissions group or user has.
For example I want to show only assigned permissions related to WorldBorder plugin.
Currently I need to browse several pages of permission list.
I would really appreciate a posibility to pass an argument [scope] - the root of the permission lookup (specify . to include all permissions)
Example:
/lp group admin permission info 1 worldborder
Which would show only permissions like
worldborder.fill
worldborder.bypass
etc.
Definitely a valid suggestion.
In the meantime, I suggest using the webeditor. It has the benefit of being able to use a full page, and therefore is not constrained to the Minecraft chat window. Therefore, doesn't really suffer from this issue! :)
Yeah but it's not really comfortable as I'm playing in fullscreen so I need to switch to browser everytime.
Maybe adding simple filter would help? Like print only those permissions, which contains substring given as parameter.