Minecraft: Send Player Message Chat

Sends a private chat message to the linked Minecraft player.

When to use it

  • Show a redemption message in Minecraft only to the player.
  • Send viewer messages without broadcasting to the whole server.
  • Format a fake sender name with color codes.

Fields

  • Sender Name: Optional name shown before the message. Supports Minecraft color codes.
  • Separator: Text placed between Sender Name and Message. Supports color codes.
  • Message: The message text sent to the player. Supports color codes and Firebot variables.

Examples

Colon separator

Sender Name: &6CathieNova&r
Separator: : 
Message: &fJust a simple message.

Arrow separator

Sender Name: &6CathieNova&r
Separator:  -> 
Message: &fJust a simple message.

Viewer message

Sender Name: &$userDisplayName&r
Separator: : 
Message: &f$user said hello.