文件名称:mcstatus:用于检查已启用的Minecraft服务器状态的Python类
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-01 11:16:10
Python
mcstatus mcstatus提供了一种简单的方法来查询Minecraft服务器以获取其可以公开的任何信息。 它提供了三种访问模式( query , status和ping ),其用法在下面列出。 用法 from mcstatus import MinecraftServer # If you know the host and port, you may skip this and use MinecraftServer("example.org", 1234) server = MinecraftServer . lookup ( "example.org:1234" ) # 'status' is supported by all Minecraft servers that are version 1.7 or higher. status = server . statu
【文件预览】:
mcstatus-master
----MANIFEST.in(55B)
----test-requirements.txt(80B)
----mcstatus()
--------bedrock_status.py(2KB)
--------scripts()
--------protocol()
--------__init__.py(68B)
--------pinger.py(7KB)
--------server.py(9KB)
--------tests()
--------querier.py(3KB)
----.github()
--------workflows()
----requirements.txt(65B)
----release.sh(172B)
----.travis.yml(148B)
----tox.ini(444B)
----LICENSE(11KB)
----setup.py(2KB)
----README.md(3KB)
----.gitignore(2KB)
----CHANGELOG(725B)