mojira.dev
MC-67634

The gamerule commandBlockOutput doesn't work correctly.

When I use this tellraw :
/tellraw @a[r=5] {text:"Invocar ",color:red,clickEvent:{action:run_command,value:"/setblock 1685 39 -684 redstone_block"},"extra":[{text:" Avanzar ",color:red,clickEvent:{action:run_command,value:"/setblock 1687 39 -686 redstone_block"}},{text:" Golpear ",color:red,clickEvent:{action:run_command,value:"/setblock 1684 39 -681 redstone_block"}}]}
and I use the clickEvents it shows me information about the executed command. Ex.:"Block placed"

Comments 1

This is because the command is being issued by a player not a command block.

You can hide this type of output with this

/gamerule sendCommandFeedback false

Corcolj

michael

Unconfirmed

Minecraft 14w32a, Minecraft 14w32b, Minecraft 14w32c, Minecraft 14w32d, Minecraft 14w33a, Minecraft 14w33b, Minecraft 14w33c

Retrieved