Snow mechanic permissions.
LadyCailinBot opened this issue ยท 5 comments
CRAFTBOOK-3246 - Reported by mibby
Is it at all possible to have permissions to use the snow stacking mechanic in craftbook? I'd like to enable the feature only for a specific group (Admins) to avoid players stacking snow in gamemodes like Paintball. Currently, I do not see any snow mechanic permissions being present.
Comment by me4502
When do you want the permission check to occur? Almost all snow mechanics don't involve a player.
Comment by mibby
Probably the least performance impactful I can think of is when a user right clicks a snowball on the ground / on an object to try and create a snow tile. Doing permission checks on movement based mechanics (i.e. trample) may not be a good thing.
Comment by me4502
The issue with that is it can be bypassed with a dispenser
Comment by mibby
Would it be possible to have a new setting to only allow snow tile stacking / creation from right click with snowballs? Or what about not allowing creation for snowballs but functioning if users had snow tiles in their inventory (if that is still possible to have in MC) and using that instead to stack?