From 72948121d65a181fc6dc7c3124764363c44c7aee Mon Sep 17 00:00:00 2001 From: jie65535 Date: Thu, 27 Oct 2022 11:26:23 +0800 Subject: [PATCH] Update README_en-US.md --- README_en-US.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README_en-US.md b/README_en-US.md index 978e8eb..2ab1804 100644 --- a/README_en-US.md +++ b/README_en-US.md @@ -4,6 +4,11 @@ A plugin that opens the GC command execution interface for third-party clients +## Applications using this plug-in +- [GrasscutterTools](https://github.com/jie65535/GrasscutterCommandGenerator) —— Windows Client Tools +- [JGrasscutterCommand](https://github.com/jie65535/JGrasscutterCommand) —— [Mirai](https://github.com/mamoe/mirai) Plugin, run commands in QQ +- TODO + ## Server installation 1. Download the `jar` in [Release](https://github.com/jie65535/gc-opencommand-plugin/releases) @@ -272,4 +277,4 @@ Success |---------|------------------|----------| | retcode | `200` | `Int` | | message | `Success` | `String` | -| data | `Command return` | `String` | \ No newline at end of file +| data | `Command return` | `String` |