From ea43939449818d25e883a500e561240399e711ce Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:00:04 +0300 Subject: [PATCH] Set interval for scheduled command in setup function --- .../data/macroengine/function/setup.mcfunction | 1 + 1 file changed, 1 insertion(+) diff --git a/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/setup.mcfunction b/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/setup.mcfunction index 5f68129..a19c250 100644 --- a/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/setup.mcfunction +++ b/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/setup.mcfunction @@ -51,4 +51,5 @@ data modify storage macroengine:input cmd set value "execute if entity @s run fu data modify storage macroengine:input key set value "open_screen" function macroengine:player/get_name data modify storage macroengine:input player set from storage macroengine:names temp.NAME +data modify storage macroengine:input interval set value 207 function macroengine:core/lib/schedule_cmd_as with storage macroengine:input