矩阵集成

矩阵集成

一个用于Hytale的Matrix聊天集成。

实用

该插件桥接了 Matrix 频道与 Hytale 之间的聊天功能。

你需要一个 Matrix 用户账户作为机器人使用。该账户不应该是你的主账户,因为机器人不会转发来自自身消息。

本模组仅在 tuwunel 上测试过,但应该能在大多数服务器上运行。

使用方法:

  1. 安装插件
  2. 配置 config 文件 mods/Cutebear_HytaleMatrixIntegration/PluginConfig.json

 

{
  "MatrixServer": "带有 https 或 http 的服务器地址(必填)",
  "MatrixRoomID": "!房间id:示例(必填)",
  "MatrixToken": "不推荐使用,建议使用用户名/密码登录",
  "MatrixUsername": "Matrix 用户名(必填)",
  "MatrixPassword": "Matrix 密码(必填)"
}

 

来源:https://codeberg.org/cutebear/HytaleMatrixIntegration