I used the /tellraw command. The command should give a click message. After clicking, a command should run.
What I expected to happen was...:
Clicking should run a command, like /say hi
What actually happened was...:
Nothing
Steps to Reproduce:
1. Copy the command: tellraw @p {"text":"Hey","clickEvent":{"action":"run_command","value":"/say hi"}}
2. Run it
3. Click on the message
Linked issues
is duplicated by 1
Comments 4
I'm pretty sure this was mentioned in a changelog that only triggers were left as valid commands, so that players wouldn't send messages which could get reported without their consent.
Yep, nice catch. From the 1.19.1 changelog:
The
run_command
click event for text components no longer supports sending chat messages directlyCommands such as
/say
that produce a signed player chat message are not allowed
I have the same bug