I want to send a personal message in normal chat ("blank chat") not system custom message like this.
Can anyone help to adjust my code?
Can anyone help to adjust my code?
Code:
if(player.getOnlineTime() > 0)
{
player.sendMessage("HELLO %NAME% Welcome to the server");
}
example:
if(player.getOnlineTime() > 0)
{
player.sendWhiteMessage("HELLO %NAME% Welcome to the server");
}