Add option to automatically rewrite server.properties file

This tries to fiend the server.properties file of the Minecraft server,
and sets the correct IP and port as configured within lazymc. This is
enabled by default.
This commit is contained in:
timvisee
2021-11-08 19:10:50 +01:00
parent a5fbdc8d30
commit a7a182fbcb
6 changed files with 199 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ extern crate log;
pub(crate) mod action;
pub(crate) mod cli;
pub(crate) mod config;
pub(crate) mod mc;
pub(crate) mod monitor;
pub(crate) mod proto;
pub(crate) mod proxy;