feat(src): init matrix client module

This commit is contained in:
2025-06-23 14:29:23 +08:00
parent 7faba5e18f
commit 9966e7a73f
3 changed files with 90 additions and 1 deletions

18
mcdreforged.plugin.json Normal file
View File

@@ -0,0 +1,18 @@
{
"id": "matrix_py_bridge",
"version": "0.0.1",
"name": "MatrixPyBridge",
"description": {
"en_us": "A python plugin to sync messages between Minecraft server and matrix chat rooms.",
"zh_cn": "一个用于在 Minecraft 服务器和 Matrix 聊天室之间同步消息的 Python 插件。"
},
"author": "Mooling0602",
"link": "https://github.com/Mooling0602/MatrixPyBridge-MCDR",
"dependencies": {
"mcdreforged": ">=2.14.1"
},
"entrypoint": "matrix_py_bridge.mcdr.entry",
"resources": [
"lang"
]
}