Metadata-Version: 2.1
Name: nonebot-adapter-minecraft
Version: 1.3.0
Summary: NoneBot2与MineCraft Server互通的适配器。
License: MIT
Author: 17TheWord
Author-email: 17theword@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: nonebot2[fastapi] (>=2.2.0,<3.0.0)
Requires-Dist: pydantic (>=1.10.0,<3.0.0,!=2.5.0,!=2.5.1)
Description-Content-Type: text/markdown

<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)

## 服务端支持

> 服务器端插件/Mod下载：[`鹊桥`](https://github.com/17TheWord/QueQiao)

- [`Spigot`](https://www.spigotmc.org/)
- [`Fabric`](https://fabricmc.net/)
- [`Forge`](https://files.minecraftforge.net/)
- [`Velocity`](https://papermc.io/software/velocity)（Demo）

## Rcon支持

对于命令采用 `rcon` 发送，`rcon` 库为 `aio-mc-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) 作为开源许可证。

