gugubot-v2.0.29.mcdr
版本
2.0.29
日期
2026年2月19日
大小
197.88 KiB
下载量
30
MD5
b89b2db00fd6db4eef69c929a49f0906SHA256
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端可使用
"[^:\)]+"
- 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