Files
CJSMCS/market.json
2025-09-21 15:23:06 +08:00

46 lines
1.3 KiB
JSON

{
"languages": [
{
"label": "中文",
"value": "zh_cn",
"path": "templates-zh.json"
}
],
"packages": [
{
"title": "EndStone MC 服务端",
"language": "zh_cn",
"platform": "Docker",
"description": "适用于 Linux 系统,使用 EndStone MC 官方 Docker 镜像,一键快速开服!",
"image": "https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/package-images/endstone_mc.webp",
"gameType": "Minecraft",
"category": "最新版本",
"runtime": "Ubuntu/Centos LTS",
"hardware": "RAM 2G+",
"size": "",
"targetLink": "",
"author": "EndStone",
"tags": ["可以商业出租", "Docker版"],
"setupInfo": {
"startCommand": "endstone -y -s .",
"stopCommand": "stop",
"ie": "utf8",
"oe": "utf8",
"type": "minecraft/bedrock",
"tag": ["bedrock"],
"fileCode": "utf8",
"processType": "docker",
"updateCommand": "",
"docker": {
"image": "endstone/endstone:latest",
"containerName": "endstone-server",
"extraVolumes": [],
"networkMode": "bridge",
"workingDir": "",
"env": [],
"changeWorkdir": true
}
}
}
]
}