Skip to content

Send Chat Message

MoSadie edited this page Aug 18, 2022 · 4 revisions

Description

Sends a message in chat as if you had typed it. This also works with commands, just prefix with a / character as normally done in the chat screen.

Note for 1.19 and up: The sent message is signed as from you. If reported it will be tied to your name.

Configuration Options

  • Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
  • Minecraft IP (required): The address that the EffectMC mod is running on. (Example: http://localhost:3000)
  • Message: The message to send in chat. Commands are prefixed by the / character.

Example Configuration

Screenshot of Elgato Stream Deck software with a title, Minecraft IP, and message set for the Send Chat Message action

In-Game Experience

Two seperate send chat message effects are triggered in this gif to give examples of sending a chat message and executing a command.

Gif of the player at a sign saying their username is MoSadie. Three chat message as them then appear in the game chat saying "Hello world!". The player looks to the right and finds two signs saying "Running a command from the key: /give @p diamond". The command is then run with the diamond appearing in their inventory.

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /sendchatmessage
  • Parameters:
    • device: Device ID (String)
    • message: The message to send. (String)