mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-08 02:05:54 +02:00
Update settings.js
This commit is contained in:
parent
8d016b80f9
commit
ff430ee047
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ 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": false, // allows all bots to speak through system text-to-speech. works on windows, mac, on linux you need to `apt install espeak`
|
||||
"chat_response": true, // enables or disables bots sending their responses to minecraft chat
|
||||
"language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages
|
||||
"show_bot_views": false, // show bot's view in browser at localhost:3000, 3001...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue