TownBlockStatus status = cacheStatus(player, worldCoord, getStatusCache(player, worldCoord));
//plugin.cacheBuild(player, worldCoord, plugin.getPermission(player, status, worldCoord, action));
triggerCacheCreate(player, location, worldCoord, status, action);
PlayerCache cache = TownyUniverse.getPlugin().getCache(player);
cache.updateCoord(worldCoord);
TownyMessaging.sendDebugMsg("New Cache permissions for " + action.toString() + " : " + cache.getCachePermission(action));
return cache.getCachePermission(action); // || plugin.isTownyAdmin(player);
} catch (NotRegisteredException e1) {