Skip to content

模块化、轻量级且支持完全自定义的 mirai 加载器。

License

Notifications You must be signed in to change notification settings

w9710mm/mirai-console-loader

 
 

Repository files navigation

Mirai Console Loader

模块化、轻量级且支持完全自定义的 mirai 加载器。

欢迎阅读自带脚本的说明,它将教会你如何安装插件禁用和启用脚本修改包的更新频道等基本操作。

简介

iTX Technologies Mirai Console Loader(下简称MCL)采用模块化设计,包含以下几个基础模块:

  • Script 脚本执行模块,用于加载和执行脚本,MCL的主要功能均由脚本实现。脚本执行有各个阶段,详见注释。
  • Config 配置文件模块,用于配置的持久化。
  • Downloader 下载器模块,用于下载文件,并实时返回进度。
  • Logger 日志模块,用于向控制台输出日志。

使用 iTXTech MCL

一键安装

iTXTech MCL Installer 能在所有操作系统上一键安装 iTXTech MCL

手动安装

  1. 安装 Java 运行时(版本必须 >= 11)
  2. Releases 下载最新版本的MCL
  3. 解压到某处
  4. 在命令行中执行.\mcl以启动MCL
    • Windows: cmd 必须执行.\mclpowershell接受.\mcl./mcl
    • *nix: ./mcl

Mirai Repo 列表

  • Gitee - 默认,如要镜像请完整拷贝该仓库文件即可
  • GitHub - 位于project-mirai的镜像,国内首选Gitee

Maven Repo 列表

  • Maven Central - Maven Central上游
  • 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/>.

About

模块化、轻量级且支持完全自定义的 mirai 加载器。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.5%
  • JavaScript 33.3%
  • Other 0.2%