mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-25 16:43:45 +02:00
make block place delay 0 by default
This commit is contained in:
parent
3317c62d69
commit
2351de7bc1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ const settings = {
|
|||
"narrate_behavior": true, // chat simple automatic actions ('Picking up item!')
|
||||
"chat_bot_messages": true, // publicly chat messages to other bots
|
||||
|
||||
"block_place_delay": 10, // delay between placing blocks (ms) if using newAction. helps avoid bot being kicked by anti-cheat mechanisms on servers.
|
||||
"block_place_delay": 0, // delay between placing blocks (ms) if using newAction. helps avoid bot being kicked by anti-cheat mechanisms on servers.
|
||||
|
||||
"log_all_prompts": false, // log ALL prompts to file
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue