Skip to content

Commit

Permalink
🐛 Before 1.19.1, run_command would send the raw string as message
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jul 8, 2024
1 parent 726a8b3 commit 3865d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/server/util/text.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
)

Expand Down

0 comments on commit 3865d51

Please sign in to comment.