} catch (Exception e) {
cellAttackEvent.setCancelled(true);
cellAttackEvent.setReason(e.getMessage());
}
} else if (event.getEventName().equals("CellDefended")) {
CellDefendedEvent cellDefendedEvent = (CellDefendedEvent)event;
Player player = cellDefendedEvent.getPlayer();
CellUnderAttack cell = cellDefendedEvent.getCell().getAttackData();
TownyUniverse universe = plugin.getTownyUniverse();
try {
TownyWorld world = TownyUniverse.getDataSource().getWorld(cell.getWorldName());
WorldCoord worldCoord = new WorldCoord(world, cell.getX(), cell.getZ());