
11.8K
25
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: https://modrinth.com/plugin/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: https://modrinth.com/plugin/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: https://modrinth.com/plugin/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: https://modrinth.com/plugin/autoupdateplugins
AutoUpdatePlugins 2.6.4
release11 июля 2024 г.What's Changed
- api-version 调整 by @yanshiqwq in https://github.com/ApliNi/AutoUpdatePlugins/pull/4
New Contributors
- @yanshiqwq made their first contribution in https://github.com/ApliNi/AutoUpdatePlugins/pull/4
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 请求头的功能
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:2 года назад
Обновлён:3 месяца назад