Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghost-chu/trdodosrv
适用于 tModLoader 的 DoDo 双向聊天桥接插件。
https://github.com/ghost-chu/trdodosrv
chat dodo tml tmodloader
Last synced: about 8 hours ago
JSON representation
适用于 tModLoader 的 DoDo 双向聊天桥接插件。
- Host: GitHub
- URL: https://github.com/ghost-chu/trdodosrv
- Owner: Ghost-chu
- License: gpl-3.0
- Created: 2023-11-08T14:01:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-09T15:24:01.000Z (about 1 year ago)
- Last Synced: 2023-11-10T15:21:02.931Z (about 1 year ago)
- Topics: chat, dodo, tml, tmodloader
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3076341941
- Size: 27.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TRDoDoSRV
适用于 [tModLoader](https://tmodloader.net/) 的 [DoDo](https://www.imdodo.com/) 双向聊天桥接插件。
正在寻找适用于 Minecraft Spigot 的 DoDoSRV?[看看这里](https://github.com/Ghost-chu/DoDoSRV)DoDoSRV 在客户端上不会工作(不会有任何效果!),请将其安装在服务端!(或通过游戏中的多人游戏->“开服并加入游戏”启动本地服务器)
[quote=tModLoader]Developed By Ghost_chu[/quote]
## 演示
![image](https://github.com/Ghost-chu/TRDoDoSRV/assets/30802565/0948c92b-da62-4320-a184-08ef65a75302)
![image](https://github.com/Ghost-chu/TRDoDoSRV/assets/30802565/f7c8fe85-a75f-410c-bf32-e8b3eb169392)
![image](https://github.com/Ghost-chu/TRDoDoSRV/assets/30802565/2287940b-f4b9-49bb-8ef6-f3eb1e84472f)## 配置文件
TRDoDoSRV_DoDoConfig.json (请手动放置于 `ModConfigs` 目录中)
```json
{
"BotClientId": "机器人ClientID",
"BotToken": "机器人Token",
"IslandId": "你的群组 ID,机器人只会监听此群组并向此群组发送消息",
"ChannelId": "你的频道 ID,机器人只会监听此频道并仅向此频道发送消息"
}
```