Initial commit

This commit is contained in:
2023-01-11 22:19:26 +08:00
commit fe77af8230
23 changed files with 1371 additions and 0 deletions

31
README-en-US.md Normal file
View File

@@ -0,0 +1,31 @@
# gc-openchat-plugin
English | [中文](README_zh-CN.md)
Chat with players in the server
Talking to the server account in the game is equivalent to sending to the world channel, and all players in the server can receive the message.
## TODO List
- [ ] Chat between players
- [ ] Chat speech limit
- [ ] Chat Moderation
- [ ] Console talk
- [ ] Chat management commands (`/chat ban|unban`)
- [ ] Chat api _(~~OneBot api~~)_
- [ ] ...
## Install
1. Download the `jar` in [Release](Release).
2. Put it in the `plugins` folder.
## Config
```json5
{
serverChatEnabled: true,
serverChatFormat: "<color=#99CC99>{nickName}({uid})</color>: {message}",
messageFreLimitPerMinute: 20
}
```