Minecraft – Is it possible to disable the ‘Block Placed’ message when using tellraw /setblock

minecraft-commandsminecraft-java-edition

I want to make a tellraw shop but to activate command blocks I want to use /setblock command when clicked on a text. Is it possible to disable "Block placed" text showing up?

Entering the command into Minecraft

The 'Block Placed' message

Best Answer

To disable the white texts do

/gamerule sendCommandFeedback false

This will make the white texts not show up.