Installation command
!!MCDR plugin install gugubotAuthor
Repository
Homepage
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
b89b2db00fd6db4eef69c929a49f0906SHA256
a3f4b432eb5b4935b4c1922f4c36fa6a33ff1a7ba0707d32f078f60061121e7fDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| whitelist_api | >=1.3.0 |
| mg_events | >=0.2.3 |
| player_ip_logger | >=1.1.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| 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"Release notes
- 添加 config ->
bot_list_pattern用于 leaf/lophine 端假人列表获取- leaf端可使用
"\\):\\s*(.+)" - lophine端可使用
"[^:\)]+"
- leaf端可使用
- 添加 config ->
use_query_protocol用于玩家列表过长的情况- config 中设置为
true server/server.properties中,将enable-query设置为true即可使用
- config 中设置为
What's Changed
New Contributors
Full Changelog: https://github.com/PFingan-Code/PF-GUGUBot/compare/v2.0.28...v2.0.29