feat: better looking motd, and kubernetes native motd handling

This commit is contained in:
Tamipes 2025-12-11 23:16:05 +01:00
parent 402e315a93
commit 1454945f32
3 changed files with 34 additions and 6 deletions

View file

@ -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