Description
Mod Introduction: Voice Control allows players to trigger custom commands by entering specific phrases in the chat box. The mod lets you configure multiple keywords, each associated with one or more Minecraft commands in a JSON file. Players can execute commands even without operator permissions.
Features:
- Keyword Trigger: The mod detects predefined keywords in the chat and executes associated commands automatically.
- Custom JSON Configuration: Users can define different keywords and command combinations through the configuration file for various effects.
- Compatibility: This mod supports Minecraft 1.12.2 Forge and works in multiplayer servers without requiring players to have OP permissions.
Installation:
- Download and place the
.jarfile of this mod into themodsfolder of your Minecraft installation. - After starting Minecraft, the mod will automatically generate a configuration file named
VoiceControl.jsonin theconfigfolder.
Configuring the JSON File:
-
Locate the
VoiceControl.jsonfile in theconfigfolder and open it. -
Customize keywords and commands using the following structure:
{ "hello": ["/say Hello detected!", "/give @p minecraft:apple 5"], "bye": ["/say Goodbye!", "/kill @p"] } -
In the configuration, each keyword (e.g.,
"hello") corresponds to a command list. Each command in the list (e.g.,["/say Hello detected!", "/give @p minecraft:apple 5"]) will execute sequentially. -
You can add multiple keyword-command combinations. When any player enters a keyword in chat, the mod will detect it and execute the corresponding commands.
- Download and place the


