From 2351de7bc194516b8b1e07fcf0400b8eb30335a0 Mon Sep 17 00:00:00 2001 From: uukelele Date: Sun, 3 Aug 2025 17:16:49 +0100 Subject: [PATCH] make block place delay 0 by default --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }