message
Sends a message to a single CommandSender using a MessageBuilder.
Parameters
The target recipient of the message.
The lambda that configures the MessageBuilder.
Sends a message to a single Player using a MessageBuilder.
Parameters
The target player of the message.
The lambda that configures the MessageBuilder.
Sends a message to a single recipient, which can be a Player or CommandSender, using a MessageBuilder.
Parameters
The target recipient of the message (either a player or command sender).
The lambda that configures the MessageBuilder.
Sends a message with a custom prefix to a single CommandSender using a MessageBuilder.
Parameters
The target recipient of the message.
The custom prefix to be applied to the message.
The lambda that configures the MessageBuilder.
Sends a message with a custom prefix to a single Player using a MessageBuilder.
Parameters
The target player of the message.
The custom prefix to be applied to the message.
The lambda that configures the MessageBuilder.
Sends a message with a custom prefix to a single recipient, which can be a Player or CommandSender, using a MessageBuilder.
Parameters
The target recipient of the message (either a player or command sender).
The custom prefix to be applied to the message.
The lambda that configures the MessageBuilder.
Sends a message to multiple Players using a MessageBuilder.
Parameters
The target players of the message.
The lambda that configures the MessageBuilder.
Sends a message to multiple CommandSenders using a MessageBuilder.
Parameters
The target command senders of the message.
The lambda that configures the MessageBuilder.
Sends a message to multiple CommandSenders from a collection using a MessageBuilder.
Parameters
The collection of command senders to receive the message.
The lambda that configures the MessageBuilder.
Sends a message to multiple recipients, which can be Players or CommandSenders, using a MessageBuilder.
Parameters
The collection of target recipients (either players or command senders).
The lambda that configures the MessageBuilder.