Installation command
!!MCDR plugin install connect_coreAuthor
Repository
Synced at
...
Last update
...
Latest version
Total downloads
625
Back to catalogue
ConnectCore-v0.1.5.pyz
Version
0.1.5
Date
February 6, 2025
Size
53.58 KiB
Downloads
32
MD5
aaf2e7507625603f878d7b7825172f33SHA256
e5b2921de203d86c0c9745b2eb0df2b63021dd82136a4ee9a49e25aec7822179Dependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
none |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| cryptography | >=44.0.0 |
| mcdreforged | >=2.14.4 |
| prompt_toolkit | >=3.0.50 |
| psutil | >=6.1.1 |
| PyYAML | >=6.0.2 |
| websockets | >=14.2 |
Python Package Installation Command
pip install "cryptography>=44.0.0" "mcdreforged>=2.14.4" "prompt_toolkit>=3.0.50" "psutil>=6.1.1" "PyYAML>=6.0.2" "websockets>=14.2"Release notes
What's Changed
Update
Fix
- 修复:#17 Server 在 有子服务器断开连接时 错误的触发了插件接口 disconnect
- 修复:#19 RuntimeWarning: coroutine 'WebsocketClient.send_data_to_other_server' was never awaited
- 修复:#20 Connect触发器触发过早
- 修复:#21 AttributeError: 'NoneType' object has no attribute 'finish_close'
- 修复:#22 KeyError: 'all'
Full Changelog: https://github.com/zhongbai2333/ConnectCore/compare/v0.1.4...v0.1.5