-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right
Description
Hey,
The plugin says that I don't have permissions. I think that bug is from CombinedProtectionService#canBuild
This is what I do for fixing that bug @Override public boolean canBuild(@NotNull Player player, @NotNull Location location, @NotNull Material material) { for (ProtectionService service : services) { if (!service.canBuild(player, location, material)) { return false; } } return true; }
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right