The sound control module allows players to trigger custom instructions by entering specific content in the chat box.After running the module for the first time, a JSON file called "VoiceControl" is generated in the Config folder of the game directory. You can configure multiple keywords in the JSON file. Each keyword corresponds to one or more MINECRAFTinstruction.In the server, even if the player does not have management authority, it can execute the instruction through this module.
The code below is the default JSON text:
{"hello": ["/say hello detect!", "/give @P mincraft: Apple 5"], "bye": ["/say goodbye!", "/kill @p "]}
The default file is an example. Its role is: when the player enters "Hello" in the chat box, send the message "Hello Detect!" And give players 5 Apple
When the player enters "Bye", send the message "Say Goodbye!" And kill the player
You can refer to the default JSON text to add custom keywords and trigger instructions.


![]()
![]()
In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.