Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/AutoUpdatePlugins
  • Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.9.0...v2.9.1


    更新内容

    • 匹配 Modtinth 中的版本类型

    本次更新增加了新的配置项

    # String c_version_type;    // 版本类型 (发布频道), 如 beta, release, 仅限 Modrinth
    

    Updates

    • Match version type in Modtinth

    New configuration items have been added in this update

    # String c_version_type;    // Version type (Release channel), For example beta, release, Modrinth only
    
  • AutoUpdatePlugins 2.9.0

    release8 января 2026 г.

    Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.8.0...v2.9.0


    更新内容

    • 匹配 Modtinth 中的版本号

    本次更新增加了新的配置项

    list:
    # 更新了示例配置
    
    #  - file: 'simple-voice-chat.jar'
    #    url: /plugins/simple-voice-chat
    #    loader: paper # 指定平台
    #    version: ServerVersion # 指定版本, '1.21.10' / ServerVersion
    

    Updates

    • Match the version number in Modtinth

    New configuration items have been added in this update

    list:
    # Updated example configuration
    
    #  - file: 'simple-voice-chat.jar'
    #    url: /plugins/simple-voice-chat
    #    loader: paper # Specify platform
    #    version: ServerVersion # Specify version, '1.21.10' / ServerVersion
    
  • AutoUpdatePlugins 2.8.0

    release22 декабря 2025 г.

    Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.7.2...v2.8.0


    更新内容

    • 从 Github Actions 下载
    • 自动解压文件
    • 对不同请求开关代理

    本次更新增加了新的配置项

    proxy:
      reqApi: true
      reqDownload: true
    
    list:
    # 添加了示例配置
    
    #  - file: 'TrPlugins.jar'  # 下载 GitHub Actions 中的文件
    #    url: https://github.com/TrPlugins/TrChat/actions
    #    get: 'TrChat Artifacts'  # 匹配 Artifacts Produced during runtime 中的名称
    #    zipGet: 'TrChat-[\.\d]+\.jar'  # 解压: 匹配压缩包中的文件
    
    #  - file: 'Chat2QQ.jar'
    #    url: https://github.com/ApliNi/Chat2QQ/actions
    #    get: 'Chat2QQ\.jar'
    #    zipGet: 'Chat2QQ\.jar'
    
    #   - file: 'test.jar'
    #     url: https://www.spigotmc.org/resources/invsee.82342/
    #     zipGet: 'InvSee\+\+\.jar' # 解压文件
    

    Updates

    • From Github Actions to download
    • Automatically decompress files
    • Switch proxy on and off for different requests

    New configuration items have been added in this update

    proxy:
      reqApi: true
      reqDownload: true
    
    list:
    # Added example configuration
    
    #  - file: 'TrPlugins.jar'  # Download the file from GitHub Actions
    #    url: https://github.com/TrPlugins/TrChat/actions
    #    get: 'TrChat Artifacts'  # Match the names of Artifacts Produced during runtime
    #    zipGet: 'TrChat-[\.\d]+\.jar'  # Decompression: Match files in compressed packages
    
    #  - file: 'Chat2QQ.jar'
    #    url: https://github.com/ApliNi/Chat2QQ/actions
    #    get: 'Chat2QQ\.jar'
    #    zipGet: 'Chat2QQ\.jar'
    
    #   - file: 'test.jar'
    #     url: https://www.spigotmc.org/resources/invsee.82342/
    #     zipGet: 'InvSee\+\+\.jar' # Unzip the file
    
  • AutoUpdatePlugins 2.7.2

    release16 декабря 2025 г.

    Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.6.4...v2.7.2


    更新内容

    • 支持出错时自动重试网络请求
    • 支持 Modrinth 指定平台下载
    • 支持将消息设置为空时不打印内容

    本次更新增加了新的配置项

    # 网络请求失败重试次数
    fetchErrRetry: 4
    # 初始重试延迟, 每次重试 + 2s
    fetchErrRetryDelay: 5
    
    list:
      # 修改了自动更新插件的下载地址
      - file: 'AutoUpdatePlugins自动更新.jar'
        url: /plugins/autoupdateplugins
    

    Updates

    • Supports automatic retry of network requests when an error occurs
    • Support Modrinth designated platform downloads
    • Support not printing content when message is set to empty

    New configuration items have been added in this update

    # Failed network request retry count
    fetchErrRetry: 4
    # Initial retry delay, +2 seconds per retry
    fetchErrRetryDelay: 5
    
    list:
      # Modified the download address of the automatic update plug-in
      - file: 'AutoUpdatePlugins.jar'
        url: /plugins/autoupdateplugins
    
  • AutoUpdatePlugins 2.6.4

    release11 июля 2024 г.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.6.2...v2.6.4

    更新内容

    • 更新鬼斩构建站 API
    • 优化 Modrinth 版本查找方法
    • 支持更低的 MC 版本, 目前调整到 1.16
    • 支持禁用 SSL 验证, 用于解决一些网络问题, 但不推荐使用
    • 优化消息

    本次更新增加了新的配置项

    # 是否启用 SSL 验证, 通常情况请勿关闭
    sslVerify: false
    

    Updates

    • Support lower MC version, currently adjusted to 1.16.
    • Support disable SSL authentication, used to solve some network problems, but not recommended.
    • Optimized messages

    New configuration items have been added in this update

    # Whether to enable SSL authentication, usually do not turn it off
    sslVerify: true
    
  • AutoUpdatePlugins 2.6.1

    release24 февраля 2024 г.

    修复设置 HTTP 请求头的功能

  • AutoUpdatePlugins 2.6.0

    release23 февраля 2024 г.

    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
  • AutoUpdatePlugins 2.5.0-Folia

    release22 февраля 2024 г.

    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
    
  • AutoUpdatePlugins 2.4.3

    release28 января 2024 г.

    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
  • AutoUpdatePlugins 2.4.2

    release27 января 2024 г.

    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
  • AutoUpdatePlugins 2.4.1

    release24 января 2024 г.

    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
  • AutoUpdatePlugins 2.4

    release22 января 2024 г.

    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
  • v2.3 日志相关功能更新

    release17 января 2024 г.

    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分
  • AutoUpdatePlugins 2.2

    release13 января 2024 г.

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

    本次更新存在配置更新

    # 启用上一个更新记录并通过这些信息检查更新 (temp.yml)
    enablePreviousUpdate: true
    
  • v2.0 重构和功能更新

    release4 января 2024 г.

    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 显示完整的更新日志, 可在测试完成后关闭, 关闭后依然会显示错误/警告/开始和完成信息
  • AutoUpdatePlugins 1.0-SNAPSHOT

    release3 января 2024 г.

    初始提交

Совместимость

Сведения

Лицензия:
Опубликован:2 года назад
Обновлён:1 неделю назад
ID проекта:
Главная