Merge PR #879: Feature/paper 26.1 support + Release workflow#1
Merged
Conversation
Co-authored-by: vlssu <43847794+vlssu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/vlssu/CoreProtect/sessions/5fe80f71-7a7b-427b-9e5f-7c6ace8c002d Co-authored-by: vlssu <43847794+vlssu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/vlssu/CoreProtect/sessions/5fe80f71-7a7b-427b-9e5f-7c6ace8c002d Co-authored-by: vlssu <43847794+vlssu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/vlssu/CoreProtect/sessions/5fe80f71-7a7b-427b-9e5f-7c6ace8c002d Co-authored-by: vlssu <43847794+vlssu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/vlssu/CoreProtect/sessions/5fe80f71-7a7b-427b-9e5f-7c6ace8c002d Co-authored-by: vlssu <43847794+vlssu@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
vlssu
April 5, 2026 09:53
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
合并了 PlayPro/CoreProtect#879,为 Paper 26.1(新的年份版本格式)添加支持。
代码变更
Bukkit_v26适配器(适用于 Minecraft 26.x 新版本格式)Paper_v26适配器VersionCheckService,使用正则解析版本号,同时支持旧1.x和新26.x格式ConfigHandler.LATEST_VERSION为26.1.1新增 Release 工作流
新增了
.github/workflows/release.yml,可以:如何发布
合并本 PR 后,在 Actions 页面 手动触发 Release 工作流,填写:
tag:如v23.1-paper26release_name:如CoreProtect 23.1 (Paper 26.1 support)即可自动构建并上传 JAR 到 Releases。