hellosky983/dsh-mc-launcher4

dsh-mc-launcher

Minecraft Launcher built on DeepSeek Harness: full-screen launcher UI (root slot) with Microsoft device-code login, version download/install, and game launch from the DSH host process.

AI 분석

核心用途是在 DSH 主机进程中直接管理、下载并启动 Minecraft 游戏。适合需要将游戏启动器集成到 DSH Web 界面中的玩家。

패키지
dsh-mc-launcher
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-mc-launcher

📖 使用说明

配置项说明默认值
gameDir游戏目录(与官方启动器同结构)~/.minecraft
javaPathJava 可执行文件路径,留空自动探测自动
memoryMbJVM 堆内存2048
clientId你自己的 Azure 应用 ID(登录必需)
width / height游戏窗口分辨率854×480
uiMode界面模式:tab(标签页,推荐)/ fullscreen(全屏)tab
showTabtab 模式下是否在会话中显示 Minecraft 标签(关则纯工具模式)true
theme主题:{preset: default/light/ocean/end/lava, accent: "#hex"}森林 + 默认绿

设置保存在 ~/.dsh-mc/settings.json,账号保存在 ~/.dsh-mc/account.json(权限 600)。