Add server whitelist support, use generic server files watcher to reload

This commit is contained in:
timvisee
2021-11-28 20:52:10 +01:00
parent 69de7a95bf
commit c477e45553
10 changed files with 319 additions and 121 deletions

View File

@@ -7,6 +7,7 @@ pub mod rcon;
pub mod server_properties;
#[cfg(feature = "lobby")]
pub mod uuid;
pub mod whitelist;
/// Minecraft ticks per second.
#[allow(unused)]