hellosky983/dsh-mc-launcher4

dsh-mc-launcher

基于 DeepSeek Harness 构建的 Minecraft 启动器,支持微软设备码登录、版本下载及游戏启动。

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)。