From 26e215e893efaa98522bbc8441921ea3a80b33ce Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:31:55 +0300 Subject: [PATCH] Change tellraw command to target all players --- data/mce/functions/load/main.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mce/functions/load/main.mcfunction b/data/mce/functions/load/main.mcfunction index 5a3da4b..16e6ad6 100644 --- a/data/mce/functions/load/main.mcfunction +++ b/data/mce/functions/load/main.mcfunction @@ -1,4 +1,4 @@ scoreboard objectives add loadMCE trigger scoreboard players enable @a loadMCE -tellraw @s ["",{"text":"[✔ INSTALL]","color":"green","bold":true,"clickEvent":{"action":"run_command","value":"/trigger loadMCE set 1"},"hoverEvent":{"action":"show_text","contents":"Install the datapack"}},{"text":" "},{"text":"[✖ CANCEL]","color":"red","bold":true,"clickEvent":{"action":"run_command","value":"/trigger loadMCE set 2"},"hoverEvent":{"action":"show_text","contents":"Cancel the installation"}}] +tellraw @a ["",{"text":"[✔ INSTALL]","color":"green","bold":true,"clickEvent":{"action":"run_command","value":"/trigger loadMCE set 1"},"hoverEvent":{"action":"show_text","contents":"Install the datapack"}},{"text":" "},{"text":"[✖ CANCEL]","color":"red","bold":true,"clickEvent":{"action":"run_command","value":"/trigger loadMCE set 2"},"hoverEvent":{"action":"show_text","contents":"Cancel the installation"}}]