if (!user.isJailed()) {
Teleport teleport = user.getTeleport();
if (!chunk.isLoaded()) chunk.load();
// Cause an essentials exception if in cooldown.
teleport.cooldown(true);
teleport.teleport(town.getSpawn(),null);
}
} catch (Exception e) {
TownyMessaging.sendErrorMsg(player, "Error: " + e.getMessage());
// cooldown?