Game Maker

Send Message

Sends a message to a player's chat.

Sends a standard chat message to one or more players, prefixed with [MAP].

Configuration

  • Message: The text to send. Supports color codes (&a, &l, etc.) and Property Placeholders.
  • Target: Who receives the message.
    • Player: The player who triggered the event.
    • Everyone: All players currently in the map instance.
    • Can also be used with Execute For to target specific groups.

Example

In a Player Kill event, send a message to everyone announcing the kill.

  • Message: &e%p_player_name_player% &7killed &e%p_entity_name_entity%&7!
  • Target: Everyone