Elevators permissions
LadyCailinBot opened this issue ยท 6 comments
CRAFTBOOK-2943 - Reported by Bradley.Gillap
3.8-SNAPSHOT:3698-ffbd769,master
Other things in craftbook work fine under mech but the elevators are telling my users they do not have permission.
We are using PEX on 1.7.2 with spigot
elevator nodes are turned on in the config and everyone has permission
craftbook.mech.elevator
craftbook.mech.elevator.use
Comment by me4502
Is the area protected with worldguard? If so, make sure to allow the use flag. If that's not it, do you use LWC? Make sure the signs aren't protected by LWC.
If you want it to ignore protection plugins, disable advanced block checks in the config.
Comment by Bradley.Gillap
We have griefprevention, and worldguard but worldguard isn't really in use. I'll try block checks.
Comment by Bradley.Gillap
Users are reporting with block checks off the issue is resolved. Thank you.
Comment by me4502
Block checks basically just makes craftbook check if the player is allowed to use in this case, or build in some other cases. So most likely it was caused by GP disallowing uses.
And you're welcome.