Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server

Home Page:http://dinnerbone.com/minecraft/tools/status/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idea

Lojstr opened this issue · comments

add if the server is whitelisted or not in json (or like status_res.whitelist) in the mcstatus/mcstatus/scripts/mcstatus.py line 90+

Whether the server is whitelisted or not is not included in the ping or query status data that the servers send. Adding that one field would require going through part of the login process, and is most likely out of the scope of this library.

Yes, this would involve more than what the protocol exposes without authenticating.