Send the provided command to the RCON server using the Returns a boolean that specifies if the command was successful.
bool sendCommand(String message) { return sendMsg(2, message); }