ConnectCore

Connect your Minecraft Server together and control it.

API
management

Installation command

!!MCDR plugin install connect_core

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

aaf2e7507625603f878d7b7825172f33

SHA256

e5b2921de203d86c0c9745b2eb0df2b63021dd82136a4ee9a49e25aec7822179

MCDR Plugin Dependencies

Plugin IDRequirement

none

Python Package Requirements

Python PackageRequirement
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"

What's Changed

Update

  • 删除:Excess code
  • 新增:#16 get_server_id 在服务端模式时可以返回 “-----”
  • 更新:#18 获取config的时候添加默认项检测

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