Skip to content
NtGitG edited this page Jun 12, 2026 · 3 revisions

MineGlot

A client-side AI translator for Minecraft 1.8.9 Forge.

MineGlot translates your own messages, selected player chat, private messages, and signs using OpenAI or Claude. Your API key stays on your computer.

Minecraft 1.8.9 - Forge 11.15.1.2318 - Java 8 - Client Side Only

Preview

MineGlot main menu

Highlights

  • Chat translation - translate your own messages with /trs or /translate.
  • Clickable chat translation - use /translation and click a visible chat line.
  • Private messages - send a translated /msg with /trs <player> <text>.
  • Target players - choose whose chat should be auto-translated.
  • Sign translation - translate signs in the world.
  • Provider support - OpenAI and Claude with model selection from the GUI.
  • Cache-first flow - memory + RocksDB reduce repeated API calls.

Screenshots

HUD Configuration
MineGlot HUD MineGlot configuration

Docs Map

Page For
Getting Started Install and first setup
How It Works Commands, auto chat, cache, targets
Configuration GUI settings and local files
Commands Slash commands
Languages & Models Supported languages and AI models
Architecture Code layout for developers
Troubleshooting Common fixes
FAQ Quick answers
Contributing How to contribute

Quick Start

  1. Put the MineGlot .jar in .minecraft/mods.
  2. Launch Minecraft with Forge 1.8.9.
  3. Open the MineGlot GUI and set your API key, language, and model.
  4. Test with /trs Bonjour.

See Getting Started for the full guide.

Clone this wiki locally