OnUserChatUsage​Called when a player sends a chat message to the serverReturning true overrides default behavior of chat, not commandsExamples​""object OnUserChat(IPlayer player, string message){ Puts($"{player.Name} said: {message}"); return null;}Copy