I want to send the "S3APacketTabComplete" to the Server in order to receive the given data from the server.
 
	what do i have to do that the server give me response? i guess i have to give the server a string like: "/friend add" in order to receive the playerList etc.
 
	 
 
	i already tryd somtthing like this:     "Minecraft.getMinecraft().thePlayer.sendQueue.addToSendQueue(new S3APacketTabComplete());"
 
	but i dont know what i have to add to the packet.