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:
parent
dba7ca7556
commit
ccebd0dbae
@ -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命令监控测试!");
|
||||||
|
Loading…
Reference in New Issue
Block a user