-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Plugin: Minecraft查服 #2881
Comments
📃 商店发布检查结果
✅ 所有测试通过,一切准备就绪! 详情
💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 ♻️ 评论已更新至最新检查结果 💪 Powered by NoneFlow |
插件的 scoped config 编写有误,如果你用了 scoped config,那你的 prefix 应该换个名字。另外通信那块用了同步 io,会阻塞机器人,请使用异步进行通信。 |
完成 |
你的通信部分依然是同步 io,对于 dns 解析,请使用 asyncquery 和 asyncresolver。对于 socket 通信,请使用 asyncio |
请检查更改是否符合要求 |
请删除你多余的一些代码,另外你的 socket 为什么不直接用 asyncio.open_connection 而是用 thread |
MineStat是一个第三方库,我只是附加到本地 |
字体文件似乎未正确包含,我会在近期进行修复 |
minestat 里大量使用了同步方法,建议还是改写成异步 |
很难实现 |
此项工作无法完成,已向minestat维护者提出请求 |
已使用其他方法实现异步socket |
PyPI 项目名
nonebot-plugin-mccheck
插件 import 包名
nonebot_plugin_mccheck
标签
[{"label":"Minecraft","color":"#ea5252"},{"label":"i18n","color":"#39c5bb"}]
插件配置项
No Response
The text was updated successfully, but these errors were encountered: