mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-25 17:35:25 +02:00
default show view false
This commit is contained in:
parent
c2af5a63f0
commit
fb8c1e053b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default
|
|||
"init_message": "Say hello world and your name", // sends to all on spawn
|
||||
|
||||
"language": "en", // translate to/from this language. Supports these language names: https://cloud.google.com/translate/docs/languages
|
||||
"show_bot_views": true, // show bot's view in browser at localhost:3000, 3001...
|
||||
"show_bot_views": false, // show bot's view in browser at localhost:3000, 3001...
|
||||
|
||||
"allow_insecure_coding": false, // allows newAction command and model can write/run code on your computer. enable at own risk
|
||||
"code_timeout_mins": 10, // minutes code is allowed to run. -1 for no timeout
|
||||
|
|
Loading…
Add table
Reference in a new issue