Hi How do I allow people to break blocks in skript if player's doesn't have permission to break in that region only with skript?
This is what I came up with:
But I don't know how to bypass worldguard.
This is what I came up with:
Code:
on break of birch log:
if player is in the region "d":
set event-block to air
drop 1 birch log at event-block
But I don't know how to bypass worldguard.