egebilecen / PZServerDiscordBot

A Project Zomboid Discord Bot written in C# using Discord.NET to manage and execute commands on Project Zomboid Server.
GNU General Public License v3.0
68 stars 15 forks source link

Feature suggestion: After !server_cmd command, display server replay #113

Closed retsnimle closed 10 months ago

retsnimle commented 10 months ago

Hi there. Is it possible to display server reply after using !server_cmd command, just like RCON Cli? I would be very appreciative if this could be done!

egebilecen commented 10 months ago

Hey, this is very tricky. Server constantly prints out messages so it's not really feasible to understand if the output belongs to a command or something else. Also, it's not easy to determine when command output is going to end so I will need to deny this request unfortunately.