Server "status" page should be listed in JSON
Xinayder opened this issue ยท 1 comments
I was thinking about this, instead of broadcasting the server information like KMP does (Server MOTD: string\nPort: int), it should be a json string, broadcasted to a default port which cannot be modified.
Example:
{
"result" : {
"server_name" : "A Test Server",
"server_address" : "127.0.0.1",
"server_port" : "6072",
"clients" : "1337",
"gamemode" : "career",
"subspace" : "MCW_VOTE"
}
}
#32 Done.