hellosky983/dsh-mc-launcher ↗★ 4
dsh-mc-launcher
基于 DeepSeek Harness 构建的 Minecraft 启动器,支持微软设备码登录、版本下载及游戏启动。
AI 分析
核心用途是在 DSH 主机进程中直接管理、下载并启动 Minecraft 游戏。适合需要将游戏启动器集成到 DSH Web 界面中的玩家。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-mc-launcher说明文档
阅读完整 README ↗📖 使用说明
| 配置项 | 说明 | 默认值 |
|---|---|---|
gameDir | 游戏目录(与官方启动器同结构) | ~/.minecraft |
javaPath | Java 可执行文件路径,留空自动探测 | 自动 |
memoryMb | JVM 堆内存 | 2048 |
clientId | 你自己的 Azure 应用 ID(登录必需) | 空 |
width / height | 游戏窗口分辨率 | 854×480 |
uiMode | 界面模式:tab(标签页,推荐)/ fullscreen(全屏) | tab |
showTab | tab 模式下是否在会话中显示 Minecraft 标签(关则纯工具模式) | true |
theme | 主题:{preset: default/light/ocean/end/lava, accent: "#hex"} | 森林 + 默认绿 |
设置保存在 ~/.dsh-mc/settings.json,账号保存在 ~/.dsh-mc/account.json(权限 600)。