From 8eeee6f6f7466e7a0d0e01d6c8c7e3962a526e0c Mon Sep 17 00:00:00 2001 From: Hong_SZ <136214287+HongSZ2333@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86Market.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- market.json | 67 ++++++++++++++++++++++------------------------------- 1 file changed, 28 insertions(+), 39 deletions(-) diff --git a/market.json b/market.json index 088981e..9efa40c 100644 --- a/market.json +++ b/market.json @@ -8,50 +8,39 @@ ], "packages": [ { + "title": "EndStone MC 服务端", "language": "zh_cn", - "platform": "ALL", - "description": " Minecraft 1.21.1 快速开服", - "image": "https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/package-images/wallpaper.webp", + "platform": "Docker", + "description": "适用于 Linux 系统,使用 EndStone MC 官方 Docker 镜像,一键快速开服!", + "image": "https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/package-images/endstone_mc.webp", "gameType": "Minecraft", - "title": "Minecraft 1.21.1 快速开服", - "category": "mc-paper", - "runtime": "Java 17+", - "hardware": "RAM 8G+", - "size": "250MB", - "remark": "包含基础插件,萌新快速开服!低配机器专属!", - "targetLink": "https://cloud.alongw.cn/f/DzvHK/Paper-1.21.1-ZH.zip", - "author": "alongw.cn", + "category": "最新版本", + "runtime": "Ubuntu/Centos LTS", + "hardware": "RAM 2G+", + "size": "", + "targetLink": "", + "author": "EndStone", + "tags": ["可以商业出租", "Docker版"], "setupInfo": { - "type": "minecraft/java", - "startCommand": "java -Xms4096M -Xmx4096M -jar server.jar nogui", + "startCommand": "endstone -y -s .", "stopCommand": "stop", + "ie": "utf8", + "oe": "utf8", + "type": "minecraft/bedrock", + "tag": ["bedrock"], + "fileCode": "utf8", + "processType": "docker", "updateCommand": "", - "ie": "utf-8", - "oe": "utf-8" - } - }, - { - "language": "zh_cn", - "platform": "ALL", - "description": " 中小型互通服推荐,1.20.4 版本,快速开服,包含ESS、锁箱子、操作回滚、领地商店等基础插件。", - "image": "https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/package-images/wallpaper.webp", - "gameType": "Minecraft", - "title": "Minecraft 1.20.4", - "category": "mc-paper", - "runtime": "Java 21+", - "hardware": "RAM 6G+", - "size": "140MB", - "remark": "支持插件,最低 8GB 内存要求", - "targetLink": "https://url.alww.top/mcsm/paper1.20.4.zip", - "author": "alongw.cn", - "setupInfo": { - "type": "minecraft/java", - "startCommand": "java -Xms6144M -Xmx6144M -jar server.jar nogui", - "stopCommand": "stop", - "updateCommand": "", - "ie": "utf-8", - "oe": "utf-8" + "docker": { + "image": "endstone/endstone:latest", + "containerName": "endstone-server", + "extraVolumes": [], + "networkMode": "bridge", + "workingDir": "", + "env": [], + "changeWorkdir": true + } } } ] -} +} \ No newline at end of file