mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-28 09:53:06 +02:00
set speak to false by default
This commit is contained in:
parent
330b64eeda
commit
5083e875ed
1 changed files with 5 additions and 3 deletions
|
@ -29,9 +29,11 @@ const settings = {
|
|||
"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
|
||||
|
||||
"speak": true,
|
||||
// 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`.
|
||||
// specify speech model inside each profile - so that you can have each bot with different voices
|
||||
"speak": false,
|
||||
// allows all bots to speak through text-to-speech.
|
||||
// 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
|
||||
"language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages
|
||||
|
|
Loading…
Add table
Reference in a new issue