Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 958 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 958 Bytes

Information

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.

Configuring

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.

Usage

Run the .py file and wait for it to connect.

command

Simple with no prefix or suffix.

Updates

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.