MatrixSync

同步Matrix群组和线上游戏的消息。

工具
信息

一键安装指令

!!MCDR plugin install matrix_sync

数据同步于

...

上次更新

...

最新版本

总下载量

234

返回插件仓库

MatrixSync-v2.4.0.mcdr

版本

2.4.0

日期

2024年11月10日

大小

19.10 KiB

下载量

4

前往发行版源页面

MD5

0d6f709e0604299dc4837f6e34479b12

SHA256

937bd42e2a5212e31d5409412e83af5660c458482744cbe9a651e091c0492134

MCDR 插件依赖

插件 ID依赖版本
mcdreforged>=2.1.0

Python 包依赖

Python 包依赖版本
matrix-nio
aiofiles
asyncio
mcdreforged

Python 包安装指令

pip install matrix-nio aiofiles asyncio mcdreforged

zh_CN

  • 修复了配置项settings["sync_old_msg"]禁用后插件工作异常的问题,现在插件可以正常对历史消息进行处理了
  • API: 接口sender()修改为send_matrix(),原接口不再支持
  • src: 源码结构优化
  • 注意: 请停止使用v2.3.x版本,存在设计缺陷问题

en_US

  • Fix pluigin works bad when settings["sync_old_msg"] is disabled, now plugin can correctly deal with old messages
  • API: interface sender() changed to send_matrix(), the old one is no longer supported
  • src: Improved source codes.
  • NOTE: please stop using 2.3.x versions, there are design defect issues