Make WorldGuard API methods that check allowance check bypass perms.
LadyCailinBot opened this issue ยท 4 comments
WORLDGUARD-2714 - Reported by me4502
In CraftBook, the following code does not check with WorldGuard bypass perms
return worldGuardPlugin.getGlobalRegionManager().allows(DefaultFlag.USE, loc, worldGuardPlugin.wrapPlayer(player));
and
return worldGuardPlugin.canBuild(player, block);
Basically they should take those perms into account?