Gets the server's configuration.
// server name writeln("Welcome to ", server.config.hub.displayName); // game version if(server.config.node.java) writeln("Port for Java Edition: ", server.config.node.java.port);
See Implementation
Gets the server's configuration.