Modu Core Async Chat Event
fun ModuCoreAsyncChatEvent( player: Player, originalMessage: String, message: Component, recipients: Set<Player>, mentionedPlayers: Set<Player>, playersToPing: Set<Player>)
Content copied to clipboard
Parameters
player
the player who sent the message
original Message
the original message without markdown formatting
message
the bukkit message with formatting
recipients
the players who will recieve the message
mentioned Players
the players that were mentioned in the message using the ChatPing activator
players To Ping
a filtered list of mentionedPlayers that only includes those that have chat pings enabled. this is who the sound will play for.