PyMine-Server icon indicating copy to clipboard operation
PyMine-Server copied to clipboard

Add RCON support

Open Iapetus-11 opened this issue 3 years ago • 0 comments

What do?

  • Add an rcon_enabled, rcon_port, and rcon_password to the server.yml.
  • If rcon_enabled is true, start a tcp server on the specified port (or if not present 25575).
  • This should support the entirety of the rcon spec.
  • The RCON protocol / packets should probably go under pymine/net/rcon.
  • Actual server logic should probably go in pymine/logic/rcon.py.

Iapetus-11 avatar Jan 27 '21 14:01 Iapetus-11