
GoogleChat
Automatic, multi-service, client- or serverside message translations
- Загрузки
- 61K
- Подписчики
- 218
- Обновлён
- 17 июня 2026 г.
- Лицензия
- MIT
Опубликован 29 января 2022 г.
GoogleChat automatically translates all messages sent or received by the client to/from a configured language using Google Translate through LibJF.
Both directions of translation can be configured and GoogleChat can be disabled completely from the config, though server-specific configs are not implemented.
If you want to use GoogleChat serverside (which is supported btw), a config like the following is recommended:
{
"enabled": true,
"serverLanguage": "en",
"clientLanguage": "auto"
}
You should also enable previews-chat in your server.properties to allow signed message translations
Ченджлог
26.2.0Релиз26.2 · 17 июня 2026 г.
Commits in Release 26.2.0:
- chore: update to 26.2
26.1.0Релиз26.1, 26.1.1, 26.1.2 · 28 марта 2026 г.
Commits in Release 26.1.0:
- chore: update to 26.1
0.10.7Релиз1.21.11 · 2 февраля 2026 г.
Commits in Release 0.10.7:
- fix: force game to use concurrent deque
0.10.6Релиз1.21.11 · 19 декабря 2025 г.
Commits in Release 0.10.6:
- fix: decrease chat listener mixin specificity
0.10.5Релиз1.21.11 · 10 декабря 2025 г.
Commits in Release 0.10.5:
- chore: update to 1.21.11
0.10.4Релиз1.21.10 · 13 октября 2025 г.
Commits in Release 0.10.4:
- perf: perform s2c in MessageHandler on virtual thread
0.10.3Релиз1.21.10 · 9 октября 2025 г.
Commits in Release 0.10.3:
- chore: update to 1.21.10
0.10.2Релиз1.21.9 · 1 октября 2025 г.
Commits in Release 0.10.2:
- docs: slightly improve comments
- chore: update to 1.21.9
Комментарии
Загружаем…