Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

idea #163

Closed Lojstr closed 2 years ago

Lojstr commented 2 years ago

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

Iapetus-11 commented 2 years ago

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.

kevinkjt2000 commented 2 years ago

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