Griffon26 / taserver

A replacement implementation of the Tribes Ascend login server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include detailed server info and player list in the status output.

Gigabyte5671 opened this issue · comments

commented

Extra info that could be included in the JSON output from ta.kfk4ever.com:9080/status, including server properties like region, gametype, gamemode, map, and connected players.

This could be structured something like:
{ "online_players": 2, "online_servers": { "G26's EU pub server 1": { "OOTB", "EU", "CTF", "Katabatic", ["playername1", "playername2", "playername3", "etc..."] }, "NA TDM": { "OOTB", "NA", "TDM", "Drydock Night", ["playername1", "playername2", "etc..."] } }