Skip to content

Commit

Permalink
加点内容
Browse files Browse the repository at this point in the history
  • Loading branch information
jlxnb authored Feb 9, 2025
1 parent e44f2b8 commit adc70cf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/advance/bot/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,36 @@ sidebar_position: 7

因此,你需要后端的机器人插件,与框架对接,达成机器人反馈服务器信息的效果。
## Java
### AQQBot
AQQBot是一个基于Onebot v11协议开发的QQ群与服务器互联的插件,可以让用户通过QQ群进行许多操作(例如绑定游戏账号、查询服务器状态)

该插件不采用模块化设计,不需要安装附属插件。

https://github.com/alazeprt/AQQBot

### EasyBot
重量级QQ机器人。功能过于繁杂不予介绍。

https://wiki.bioc.fun/home.html

### XinxinBot
xinxin的插件,官方没给介绍,那就不写介绍了

本插件采用模块化设计,请前往其Wiki查看具体附属插件。

https://github.com/Xinxin-ent/XinxinBotApi

### MiraiMC
MiraiMC 是一个基于 Mirai 的 Minecraft 服务端插件,能够让你在 Minecraft 服务器上使用 Mirai QQ 机器人程序,同时提供一些 API 帮助开发者简单的调用机器人接口为自己的插件实现多样的功能。

该插件仅提供API,需要附属插件实现具体功能。

https://github.com/DreamVoid/MiraiMC

下面介绍几个依赖MiraiMC的Minecraft插件。
#### CatSero (停更)
#### Amazingbot 3 (停更)

## Bedrock
### SparkBridge
轻量级、模块化和多功能的 Minecraft Bedrock Server BDS 服务器QQ机器人适配器,内置群服互通功能,支持插件接入,支持内核分离级别的二次开发。
Expand Down

0 comments on commit adc70cf

Please sign in to comment.