diff --git a/settings.js b/settings.js index a134eb5..a5a2060 100644 --- a/settings.js +++ b/settings.js @@ -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 }