• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】
MC Version List(MCVL)

其他 MC Version List(MCVL) 0.3

完成注册/登录后下载
版权类型
授权转载
版权链接
https://github.com/sb-child/mc-version-list
语言支持
中文(简体)
适配版本(基岩)
  1. 全版本
[MD] # mc-version-list 由sb-child开发,是一个很好的获取BDS版本对应列表渠道。 the version list of Minecraft (source: <[URL]https://zh.minecraft.wiki[/URL]>) Minecraft 版本列表, 来源: <[URL]https://zh.minecraft.wiki[/URL]> ## BDS Version List (基岩版专用服务器 - 版本及协议版本列表) ### Json structure (Json 结构) ```jsonc { // array of versions, from older to newer // 版本数组, 从旧到新 "versions": [ "1_9_0", "1_10_0", "1_20_51", "1_20_60_20", "1_20_60_21", "1_20_60_22", "1_20_60_23" ], // dict of versions // 版本字典 "v": { "1_10_0": { // version 版本号 "version": "1.10.0.7", // simple version 简化版本号 "simple_version": "1.10.0", // article name 条目名 "page": "基岩版1.10.0", // release version 是否为正式版 "released": true, // protocol version 协议版本 // -1 means unknown, -2 means currently not found // -1: 未知, -2: 目前未找到 "protocol": 340, // major 主版本号 "major_v": 1, // minor 次版本号 "minor_v": 10, // build 构建版本号 "build_v": 0, // revision 修订版本号 "rev_v": 7 }, "1_9_0": { "version": "1.9.0.15", "simple_version": "1.9.0", "page": "基岩版1.9.0", "released": true, "protocol": 332, "major_v": 1, "minor_v": 9, "build_v": 0, "rev_v": 15 } }, // version reverse search list // 版本反向查找表 "rv": { "1_10_0_7": "1_10_0", "1_11_0_23": "1_11_0", "1_11_1_2": "1_11_1", "1_11_2_1": "1_11_2", "1_19_70_20": "1_19_70_20", "1_19_70_21": "1_19_70_21", "1_19_70_22": "1_19_70_22", "1_19_70_23": "1_19_70_23" }, // protocol version reverse search list // 协议版本反向查找表 "rp": { "282": [ "1_6_0", "1_6_1" ], "354": [ "1_11_0", "1_11_1", "1_11_2", "1_11_4" ], "361": [ "1_12_0", "1_12_1" ], "388": [ "1_13_0", "1_13_1", "1_13_2", "1_13_3" ] } // timestamp of this generation 此json的生成时间戳(UTC时间) "update_timestamp_ms": 1702752551478 } ``` ### links (列表链接) 「sync every hour」(每小时同步一次) - [「github gist」查看此 gist](https://gist.github.com/sb-child/b5a133b71e0a66b26360dff030906bc6) - [「Raw Link」原始 json](https://gist.github.com/sb-child/b5a133b71e0a66b26360dff030906bc6/raw/mcvl-bds.json) - [「Raw Link (ghproxy)」原始 json (中国境内专供)](https://mirror.ghproxy.com/https://gist.githubusercontent.com/sb-child/b5a133b71e0a66b26360dff030906bc6/raw/mcvl-bds.json) ## 本地使用 1. (手动编译) 拉取本 repo 的代码, 安装 `goframe cli`, 执行 `gf build` 编译代码, mcvl 程序会输出在 `bin/[系统架构]` 目录下 1. (或下载预编译版) ```bash # linux wget -O mcvl [URL]https://github.com/sb-child/mc-version-list/releases/latest/download/mcvl-linux-amd64[/URL] && chmod a+x mcvl # windows 下载 [URL]https://github.com/sb-child/mc-version-list/releases/latest/download/mcvl-win-amd64.exe[/URL] ``` 1. 执行 `./mcvl generate` 将结果直接输出, 或者 `./mcvl generate -f=文件名` 将结果写入文件 [/MD]
  • 喜欢
反馈: Mcayear
作者
LiteZero
下载
170
查看
694
首次发布
最后更新

评分

0.00 星 0 次评分

LiteZero 的其他资源

后退
顶部 底部