Add launcher admin catalog site
This commit is contained in:
@@ -18,11 +18,10 @@
|
||||
"description": "오리지널 맵용 템플릿입니다. vanilla 또는 맵 전용 distribution URL과 월드 ZIP 경로를 채우면 싱글플레이 빠른 실행에 사용할 수 있습니다.",
|
||||
"details": "관리자는 이 항목에 월드 ZIP과 클라이언트 distribution URL을 미리 등록합니다.\n\n사용자는 설치 페이지에서 설명을 읽고 라이브러리에 추가한 뒤, 라이브러리에서 맵 자료를 준비하고 바로 실행할 수 있습니다.",
|
||||
"distributionUrl": "https://example.com/launcher/vanilla-map-distribution.json",
|
||||
"worldArchiveUrl": "https://example.com/maps/original-map.zip",
|
||||
"worldDirectoryName": "Original Map",
|
||||
"defaultServerAddress": "",
|
||||
"allowCustomServerAddress": false,
|
||||
"configured": false
|
||||
"worldArchiveUrl": "https://example.com/maps/original-map.zip",
|
||||
"worldDirectoryName": "Original Map"
|
||||
},
|
||||
{
|
||||
"id": "template-plugin-server-pack",
|
||||
@@ -31,15 +30,15 @@
|
||||
"description": "플러그인 맵 + 서버 접속용 템플릿입니다. 클라이언트 distribution, 서버 번들 ZIP, 서버 시작 명령, 선택형 터널 명령을 연결하면 됩니다.",
|
||||
"details": "관리자는 클라이언트 배포 파일, 서버 번들, 서버 시작 명령을 미리 등록합니다.\n\n사용자는 설치 페이지에서 상세 내용을 확인하고 라이브러리에 추가한 뒤, 라이브러리에서 직접 서버를 켜거나 수동 주소를 넣어 접속할 수 있습니다.",
|
||||
"distributionUrl": "https://example.com/launcher/server-pack-client-distribution.json",
|
||||
"defaultServerAddress": "",
|
||||
"allowCustomServerAddress": true,
|
||||
"serverBundleUrl": "https://example.com/serverpacks/plugin-world-server.zip",
|
||||
"serverDirectoryName": "plugin-world-server",
|
||||
"serverLaunchCommand": "java -jar server.jar nogui",
|
||||
"serverWorkingDirectory": "",
|
||||
"serverPort": 25565,
|
||||
"tunnelCommand": "",
|
||||
"tunnelAddressRegex": "",
|
||||
"defaultServerAddress": "",
|
||||
"allowCustomServerAddress": true,
|
||||
"configured": false
|
||||
"tunnelAddressRegex": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user