Metadata-Version: 2.1
Name: nonebot-adapter-minecraft
Version: 1.0.7
Summary: NoneBot2与MineCraft Server互通的适配器
Home-page: https://github.com/17TheWord/nonebot-adapter-minecraft
Author: 17TheWord
Author-email: 17theword@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot2 >=2.1.3
Requires-Dist: nonebot2[fastapi]
Requires-Dist: nonebot2[websockets]
Requires-Dist: mcqq-tool >=1.0.5
Requires-Dist: aio-mc-rcon >=3.2.2

<p align="center">
  <img src="https://raw.githubusercontent.com/17TheWord/nonebot-adapter-minecraft/main/assets/logo.png" width="200" height="200" alt="nonebot-adapter-minecraft">
</p>

<div align="center">

# NoneBot-Adapter-Minecraft

_✨ Minecraft 协议适配 ✨_

</div>

## 使用

前往还未装修的 [Wiki](https://github.com/17TheWord/nonebot-adapter-spigot/wiki)

## 服务端支持

- 原版：[日志读取程序](https://github.com/17TheWord/nonebot-plugin-mcqq)
- Spigot：[插件](https://github.com/17TheWord/MC_QQ_Spigot) (主要更新)
- Forge：[日志读取程序](https://github.com/17TheWord/nonebot-plugin-mcqq)、[Forge Mod](https://github.com/17TheWord/MC_QQ_Forge)
- Fabric：[日志读取程序](https://github.com/17TheWord/nonebot-plugin-mcqq)、[Fabric Mod](https://github.com/17TheWord/MC_QQ_Fabric)

## Rcon支持

对于非插件端采用 `WebSocket` + `Rcon` 方式与服务端通信，需要在服务端开启 `Rcon` 功能

## 其他

- [17TheWord/nonebot-plugin-mcqq](https://github.com/17TheWord/nonebot-plugin-mcqq) 使用插件与MineCraft Server通信，较为完善
- [17TheWord/nonebot-plugin-mcping](https://github.com/17TheWord/nonebot-plugin-mcqq) 获取 MineCraft Server Motd 信息并返回图片

# 特别感谢

- [NoneBot2](https://github.com/nonebot/nonebot2)：开发框架。

## 贡献与支持

觉得好用可以给这个项目点个 `Star` 或者去 [爱发电](https://afdian.net/a/17TheWord) 投喂我。

有意见或者建议也欢迎提交 [Issues](https://github.com/17TheWord/nonebot-adapter-minecraft/issues)
和 [Pull requests](https://github.com/17TheWord/nonebot-adapter-minecraft/pulls) 。

## 开源许可

本项目使用 [MIT](./LICENSE) 作为开源许可证。


