// New or old cache permission was null, update it
try {
worldCoord = new WorldCoord(TownyUniverse.getDataSource().getWorld(player.getWorld().getName()), Coord.parseCoord(location));
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);