GUGUbot

一个QQ和MC互通的机器人(支持离线服务器)

信息
管理

一键安装指令

!!MCDR plugin install gugubot

数据同步于

...

上次更新

...

最新版本

总下载量

4694

返回插件仓库

gugubot-v2.0.29.mcdr

版本

2.0.29

日期

2026年2月19日

大小

197.88 KiB

下载量

30

前往发行版源页面

MD5

b89b2db00fd6db4eef69c929a49f0906

SHA256

a3f4b432eb5b4935b4c1922f4c36fa6a33ff1a7ba0707d32f078f60061121e7f

MCDR 插件依赖

插件 ID依赖版本
whitelist_api>=1.3.0
mg_events>=0.2.3
player_ip_logger>=1.1.0

Python 包依赖

Python 包依赖版本
requests
ruamel.yaml
websocket-client>=1.0.0
websocket-server>=0.6.0
mcstatus>=11.0.0

Python 包安装指令

pip install requests ruamel.yaml "websocket-client>=1.0.0" "websocket-server>=0.6.0" "mcstatus>=11.0.0"
  • 添加 config -> bot_list_pattern 用于 leaf/lophine 端假人列表获取
    • leaf端可使用 "\\):\\s*(.+)"
    • lophine端可使用 "[^:\)]+"
  • 添加 config -> use_query_protocol 用于玩家列表过长的情况
    • config 中设置为 true
    • server/server.properties 中,将 enable-query 设置为 true 即可使用

What's Changed

New Contributors

  • @xieyuen made their first contribution in #201 Appreciate for your contribution!

Full Changelog: https://github.com/PFingan-Code/PF-GUGUBot/compare/v2.0.28...v2.0.29