AutoUpdatePlugins

AutoUpdatePlugins

Plugin

Better auto update plugins 更好的自动更新插件

Server ManagementOptimizationUtility

389 downloads
7 followers
Created5 months ago
Updated3 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

修复设置 HTTP 请求头的功能

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.5.0...v2.6.0

更新内容

本次更新没有配置改动

此版本在发布后经过更新

  • 更新配置文件

update content

There are no configuration changes in this update

This version has been updated since publication

  • Update configuration file

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.3...v2.5.0

更新内容

  • 使用更稳定的网络请求库优化稳定性
  • 支持添加网络代理
  • 支持运行在 Folia 服务器上

配置改动

  • 移除 disableCertificateVerification 配置, 添加 proxy 配置
# 设置网络代理
proxy:
  type: DIRECT # DIRECT | HTTP | SOCKS
  host: '127.0.0.1'
  port: 7890

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.2...v2.4.3

配置中的功能更新

# 如果 file 配置与此正则匹配, 则启用 zip 完整性检查, 否则不会启用
zipFileCheckList: '\.(?:jar|zip)$'

其他更新

  • 优化信息显示

Feature Updates in Configuration

# If the file configuration matches this regex, zip integrity checking is enabled, otherwise it is not enabled
zipFileCheckList: '\.(?:jar|zip)$'

Other updates

  • Optimize message display

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.1...v2.4.2

此更新中存在配置中的功能更新

### list 中的所有可用配置 ###
# 除非你知道这是在做什么, 否则不要随意随意使用
# String file;              // 文件名称
# String url;               // 下载链接
# String tempPath;          // 下载缓存路径, 默认使用全局配置
# String updatePath;        // 更新存放路径, 默认使用全局配置
# String filePath;          // 最终安装路径, 默认使用全局配置
# String path;              // 同时覆盖 updatePath 和 filePath 配置
# String get;               // 选择指定文件的正则表达式, 默认选择第一个. 仅限 GitHub, Jenkins, Modrinth
# boolean getPreRelease;    // 允许下载预发布版本, 默认 false. 仅限 GitHub
# boolean zipFileCheck;     // 启用 zip 文件完整性检查, 默认 true
# boolean ignoreDuplicates; // 关闭哈希检查

** 此更新中存在语言配置更新** 省略...

更新内容

  • 添加 /aup stop 指令, 用于停止一个正在进行的更新
  • 优化信息显示
  • 修复无法关闭哈希检查

There are feature updates in the configuration in this update

### All available configurations in list ###
# Unless you know what you're doing, don't use it willy-nilly.
# String file;              // File name
# String url;               // Download link
# String tempPath;          // download cache path, use global configuration by default
# String updatePath;        // update path, used globally by default
# String filePath;          // The final installation path, used globally by default.
# String path;              // Overriding both updatePath and filePath configurations
# String get;               // Regular expression to select the specified file, first one is selected by default. GitHub, Jenkins, Modrinth only.
# boolean getPreRelease;    // Allow downloading of pre-releases, false by default. GitHub only.
# boolean zipFileCheck;     // Enable zip file integrity checking, true by default.
# boolean ignoreDuplicates; // Turn off hash checking

Language configuration update exists in this update *Omitted... *

Updates

  • Added /aup stop command to stop an update in progress.
  • Optimize message display
  • Fixed inability to turn off hash checking

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4...v2.4.1

更新内容

  • 修复有时候不会释放锁, 你将看到 ### 更新程序重复启动或出现错误? 尝试提高更新检查间隔? ### 而没有进行更新

Updates

  • Fixed that sometimes the lock is not released, you will see ### Update program start repeatedly or error? Trying to increase the update check interval? ### and no update is performed

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.3...v2.4

此版本存在配置更新

  • 添加了多语言配置和 message 配置项

更新内容

  • 添加英文配置和语言
  • 添加英文文档
  • 允许自定义插件消息
  • 一些细节修复

Configuration updates exist for this version

  • Added multi-language configuration and message configuration items

update content

  • Added English configuration and language
  • Added English documentation
  • Allow custom plugin messages
  • Some detail fixes

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.2...v2.3

本次更新存在配置改动

# 显示最详细的更新日志, 可在测试完成后关闭, 关闭后依然显示错误/警告/开始和完成信息
debugLog: true

#--- 删除以上部分, 添加以下部分 ---#

# 启用哪些日志等级
logLevel:
  - "DEBUG"   # 用于调试, 可在测试完成后注释掉
  - "MARK"    # 与 DEBUG 相同, 显示绿色, 用于标记任务完成
  - "INFO"    # 输出日志
  - "WARN"    # 输出警告
  - "NET_WARN"  # 网络请求模块的警告

本次更新添加了新的指令

  • /aup log - 显示一份完整的更新日志

更新内容

更新发布后进行过修改

  • 修复 MARK 日志中缺失的插件标志 - 2024年1月17日 21点11分

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.1...v2.2

本次更新存在配置更新

# 启用上一个更新记录并通过这些信息检查更新 (temp.yml)
enablePreviousUpdate: true

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v1.2...v2.0

本次更新添加新的配置项目

  • 重构插件
  • 更完整的重载功能
  • 支持添加 HTTP 请求头
  • 优化日志显示
  • 实验性支持 CurseForge 页面链接

Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v1.0...v1.1

本次发布中有配置文件更新

  • Github 链接可添加配置 getPreRelease: true 来下载最新的预发布版本
  • debugLog: true 显示完整的更新日志, 可在测试完成后关闭, 关闭后依然会显示错误/警告/开始和完成信息

初始提交

External resources



Project members

ApliNi

Owner


Technical information

License
MIT
Project ID