Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.6
1.20.4
1.20.1
1.19.4
1.19.2
1.18.2
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed LGPL-3.0-or-later
Published last month
Updated last month
ServerListSync
介绍 Introduction
这是由 MCJPG组织 发行的一款用于在线同步游戏内多人游戏服务器列表的模组 This is a mod released by the MCJPG Organization for online synchronization of multiplayer game server lists in Minecraft.
模组会在游戏启动时自动通过配置文件内定义的地址同步云端 JSON文件 内的服务器列表 The mod automatically syncs the server list from a cloud JSON file at the address defined in the configuration file when the game starts.
版本支持 Version Support
- 加载器: Fabric (版本: ≥ 0.16.7)
- Loader: Fabric (Version: ≥ 0.16.7)
- 支持版本:
- Supported Versions:
- 1.18.2
- 1.19.2
- 1.19.4
- 1.20.1
- 1.20.4
- 1.20.6
- 1.21
- 1.21.1
- 前置模组: Fabric API
- Required Mod: Fabric API
配置文件介绍 Configuration File Introduction
{"address":"http://localhost:8080/","order":"default","updatePeriod":60}
说明: Explanation:
address
: 服务器列表同步地址 The address for synchronizing the server listorder
: 服务器列表排序方式, 可选值:default
(默认排序),reverse
(倒序),alphabetical
(字母排序),random
(随机排序) The sorting method for the server list, optional values:default
(default sorting),reverse
(reverse order),alphabetical
(alphabetical order),random
(random order)updatePeriod
: 服务器列表更新间隔, 单位: 秒 The update interval for the server list, unit: seconds
服务器JSON列表格式 Server JSON List Format
此处的格式指的是上文配置文件中 address
字段中填写的地址所返回的服务器列表格式
This format refers to the server list format returned by the address specified in the address
field of the configuration file above.
{
"servers": [
{
"name": "Sample #1",
"address": "localhost:25565"
},
{
"name": "Hypixel",
"address": "mc.hypixel.net"
}
]
}
说明: Explanation:
servers
: 服务器列表,将所有需要添加的服务器放在这个列表里 The server list, place all servers to be added in this listname
: 服务器名称 Server nameaddress
: 服务器地址 Server address
开源协议 Open Source License
- 本模组遵循 LGPL-3.0 协议
- This mod follows the LGPL-3.0 license.
- 最终解释权归 MCJPG组织 所有
- The final interpretation rights belong to the MCJPG Organization.
贡献 Contribution
- 本模组核心开发者为 alazeprt, 由 MCJPG组织 进行发行
- The core developer of this mod is alazeprt, released by the MCJPG Organization.
- 欢迎提交 Issue 或 Pull Request
- Contributions such as Issues or Pull Requests are welcome.