# SendTitle

TIP

  • sendTitle(<player>, <message>)
  • Sends a title to a player, or an array of players.
  • To create a new line, add \n to the message.

# Parameters

  • <player> The player(s) to send the title to as string or array
  • <message> The title being sent as string, int, float, array, or bool

# Example

2: $message$ = 'Your position: ' + $x$ + ' ' + $y$ + ' ' + $z$ + ', in the world: ' + $world$
3: sendTitle($player$, $message$)