完善 @TCommand 注解
新增 TCommandHandler 类用于动态命令注册
This commit is contained in:
@@ -13,7 +13,11 @@ import org.bukkit.command.CommandSender;
|
||||
* @Author sky
|
||||
* @Since 2018-06-22 17:09
|
||||
*/
|
||||
@TCommand(name = "translateuuid")
|
||||
@TCommand(
|
||||
name = "translateuuid",
|
||||
aliases = "tuuid",
|
||||
permission = "taboolib.admin"
|
||||
)
|
||||
public class TranslateUUIDCommand extends BaseMainCommand {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user