send
Sends the message to the console.
Sends the message to multiple players.
Parameters
Vararg of Audience to send the message to.
Sends the message to a collection of players.
Parameters
Iterable of Audience to send the message to.
Sends the message to players near a given player within a certain radius.
Parameters
The central player used for distance calculation.
The maximum distance to receive the message.
Sends the message to a specific audience with placeholders replaced.
Parameters
The target audience (can be a player, console, commandsender, entity, server, world, team)
A map of placeholders to replace in the message.
Sends the message to players near a given player within a certain radius, with placeholders replaced.
Parameters
The central player used for distance calculation.
The maximum distance to receive the message.
A map of placeholders to replace in the message.