1
0
mirror of https://e.coding.net/circlecloud/BukkitInjectedTools.git synced 2024-11-24 01:58:50 +00:00

feat: 添加命令描述和排序

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2016-07-25 19:17:01 +08:00
parent dba7ca7556
commit ccebd0dbae

View File

@ -33,6 +33,7 @@ public class YumTestCommand implements CommandExecutor {
} }
@Cmd @Cmd
@Help("Yum命令监控测试")
@Sort(2) @Sort(2)
public void cmd(final CommandArgument e) { public void cmd(final CommandArgument e) {
throw new IllegalArgumentException("Yum命令监控测试!"); throw new IllegalArgumentException("Yum命令监控测试!");