feat: better looking motd, and kubernetes native motd handling
This commit is contained in:
parent
402e315a93
commit
1454945f32
3 changed files with 34 additions and 6 deletions
|
|
@ -69,6 +69,7 @@ pub trait MinecraftServerHandle: Clone {
|
|||
fn get_internal_address(&self) -> Option<String>;
|
||||
fn get_addr(&self) -> Option<String>;
|
||||
fn get_port(&self) -> Option<String>;
|
||||
fn get_motd(&self) -> Option<String>;
|
||||
|
||||
async fn query_server_connectable(&self) -> Result<TcpStream, OpaqueError> {
|
||||
let address = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue