From f8ec911ff3579446a91e6f4d5cf0a678f444a72a Mon Sep 17 00:00:00 2001 From: Wylarel <47038968+Wylarel@users.noreply.github.com> Date: Sat, 27 Jun 2020 02:41:46 +0200 Subject: [PATCH] Fix Minecraft (#759) Changed @p to @a and removed the command slash (bad practice) --- m/minecraft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/minecraft b/m/minecraft index 8dc5d00f..9c7fd219 100644 --- a/m/minecraft +++ b/m/minecraft @@ -1 +1 @@ -/tellraw @p ["",{"text":"Hello World"}] +tellraw @a ["",{"text":"Hello World"}]