Add permissions to user in region (remove when not)
LadyCailinBot opened this issue ยท 6 comments
WORLDGUARD-2310 - Reported by ahhdem
I would like to give a builder worldedit permissions in a specific region, while they are in it. It would also be nice if this could be at the parent or child level, and togglable per user.
Cheers
Comment by Alastos
A possible issue I see with having a flag like this is if someone with even basic knowledge of how to work WE would be able to make WE selections well outside of the given region while inside, causing god knows what damage to the rest of your world. If it could somehow be configured to deny WE selections from being made or expanded outside the region with the flag then I think you would be fine.
Comment by Dark_Arc
I don't like this flag... I can see a lot of problems with it...
Comment by wizjany
The only real 'problem' is to preserve the prior permissions instead of just removing them.
Comment by Melonking
With PEX at any rate, if it applies the region permissions as the primary group, the region permissions would load first, but all others would still load after.
Comment by wizjany
Oh yea, we'd also have to expand all the permissions handlers for this.
Comment by Dark_Arc
problems:
direct manipulation: May not integrate properly with exsisting permissions, could remove a permission that should be kept
per-perm-plugin: Server crashes could cause the permission to be persistent, harder to maintain, selective support, among other things...
all: nesting would be a mess to handle and quite honestly could be a costly calculation since it would need to run in a per region environment
Potential problems > Benifit imo...