万智牌卡牌查询
检索万智牌卡牌数据
该技能用于在本地Linux环境管理Hytale专用服务器,通过官方下载器获取服务端文件,配合screen实现后台运行与进程控制。
前置依赖安装:
apt install screen或对应系统命令)https://downloader.hytale.com/hytale-downloader.zip下载官方下载器hytale-downloader-linux-amd64放入~/hytale_server/目录并执行chmod +x赋予执行权限hytale-downloader-credentials.json凭证文件放置于~/hytale_server/目录常用指令:
hytale start – 在后台screen会话中启动服务器hytale stop – 平滑停止服务器hytale update – 更新或下载服务端文件hytale status – 查看进程运行状态见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 操作指令(start/stop/update/status)、官方下载器程序、凭证JSON文件 |
| 输出 | 服务器运行状态、screen会话反馈、下载器执行结果 |
| 适用人群 | Hytale私服管理员、熟悉Linux命令的游戏运维人员 |
| 不包含 | 官方下载器本体、Hytale账号凭证、Java与screen的安装 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/newcastlegeek/hytale/SKILL.md
来源类型:GitHub仓库