From 3865d512b53f7b7fac7b9fc07389f2281d27b0ae Mon Sep 17 00:00:00 2001 From: Misode Date: Mon, 8 Jul 2024 06:21:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Before=201.19.1,=20run=5Fcommand?= =?UTF-8?q?=20would=20send=20the=20raw=20string=20as=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/server/util/text.mcdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/server/util/text.mcdoc b/java/server/util/text.mcdoc index f52e4b2..e513bb2 100644 --- a/java/server/util/text.mcdoc +++ b/java/server/util/text.mcdoc @@ -151,7 +151,7 @@ dispatch minecraft:click_event[open_url] to #[url] string // TODO: In 1.19.1+ commands that send signed messages are disallowed dispatch minecraft:click_event[run_command] to ( - #[until="1.19.1"] #[command(slash="allowed")] string | + #[until="1.19.1"] #[command(slash="chat")] string | #[since="1.19.1"] #[command(slash="required")] string | )