Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display player names in /status #4

Open
greatman opened this issue Jun 14, 2014 · 1 comment
Open

Display player names in /status #4

greatman opened this issue Jun 14, 2014 · 1 comment

Comments

@greatman
Copy link

Would be nice to have the players name shown in the /status json that way we could shown player heads (maybe not in the current status page but custom stuff based on this).

Something like this:

{
    "dead": {},
    "alive": {
        "Bungee": {
            "bungee": "2/300",
            "players": [
                "greatman",
                "vemacs"
            ]
        },
        "Servers": {
            "fallout": "0/32"
        }
    }
}
@vemacs
Copy link
Member

vemacs commented Jun 28, 2014

mcstatus.py does provide a player sample field, might be worth making the data available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants