Links
Tags
Creators
Details
0.2.0-Fabric-1.21.11
Compatibility
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7VbS918w:bMGRnJTe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7VbS918w:bMGRnJTe"
}

