From cbbcff0936f0143e26c516752171bd8982f5065f Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:39:23 +0300 Subject: [PATCH 1/2] Update datapack enable command in disable.mcfunction --- .../data/macroengine/function/disable.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/disable.mcfunction b/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/disable.mcfunction index db184df..4929d19 100644 --- a/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/disable.mcfunction +++ b/packs/macroEngine-Datapack-1.21.2/data/macroengine/function/disable.mcfunction @@ -1,3 +1,3 @@ function macroengine:core/disable/main -tellraw @s [{"text":"To restart:"}," ",{"text":"/datapack enable 'file/macroEngine.zip'","color":"aqua","bold":true,"italic":false,"clickEvent": {"action": "run_command", "value": "/datapack enable 'file/macroEngine.zip'"}},", ",{"text":"/datapack enable 'file/macroEngine'","color":"aqua","bold":true,"italic":false,"clickEvent": {"action": "run_command", "value": "/datapack enable 'file/macroEngine'"}}," or",{"text":"/datapack enable 'file/macroEngine-full.zip'","color":"aqua","bold":true,"italic":false,"clickEvent": {"action": "run_command", "value": "/datapack enable 'file/macroEngine-full.zip'"}}] +tellraw @s [{"text":"To restart:"}," ",{"text":"/datapack enable 'file/macroEngine-Datapack-1.21.2.zip'","color":"aqua","bold":true,"italic":false,"clickEvent": {"action": "run_command", "value": "/datapack enable 'file/macroEngine-Datapack-1.21.2.zip'"}}] From 9a2cd7816c4b0afb51fbfcf8ab5d7b466547f50e Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:41:12 +0300 Subject: [PATCH 2/2] Modify tellraw command for datapack restart instructions Updated the tellraw command to include the new datapack file name. --- .../data/macroengine/function/disable.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/macroEngine-Datapack/data/macroengine/function/disable.mcfunction b/packs/macroEngine-Datapack/data/macroengine/function/disable.mcfunction index a0d0d16..57c6404 100644 --- a/packs/macroEngine-Datapack/data/macroengine/function/disable.mcfunction +++ b/packs/macroEngine-Datapack/data/macroengine/function/disable.mcfunction @@ -1,3 +1,3 @@ function macroengine:core/disable/main -tellraw @s [{"text":"To restart:"}," ",{"text":"/datapack enable 'file/macroEngine.zip'","color":"aqua","bold":true,"italic":false,"click_event": {"action": "run_command", "command": "/datapack enable 'file/macroEngine.zip'"}},", ",{"text":"/datapack enable 'file/macroEngine'","color":"aqua","bold":true,"italic":false,"click_event": {"action": "run_command", "command": "/datapack enable 'file/macroEngine'"}}," or",{"text":"/datapack enable 'file/macroEngine-full.zip'","color":"aqua","bold":true,"italic":false,"click_event": {"action": "run_command", "command": "/datapack enable 'file/macroEngine-full.zip'"}}] +tellraw @s [{"text":"To restart:"}," ",{"text":"/datapack enable 'file/macroEngine-Datapack-1.21.2.zip'","color":"aqua","bold":true,"italic":false,"click_Event": {"action": "run_command", "command": "/datapack enable 'file/macroEngine-Datapack-1.21.2.zip'"}}]