I'm trying to send a message in game as a certain player after an event that is visible by all others on the server. How can I do this? For example: onPlayerJoin, if(player.hasPlayedBefore() == false) SpiroMarshes will say welcome to the new player. Thanks!