I'm using a /tellraw command to display some kind of menu to the player.
How can I react to the clickEvent without posting something in the chat?
When I try using the scoreboard, I get an output in my chat like this
Set score of <objective> for player <playername> to <value>. The same thing happens, when trying /setblock, /entitydata or /trigger Is there any way, I can execute a command which commandblocks can detect without writing a success/fail message in the chat?
the only commands without a "real" response message I found were /say, /tell and /tellraw. But all of these are impossible to detect(also, they write something else in the chat).
/gamerule commandBlockOutput false. I think that's what it is, but you can use tab complete to be sure. – MBraedley Oct 04 '15 at 02:58/tellrawtext – Mystery Oct 04 '15 at 09:57