dsh-mc-agent
AI-assisted Minecraft for DeepSeek Harness: drive an autonomous Mineflayer agent (survival, mining, chat, live map) with vision/control tools, plus a built-in launcher (Microsoft sign-in, version download, game launch).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-mc-agent说明文档
阅读完整 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)。