set speak to false by default

This commit is contained in:
MaxRobinsonTheGreat 2025-08-27 15:46:58 -05:00
parent 330b64eeda
commit 5083e875ed

View file

@ -29,9 +29,11 @@ const settings = {
"init_message": "Respond with hello world and your name", // sends to all on spawn "init_message": "Respond with hello world and your name", // sends to all on spawn
"only_chat_with": [], // users that the bots listen to and send general messages to. if empty it will chat publicly "only_chat_with": [], // users that the bots listen to and send general messages to. if empty it will chat publicly
"speak": true, "speak": false,
// allows all bots to speak through text-to-speech. format: {provider}/{model}/{voice}. if set to "system" it will use system text-to-speech, which works on windows and mac, but on linux you need to `apt install espeak`. // allows all bots to speak through text-to-speech.
// specify speech model inside each profile - so that you can have each bot with different voices // specify speech model inside each profile with format: {provider}/{model}/{voice}.
// if set to "system" it will use basic system text-to-speech.
// Works on windows and mac, but linux requires you to `apt install espeak`.
"chat_ingame": true, // bot responses are shown in minecraft chat "chat_ingame": true, // bot responses are shown in minecraft chat
"language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages "language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages