janispritzkau / rcon-client

A simple and modern RCON client made to work with Minecraft
62 stars 18 forks source link

(Question) Rcon output #24

Open Jih-o opened 6 months ago

Jih-o commented 6 months ago

Hi, I'm trying to retrieve the output from the server console without any send 🥲 Do you have any suggestions on how to accomplish this?

janispritzkau commented 6 months ago

HI, which game or server are you talking about?

For Minecraft, you would need to read the latest log file or pipe standard output into your program.

janispritzkau commented 6 months ago

Also, RCON is a request-response protocol, so it would be impossible/impractical to get console output as it appears.