diff --git a/README-en-US.md b/README-en-US.md index 1e3f350..d7c9b11 100644 --- a/README-en-US.md +++ b/README-en-US.md @@ -1,9 +1,17 @@ # gc-openchat-plugin +[![GitHub license](https://img.shields.io/github/license/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/blob/main/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/stargazers) +[![Github All Releases](https://img.shields.io/github/downloads/jie65535/gc-openchat-plugin/total.svg)](https://github.com/jie65535/gc-openchat-plugin/releases) +[![GitHub release](https://img.shields.io/github/v/release/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/releases/latest) +[![Build](https://github.com/jie65535/gc-openchat-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/jie65535/gc-openchat-plugin/actions/workflows/build.yml) + [中文](README.md) | English Chat with players in the server +![chat example](doc/Chat.png) + 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 diff --git a/README.md b/README.md index c0b968c..c50dbe6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # gc-openchat-plugin +[![GitHub license](https://img.shields.io/github/license/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/blob/main/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/stargazers) +[![Github All Releases](https://img.shields.io/github/downloads/jie65535/gc-openchat-plugin/total.svg)](https://github.com/jie65535/gc-openchat-plugin/releases) +[![GitHub release](https://img.shields.io/github/v/release/jie65535/gc-openchat-plugin)](https://github.com/jie65535/gc-openchat-plugin/releases/latest) +[![Build](https://github.com/jie65535/gc-openchat-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/jie65535/gc-openchat-plugin/actions/workflows/build.yml) + 中文 | [English](README-en-US.md) 让玩家在服务器内聊天 +![聊天示例](doc/Chat.png) + 在游戏内与服务器账号对话,相当于发送到世界频道,服务器内所有玩家均可收到消息。 ## TODO List diff --git a/doc/Chat.png b/doc/Chat.png new file mode 100644 index 0000000..5b5c560 Binary files /dev/null and b/doc/Chat.png differ