CirnoBot

所属分类:机器人/智能制造
开发工具:Python
文件大小:20101KB
下载次数:0
上传日期:2023-03-11 10:16:33
上 传 者sh-1993
说明:  CirnoBot,用QQ机器人控制Minecraft服务器!服务器状态查询 服务器白名单 插件列表 玩家查询 转发服务器消息 执行指令... + 实用娱乐功能,三步即可部署的QQ bot
(CirnoBot, use QQ robots to control Minecraft servers! Server status query server whitelist plugin list player query forwarding server message execution command+ Practical entertainment function, QQ bot that can be deployed in three steps)

文件列表:
Dockerfile (700, 2023-02-26)
bot.py (602, 2023-02-26)
bot_config.yaml (3338, 2023-02-26)
cirno_util.py (1855, 2023-02-26)
data (0, 2023-02-26)
doc (0, 2023-02-26)
doc\image (0, 2023-02-26)
doc\image\CirnoAvatar.png (389605, 2023-02-26)
doc\image\Help.png (682231, 2023-02-26)
doc\screenshots (0, 2023-02-26)
doc\screenshots\archive.jpg (327438, 2023-02-26)
doc\screenshots\command.jpg (187332, 2023-02-26)
doc\screenshots\currency.jpg (233356, 2023-02-26)
doc\screenshots\forward.jpg (124626, 2023-02-26)
doc\screenshots\join.jpg (145288, 2023-02-26)
doc\screenshots\mc.jpg (225203, 2023-02-26)
doc\screenshots\message.jpg (412014, 2023-02-26)
doc\screenshots\plugin.jpg (310441, 2023-02-26)
doc\screenshots\whitelist.jpg (222189, 2023-02-26)
docker-compose.yml (798, 2023-02-26)
pyproject.toml (587, 2023-02-26)
requirements.txt (1442, 2023-02-26)
src (0, 2023-02-26)
src\plugins (0, 2023-02-26)
src\plugins\nonebot_plugin_help (0, 2023-02-26)
src\plugins\nonebot_plugin_help\__init__.py (371, 2023-02-26)
src\plugins\nonebot_plugin_help\config.py (251, 2023-02-26)
src\plugins\nonebot_plugin_help\config.yaml (5583, 2023-02-26)
src\plugins\nonebot_plugin_help\font (0, 2023-02-26)
src\plugins\nonebot_plugin_help\font\WeiRuanYaHei-1.ttf (15043584, 2023-02-26)
src\plugins\nonebot_plugin_help\generate_help_image.py (4986, 2023-02-26)
src\plugins\nonebot_plugin_mc_fun (0, 2023-02-26)
src\plugins\nonebot_plugin_mc_fun\__init__.py (666, 2023-02-26)
src\plugins\nonebot_plugin_mc_fun\commands.py (21539, 2023-02-26)
... ...

小九头像

CirnoBot

python nonebot servertap minecraft
### 琪露诺Bot --- 专注Minecraft (加亿点点娱乐实用功能)的QQ机器人,基于nonebot2, gocqhttp, serverTap开发的琪露诺家族的第三代成员。 ### 实现功能 --- + Minecraft相关 + [x] 服务端版本支持Bukkit, Spigot&PaperMC 1.12-1.18.1 + [x] 多服务器同时监听支持 + [x] 分群服务器绑定支持 + [x] 分服务器超级用户支持 + [x] 入服/离服事件QQ群播报 + [x] 入服/离服事件MC服务器播报 + [x] 广播消息均可自定义 + [x] 支持广播消息多群发送 + [x] 玩家聊天消息监听,支持自定词条自动回复(mc骰娘已移植) + [x] 所有广播/私聊消息均可支持颜色代码与PlaceholderAPI + [x] MC服务器在线信息查询(内存占用,版本,在线玩家) + [x] 获取服务器启用插件列表 + [x] 在线/离线玩家信息查询 + [x] 开启/关闭服务器白名单 + [x] 添加/移除服务器管理员 + [x] MC玩家ID绑定QQ号 + [x] 群成员自助申请白名单 + [x] 服务器向QQ群 / QQ群向服务器转发消息 + [x] 查询服务器最近10条玩家消息 + [x] 在QQ群执行MC指令 + [x] MC词条库 + 其他功能&特性 + [x] 支持图片文本的群词条库支持(图片缓存到本地) + [x] 在群聊中动态编辑词条 + [x] 支持群成员专属词条 + [x] 分群启用不同的词条库 + [x] 词条库由sqlite存储,无需开启mysql服务 + [x] 美元/港币/日元...阿联酋迪拉姆... 货币转换支持 + [x] 开黑啦在线成员/语音频道查询支持 + [x] 完整的功能帮助 ![帮助截图](https://github.com/summerkirakira/CirnoBot/blob/master/doc/image/Help.png)

群内可使用指令

### 实现截图 ---
部分截图 ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/mc.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/plugin.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/join.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/forward.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/message.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/whitelist.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/command.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/currency.jpg) ![](https://github.com/summerkirakira/CirnoBot/blob/master/doc/screenshots/archive.jpg)
### 简单部署 --- 1.下载CirnoBot本体 ```shell git clone https://github.com/summerkirakira/CirnoBot.git # 下载CirnoBot文件 ``` 2.安装CirnoBot依赖(**强烈建议**使用你喜欢的 Python 环境管理工具创建新的虚拟环境) ```shell cd CirnoBot # 进入文件夹 pip install pip --upgrade # 更新pip pip install -r requirements.txt # 安装python依赖 ``` 3. 启动CirnoBot! ```shell nb run # 启动bot! ``` ### 详细配置 请参考[文档](https://github.com/summerkirakira/CirnoBot/blob/master/https://biaoju.site/cirnobot/) ### To do - [ ] docker - [ ] web端 (永远不会做X)

近期下载者

相关文件


收藏者