Specific permission to add a player in a group
Closed this issue ยท 5 comments
Hi !
I'm wondering if your plugin allows to add a group to a player according to a specific permission.
Case example:
- You have the default track "Player", "Moderator", "Admin".
- You have several secondary groups "Mayor", "Trader", "Bandit"
As an Admin, we can add anyone in anygroup but we would appreciate if we can delegate some group addition for our Moderators.
That said they'll be able to add any player in group Mayor, Trader and/or Bandit with a permission like "luckperms.user.group.add.Mayor" and "luckperms.user.group.remove.Bandit"
Thank for the good work ๐
That page may help you: https://github.com/lucko/LuckPerms/wiki/Argument-based-command-permissions
Well, indeed that's what I'm looking for, yet it's not sufficient.
Giving the permission [base command permission].modify.others will allow "Moderator" to grant any group of any player. We really want to segregate action on groups (add/remove).
In fact we would like to allow them to add/remove group Mayor but only remove the Bandit one.
Is there any permission node to manage a group specifically such as luckperms.group.moderator.info instead of luckperms.group.info ?
Yes, it's covered in the last section.
Ok nice, thank you for your reactivity. That's really appreciated.
Looking forward to migrate zPermissions into LuckPerms ;)