ModuCoreAsyncChatEvent

fun ModuCoreAsyncChatEvent(    player: Player,     originalMessage: String,     message: Component,     recipients: Set<Player>,     mentionedPlayers: Set<Player>,     playersToPing: Set<Player>)

Parameters

player

the player who sent the message

originalMessage

the original message without markdown formatting

message

the bukkit message with formatting

recipients

the players who will recieve the message

mentionedPlayers

the players that were mentioned in the message using the ChatPing activator

playersToPing

a filtered list of mentionedPlayers that only includes those that have chat pings enabled. this is who the sound will play for.