Override -move Flag
javacraft opened this issue ยท 1 comments
It would be beneficial if a residence.admin.move permission were supported to allow players to enter move-restricted residences, similar to what residence.admin.tp does for tp-restricted residences.
It would help our moderators greatly while silently monitoring griefers and cheaters without having to give them full /resadmin privileges, which is just too powerful to give to anyone but a select set of individuals.
A quick peek at the source code has me believing that adding
&& !player.hasPermission("residence.admin.move")
to the move conditional on line 442 of ResidencePlayerListener would accomplish this.
Replaced with Pull Request (84b3e16)