Creating a message
Creating and sending a message to the console and players.
Sending to the console
new FluidMessage(MESSAGE).send();Sending to players
new FluidMessage(MESSAGE, PLAYERS).send();Last updated