Pressure Plates and Chat [duplicate]
I'm creating an adventure map for a friend, and I want a pressure plate to bring up instructions in the chat when he steps on it. Any suggestions?
You can set a command block's command to /say Instructions go here
and make the pressure plate trigger that.
If you want an option that is more editable than /say (color, bold, italic, or clickable settings), use the /tellraw command.
/tellraw [player] [json messasge]
For example, this message will be red (&c):
/tellraw @a {text:"This Is a message",color:"red"}