Simple CLI RCON client For minecraft.
Works on 1.21 and under (Newer versions tested when released)
Depends on aiomcrcon for networking
Returns the commands output but cannot read unrelated commands from console.
ServerPass (Str): Server's Rcon password.
ServerPort (Int): Server's Rcon port. (must be forwarded on non local servers)
ServerTSNIP (Str): Originally intended for Tailscale, but can be used if you wish to route through a VPN or VLAN. Ignored If blank.
ServerIP (Str): Server's public or local ip, Localhost works or 192.168.X.XXX.
Run the .py file and wait for it to connect.
command
Simple with no prefix or suffix.
This likely wont be updated unless something is broken or a suggestion is made. Its very poor code but there was no Rcon client at the time and this was born out of neccesity.