模块化、轻量级且支持完全自定义的 mirai 加载器。
欢迎阅读自带脚本的说明,它将教会你如何安装插件
,禁用和启用脚本
,修改包的更新频道
等基本操作。
iTX Technologies Mirai Console Loader
(下简称MCL
)采用模块化设计,包含以下几个基础模块:
Script
脚本执行模块,用于加载和执行脚本,MCL
的主要功能均由脚本实现。脚本执行有各个阶段,详见注释。Config
配置文件模块,用于配置的持久化。Downloader
下载器模块,用于下载文件,并实时返回进度。Logger
日志模块,用于向控制台输出日志。
iTXTech MCL Installer 能在所有操作系统上一键安装 iTXTech MCL
。
- 安装 Java 运行时(版本必须 >= 11)
- 从 Releases 下载最新版本的
MCL
- 解压到某处
- 在命令行中执行
.\mcl
以启动MCL
Bintray
和JCenter
即将停止服务,请慎重选择托管服务。
- Bintray - Him188moe -
mamoe
官方仓库,仅包含mirai
相关包 - JCenter -
mamoe
官方仓库会自动同步到JCenter
- Aliyun - 默认,阿里云
Maven
镜像,国内访问速度快 - HuaweiCloud - 华为云
Maven
镜像,阿里云不可用时的备选方案
Copyright (C) 2020-2021 iTX Technologies
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.