注释类型 BootCommandSub
-
@Retention(RUNTIME) @Target(METHOD) public @interface BootCommandSub子指令- 作者:
- FzmXer 2023年09月03日 20时46分
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 java.lang.StringargsMessage参数提示 例如 [name] [text]ShellTypebase谁能触发该指令 默认所有人都能触发booleanisOpOP是否可以无视权限java.lang.Stringpermission需要的权限(后台执行无需指令)
-
-
-
-
base
ShellType base
谁能触发该指令 默认所有人都能触发- 返回:
- ShellType
- 默认值:
- cn.fxcraft.module.auto.ShellType.ALL
-
-