}
Chest connectedChest = uBlock.findConnectedChest(event.getSign().getBlock());
Location chestLocation = (connectedChest != null ? connectedChest.getLocation() : null);
BuildPermissionEvent bEvent = new BuildPermissionEvent(player, chestLocation, event.getSign().getLocation());
ChestShop.callEvent(bEvent);
if (!bEvent.isAllowed()) {
event.setOutcome(NO_PERMISSION_FOR_TERRAIN);
}
}