1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

feat(command): 新增快捷子指令制作的相关API

新增指令相关API,便于快速制作指令与子指令。
This commit is contained in:
2022-05-23 00:10:34 +08:00
parent ce1122712d
commit 5fa255d7c7
14 changed files with 307 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
### 主要部分 (`/base`)
- Main [`easyplugin-main`](base/main)
- ~~Command*~~ (已独立项目到 [**MineCommands**](https://github.com/CarmJos/MineCommands))
- Command [`easyplugin-command`](base/command)
- ~~Messages*~~ (已独立项目到 [**EasyMessages**](https://github.com/CarmJos/EasyMessages))
- ~~Configuration~~ (已独立项目到 [**MineConfiguration**](https://github.com/CarmJos/MineConfiguration))
- ~~Database~~ (已独立项目到 [**EasySQL**](https://github.com/CarmJos/EasySQL))