I have a command set as follows:
/tellraw @p ["",{"text":"[Level 10] Medium ","color":"green","bold":true,"clickEvent":{"action":"run_command","value":"/setblock 479.5 13 309.5 redstone_block 1"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Click to Play"}]}}},{"text":"[BOSS] ","color":"light_purple","bold":true}]
Which will show a clickable message in chat, which when clicked will place a block, however I do not want any output in chat. I have done:
/gamerule commandBlockOutput false
However after cliking the text, the following can be seen in chat:
Block Placed
Is there any way to prevent this from happening?