Releases: PengZixuan30/GamesAI
Release list
Version 0.2.0
GamesAI v0.2.0 for Fabric 1.21 and above
把 AI 助手带进你的 Minecraft 世界!本版本带来了更完整的 AI 对话、管理、数据与扩展能力。
Bring AI assistants into your Minecraft world! This release delivers a more complete AI chat, management, data, and extensibility experience.
🎉 本次更新 / What's New
✨ 全新功能 / New Features
-
游戏内直接提问 —— 在聊天框里就能和 AI 对话,随时提问,实时回答。
Ask AI in-game — Chat with AI right from the chat box, ask anytime and get instant answers. -
免权限客户端提问 —— 玩家无需服务器管理员权限也能使用 AI 提问。
Permission-free client chat — Players can talk to AI without needing server operator permissions. -
多模型 / 多后端支持 —— 可同时配置多个 AI(OpenAI、DeepSeek、本地模型等),一键切换,互不干扰。
Multiple models & backends — Configure several AI providers (OpenAI, DeepSeek, local models, and more) and switch between them easily. -
异步响应不卡服 —— AI 思考时服务器依旧流畅,不影响其他玩家。
Async responses, no lag — The server stays smooth while the AI is thinking. -
全服多语言 —— 支持中文 / 英文,随时切换,无需重启。
Multi-language — Switch between Chinese and English server-wide, no restart needed. -
对话记忆 —— 为每位玩家保留独立的对话历史,长度可调,自动裁剪。
Conversation memory — Keep per-player chat history with adjustable length and auto-trimming. -
游戏内可视化配置 —— 按 F6 打开图形界面,直观编辑各项设置,保存即生效。
In-game visual settings — Press F6 to open a friendly GUI and edit settings with instant effect. -
更懂上下文的帮助 —— 帮助信息会根据你当前的指令自动匹配相关内容。
Context-aware help — Help text adapts to the command you're currently using.
🛠️ 更强能力 / More Powerful
-
内置多种 AI 工具 —— 查询在线玩家、管理白名单、搜索 Minecraft Wiki、计算器、定时器等,开箱即用。
Built-in AI tools — Check online players, manage the whitelist, search the Minecraft Wiki, calculator, timers, and more — ready out of the box. -
公共数据共享 —— 你与 AI 可读写同一份公共数据,协作更顺畅。
Shared data — You and the AI can read and write a shared store for smoother collaboration. -
自定义扩展 —— 通过脚本自由添加属于你自己的 AI 能力。
Custom extensions — Add your own AI abilities through scripts. -
外部提示词引用 —— 长篇提示词可放到外部文件,配置更清爽。
External prompt files — Keep long prompts in separate files for a cleaner setup. -
调试模式 —— 一键开启请求日志,方便排查问题。
Debug mode — Toggle request logging to quickly troubleshoot issues.
感谢使用 GamesAI!欢迎加入 QQ 群 849544707 反馈问题、分享想法。
Thanks for using GamesAI! Join the QQ group 849544707 to share feedback and ideas.
Version 0.1.1 by Fabric 26.1-26.2
GamesAI v0.1.1 — Fabric 26.1-26.2
AI 对话助手模组,在 Minecraft 中通过命令直接与 OpenAI 兼容 API 交互。
主要功能
/ask <问题>— 向 AI 提问,支持-m/--model切换模型- 多后端配置 — 同时配置多个 AI(OpenAI / Ollama / 自定义),独立 Key 和端点
- 对话历史 — 按玩家、按模型记忆上下文,可配置轮数,自动裁剪
- 多语言 — 全服语言切换(en_us / zh_cn),热重载无需重启
- 管理指令 —
/gamesai config/history/reload/debug完整命令体系 - 异步执行 — AI 请求不卡服
安装
- 安装 Fabric Loader ≥ 0.17.3 和 Fabric API ≥ 0.139.4
- 将
games_ai-0.1.1-Fabric-1.21.11.jar放入mods/文件夹 - 启动服务器,修改
config/games_ai/config.json填入你的 API Key - 在游戏中使用
/ask 你好开始对话
支持版本
| Minecraft | Fabric Loader | Fabric API |
|---|---|---|
| 1.21.10 | ≥ 0.17.0 | ≥ 0.134.1 |
| 1.21.x 更早版本 | 见 README |
📖 完整文档:README
Version 0.1.1 by Fabric 1.21.11
GamesAI v0.1.1 — Fabric 1.21.11
AI 对话助手模组,在 Minecraft 中通过命令直接与 OpenAI 兼容 API 交互。
主要功能
/ask <问题>— 向 AI 提问,支持-m/--model切换模型- 多后端配置 — 同时配置多个 AI(OpenAI / Ollama / 自定义),独立 Key 和端点
- 对话历史 — 按玩家、按模型记忆上下文,可配置轮数,自动裁剪
- 多语言 — 全服语言切换(en_us / zh_cn),热重载无需重启
- 管理指令 —
/gamesai config/history/reload/debug完整命令体系 - 异步执行 — AI 请求不卡服
安装
- 安装 Fabric Loader ≥ 0.17.3 和 Fabric API ≥ 0.139.4
- 将
games_ai-0.1.1-Fabric-1.21.11.jar放入mods/文件夹 - 启动服务器,修改
config/games_ai/config.json填入你的 API Key - 在游戏中使用
/ask 你好开始对话
支持版本
| Minecraft | Fabric Loader | Fabric API |
|---|---|---|
| 1.21.10 | ≥ 0.17.0 | ≥ 0.134.1 |
| 1.21.x 更早版本 | 见 README |
📖 完整文档:README
Version 0.1.1 by Fabric 1.21.5 to 1.21.10
GamesAI v0.1.1 — Fabric 1.21.5 to 1.21.10
AI 对话助手模组,在 Minecraft 中通过命令直接与 OpenAI 兼容 API 交互。
主要功能
/ask <问题>— 向 AI 提问,支持-m/--model切换模型- 多后端配置 — 同时配置多个 AI(OpenAI / Ollama / 自定义),独立 Key 和端点
- 对话历史 — 按玩家、按模型记忆上下文,可配置轮数,自动裁剪
- 多语言 — 全服语言切换(en_us / zh_cn),热重载无需重启
- 管理指令 —
/gamesai config/history/reload/debug完整命令体系 - 异步执行 — AI 请求不卡服
安装
- 安装 Fabric Loader ≥ 0.17.3 和 Fabric API ≥ 0.139.4
- 将
games_ai-0.1.1-Fabric-1.21.11.jar放入mods/文件夹 - 启动服务器,修改
config/games_ai/config.json填入你的 API Key - 在游戏中使用
/ask 你好开始对话
支持版本
| Minecraft | Fabric Loader | Fabric API |
|---|---|---|
| 1.21.10 | ≥ 0.17.0 | ≥ 0.134.1 |
| 1.21.x 更早版本 | 见 README |
📖 完整文档:README
Version 0.1.1 by Fabric 1.21 to 1.21.4
GamesAI v0.1.1 — Fabric 1.21 to 1.21.4
AI 对话助手模组,在 Minecraft 中通过命令直接与 OpenAI 兼容 API 交互。
主要功能
/ask <问题>— 向 AI 提问,支持-m/--model切换模型- 多后端配置 — 同时配置多个 AI(OpenAI / Ollama / 自定义),独立 Key 和端点
- 对话历史 — 按玩家、按模型记忆上下文,可配置轮数,自动裁剪
- 多语言 — 全服语言切换(en_us / zh_cn),热重载无需重启
- 管理指令 —
/gamesai config/history/reload/debug完整命令体系 - 异步执行 — AI 请求不卡服
安装
- 安装 Fabric Loader ≥ 0.17.3 和 Fabric API ≥ 0.139.4
- 将
games_ai-0.1.1-Fabric-1.21.11.jar放入mods/文件夹 - 启动服务器,修改
config/games_ai/config.json填入你的 API Key - 在游戏中使用
/ask 你好开始对话
支持版本
| Minecraft | Fabric Loader | Fabric API |
|---|---|---|
| 1.21.10 | ≥ 0.17.0 | ≥ 0.134.1 |
| 1.21.x 更早版本 | 见 README |
📖 完整文档:README
Version 0.1.0-Pre-1 by 1.21.10-Fabric
v0.1.0-pre-1 — Initial Release
The first release of GamesAI — bring AI into Minecraft.
What's included
/askcommand to chat with AI in-game- Multi-model support (
-m/--model) - Multi-backend (OpenAI, DeepSeek, Ollama, custom endpoints)
- Per-player conversation history with auto-trimming
- Async execution — no server lag
- English & Simplified Chinese translations
- Auto-generated config on first run
Quick Setup
- Drop the
.jarintomods/ - Launch the game
- Edit
config/games_ai/config.jsonwith your API key - Type
/ask Hello!in chat
Requirements
- Minecraft 1.21.10
- Fabric Loader 0.17.0+
- Fabric API
- Java 21+