tpaPlayer.sendMessage(ChatColor.GREEN + Nicknames.getNick(player.getName()) + " " + _("tpRequest1a", sender.getName()));
tpaPlayer.sendMessage(ChatColor.GREEN + _("tpRequest2", sender.getName()));
tpaPlayer.sendMessage(ChatColor.GREEN + _("tpRequest3", sender.getName()));
// set timeout function that will cancel TPAHERE request if timeout is reached
CommandsEX.plugin.getServer().getScheduler().scheduleSyncDelayedTask(CommandsEX.plugin, new TpRequestCanceller("tpahere", id), (20 * tTimeout));
// send confimation message to the original player
player.sendMessage(ChatColor.GREEN + _("tpRequestSent", sender.getName()));
}
} else {