/
Preview Notice
- Current target version: Minecraft 1.21.10
- Platform: Fabric (Client-side)
- Java: 21+
- This project is actively evolving. Feedback and bug reports are welcome in Issues.
An in-game AI translation mod for Minecraft that supports chat, chat input, item tooltip, and scoreboard translation with multi-provider routing, an AI chat-input assistant panel, and a fully in-game configuration workflow.
| Module | What it does | Highlights |
|---|---|---|
| Chat Output | Translates incoming chat lines | Auto mode or manual [T] click mode, optional streaming display |
| Chat Input | Translates your text before send | Hotkey-driven translation plus AI rewrite actions (Translate/Professional/Friendly/Expand/Concise/Restore), optional streaming update |
| Item Tooltip | Translates item custom name and lore | Template/style-preserving pipeline, async cache queue |
| Scoreboard Sidebar | Translates prefix/suffix and player name display | Real-time replacement with style-preserving reconstruction |
OPENAI_COMPAT (/chat/completions)OPENAI_RESPONSE (/responses)OLLAMA (/api/chat)translate_allinone translatechatline <messageId> for manual chat-line retranslation (used by manual [T] workflows).1.21.10>= 0.18.1>= 21>= 16.0.0mods folder:
translate-all-in-one-*.jarProviders.config/translate_allinone/config.jsonconfig/translate_allinone/item_translate_cache.jsonconfig/translate_allinone/scoreboard_translate_cache.json./gradlew build
Useful commands:
./gradlew check
./gradlew runClient
MIT. See LICENSE.
| 模块 | 功能 | 主要特点 |
|---|---|---|
| 聊天输出翻译 | 翻译收到的聊天消息 | 支持自动翻译和手动 [T] 点击翻译,支持流式显示 |
| 聊天输入翻译 | 发送前翻译输入框内容 | 快捷键触发翻译 + AI 改写面板(翻译/专业/友好/扩写/简化/还原),可流式回填输入框 |
| 物品翻译 | 翻译物品名称与 Lore | 模板/样式保留,异步缓存队列 |
| 计分板翻译 | 翻译侧边栏显示文本 | 前后缀与玩家名按配置实时替换 |
OPENAI_COMPAT(/chat/completions)OPENAI_RESPONSE(/responses)OLLAMA(/api/chat)translate_allinone translatechatline <messageId>,用于手动重翻译聊天行([T] 流程会使用该链路)。1.21.10>= 0.18.1>= 21>= 16.0.0mods 文件夹:
translate-all-in-one-*.jarProviders 中先添加至少一个服务商。config/translate_allinone/config.jsonconfig/translate_allinone/item_translate_cache.jsonconfig/translate_allinone/scoreboard_translate_cache.json./gradlew build
常用命令:
./gradlew check
./gradlew runClient
本项目采用 MIT License。

An in-game AI translation mod for Minecraft that supports chat, chat input, item tooltip, and scoreboard translation with multi-provider routing, an AI chat-input assistant panel, and a fully in-game configuration workflow.