Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RCON support #246

Open
Iapetus-11 opened this issue Jan 27, 2021 · 0 comments
Open

Add RCON support #246

Iapetus-11 opened this issue Jan 27, 2021 · 0 comments
Labels
Enhancement New feature, request, or thing

Comments

@Iapetus-11
Copy link
Member

Iapetus-11 commented Jan 27, 2021

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 Iapetus-11 added the Enhancement New feature, request, or thing label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature, request, or thing
Projects
None yet
Development

No branches or pull requests

1 participant