Creating a message

Creating and sending a message to the console and players.

Sending to the console

To send messages to the console, simply do the following:

new FluidMessage(MESSAGE).send();

Sending to players

To send messages to players, simply do the following:

new FluidMessage(MESSAGE, PLAYERS).send();

Last updated

Was this helpful?