File Details
SpeechControlsGameUniversal.jar
- B
- Jun 24, 2025
- 35.10 MB
- 34
- 1.21+6
- Forge + 5
File Name
SpeechControlsGameUniversal.jar
Supported Versions
- 1.21
- 1.17
- 1.16
- Flint Loader
- 1.20
- 1.19
- 1.18
Curse Maven Snippet
SpeechControl (No Fabric)
๐ฎ SpeechControl (No Fabric) is a standalone version of the voice control mod for Minecraft that doesn't rely on the Fabric mod loader. This version allows players to control Minecraft actions using speech commands, supporting Hindi, English, and Hinglish voice inputs.
๐ Directory: SpeechControl(No Fabric)
This folder contains a version of the Speech Control system that works without Fabric API. Ideal for testing or integrating into a custom Minecraft environment.
๐ง Features
- ๐๏ธ Voice command recognition using CMU Sphinx
- ๐งฉ Java Robot API integration for keyboard/mouse simulation
- ๐ Multi-language support: English, Hindi, and Hinglish
- ๐ฎ Customizable keybind command mapping
- ๐งช Suitable for standalone testing without mod frameworks
๐ How to Run
Open terminal
Locate the file "SpeechControlsGameUniversal.jar" and copy the path of file
Run
cd path of filein the terminalRun
Java -jar SpeechControlsGameUniversal.jarSpeak commands like:
"jump"โ triggers the space key"chod do"โ triggers the drop key"attack"โ simulates left clickor
Open the project in Eclipse or any Java IDE.
Ensure you have:
- Java 8 or higher
- CMU Sphinx libraries added to the classpath
Modify
commands.gramandcommands.dicif needed.Run the main Java class.
Speak commands like:
"jump"โ triggers the space key"chod do"โ triggers the drop key"attack"โ simulates left click
๐ ๏ธ Customization
- Edit
commands.dicto add new voice commands and their phonetic representations. - Update
commands.gramto define the grammar and allowed phrases. - Map new commands in the Java code using
Robot.keyPress()/keyRelease().
๐ License
This project is part of the SpeechControlsGame repository by @tilakgupta2005.
Feel free to fork, modify, and use it for educational and personal purposes.
๐ Contribute or Report Issues
Found a bug or have suggestions?
Open an issue or pull request on the main repo:
๐ https://github.com/tilakgupta2005/SpeechControlsGame

