Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Simple Text Chat
A simple mod that allows you to chat with voices while playing by recognize your voice to chat messages.
Intention
"You can speak while playing, but you can't type while playing."
—— Yuang2714's speech on a Minecraft server that has not Simple Voice Chat installed
Installation
Install the Mod first. When needed, a setup menu will appear on game starting. Follow the instractions shown in the menu to complete setup.
Mannually Installation Steps
YOU SHOULD USE SETUP MENU INSTEAD.
ACCESS HERE ONLY IF YOU HAVE SPECIAL REASON.
- Go to Vosk Models Page and select model based on your language.
- Download the
.ziparchive of selected model. - Extract the archive to somewhere.
- Go to the Game's config folder, and create a
simple_text_chat.jsonfile. - Write contents formatted like:
{"modelFolder":"/path/to/model","mode":"AUTO_DETECT","setup":true}
- "/path/to/model" is the DIRECTORY path to the model.
- "mode" is a selection of working mode. There are following modes to choose:
- "AUTO_DETECT": Recognize continuously, send message when detect a sentence's end.
- "PRESS_SEND": Recognize continuously, send message on pressing the Function Key.
- "HOLD_TO_SPEAK": Press the Function Key once to start recognize, then press it again to send message.
Vosk lib Usage
This project uses Vosk as recognization engine, which is under Apache-2.0 license. Vosk is included in mod jar file. Don't worry about it's installation.



