Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Mirai Console 会默认使用 Mirai Core 的日志系统,加上 SLF4J 和 Logback 后会让原本的日志系统出现问题,而 Logback 也变成了 Mirai Core 风格的 stdout 的日志。
需求如下: 我在我的插件中写入了自动安装、更新检查、自动更新 chat-command 插件的代码功能,测试运行完整通过,但是每一次下载/更新 chat-command 都需要重启 MCL 才能应用,是否可以在我的插件代码下自动重启MCL或做到热加载?