Complete integration with perm plugin : Flags and groups (Suggestions for WorldGuard)
LadyCailinBot opened this issue ยท 1 comments
WORLDGUARD-4035 - Reported by yoala
original title : Flags and groups Suggestions (for WorldGuard)
Hi !
Here are some few useful opinion imho :
more WG perms for more customization
add permissions,
& perm groups (groups from a permission plugin such as PermissionEx/LuckPerms as in /rg addmember town g:permgroup)
support in WG.
What I mean is that now in WG (sadly) :
- You can already add permgroups as members of a rg,
eg /rg addmember town g:somecustompermgroup - You CAN'T add permgroups as groups in flags :
/rg flag spawn -g nonmembers pvp deny
works fine ("internal WG groups") but
/rg flag spawn -g g:mycustompermgroup pvp deny
doesnt exist, - You CAN'T set the same flag to different values (for more than one group) :
/rg flag shop -g nonowners pvp deny
works
but you can't simultaneously add another value to that flag without cancelling its precedent value and associated group - You CAN'T set very specific permissions : for instance : allow an user to perform a certain task to a certain region :
ex : you can set /rg flag shop -g awesomegroup send-chat deny
or "allow" but you can't set a specific denied value
ie : you can't prevent an user from saying "I love cookies" in region "wehatefood".
PS : Another enhancement : use LuckPerm's context feature.