GoogleChat - Automatic Chat Translation for Minecraft
The GoogleChat mod provides a convenient automatic translation feature for all chat messages in Minecraft. It works on both client and server sides, utilizing Google Translate technology through the LibJF library.
You can flexibly configure translation parameters: select languages for translating incoming and outgoing messages, and completely disable the functionality through the configuration file. Currently, settings are applied globally without support for server-specific configurations.
For optimal performance on the server side, the following configuration is recommended:
{
"enabled": true,
"serverLanguage": "en",
"clientLanguage": "auto"
}
For proper translation of signed messages, you need to enable the previews-chat option in your server's server.properties file.