GUGUbot

A QQ bot connect MC and QQ

information
management

Installation command

!!MCDR plugin install gugubot

Synced at

...

Last update

...

Latest version

Total downloads

4699

Back to catalogue

gugubot-v2.0.29.mcdr

Version

2.0.29

Date

February 19, 2026

Size

197.88 KiB

Downloads

35

MD5

b89b2db00fd6db4eef69c929a49f0906

SHA256

a3f4b432eb5b4935b4c1922f4c36fa6a33ff1a7ba0707d32f078f60061121e7f

MCDR Plugin Dependencies

Plugin IDRequirement
whitelist_api>=1.3.0
mg_events>=0.2.3
player_ip_logger>=1.1.0

Python Package Requirements

Python PackageRequirement
requests
ruamel.yaml
websocket-client>=1.0.0
websocket-server>=0.6.0
mcstatus>=11.0.0

Python Package Installation Command

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