Metadata-Version: 2.1
Name: nonebot-adapter-minecraft
Version: 1.0.8
Summary: NoneBot2与MineCraft Server互通的适配器。
License: MIT
Author: 17TheWord
Author-email: 17theword@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aio-mc-rcon (>=3.2.2,<4.0.0)
Requires-Dist: mcqq-tool (>=1.1.4,<2.0.0)
Requires-Dist: nonebot2[fastapi] (>=2.1.3,<3.0.0)
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://raw.githubusercontent.com/MineGraphCN/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/MineGraphCN/nonebot-adapter-spigot/wiki)

## 服务端支持

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

## Rcon支持

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

# 特别感谢

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

## 贡献与支持

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

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

## 开源许可

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

