else if (_command.substring(endOfId+1).startsWith("raid_player_leave"))
{
if (Raid._joining)
Raid.removePlayer(activeChar);
else
activeChar.sendMessage("The event has already started. You cant leave now!");
}
else if(_command.substring(endOfId+1).startsWith("ctf_player_join "))
{
String teamName = _command.substring(endOfId+1).substring(16);