// set to 1 block up so we are not sunk in the ground
blockLocation.setY(blockLocation.getY() + 1);
plugin.getCache(player).setLastLocation(blockLocation);
player.teleport(blockLocation);
return;
}
} catch (NotRegisteredException e1) {
TownyMessaging.sendErrorMsg(player, TownySettings.getLangString("msg_err_not_configured"));
return;