I'm using the following command to ask the nearest player if they want to spend 750 points to open a door.
/tellraw @p ["",{"text":"Buy Door: 750","color":"blue","clickEvent":{"action":"run_command","value":"/scoreboard players set @a door1 2"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Buy this door for 750 points?","color":"light_purple"}]}}}]
The problem is when it runs the command it will make an output, like a command block, but it's completely white. It states:
Set score of door1 for Player CaolanMC to 2
Is there any way to remove this? Or, must I, find an alternative way to do this?