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

feat(command): 提供指令别名映射模块,支持将插件内复杂的子指令简化为一个单独的指令,方便玩家使用。

This commit is contained in:
2023-03-17 22:24:16 +08:00
parent fa4a97d60d
commit ce1538003b
18 changed files with 216 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>cc.carm.lib</groupId>
<artifactId>easyplugin-parent</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>