@minecraft/server
    Preparing search index...

    Class ChatSendBeforeEventBeta

    An event that fires as players enter chat messages.

    Index

    Properties

    cancel: boolean

    If set to true in a beforeChat event handler, this message is not broadcast out.

    message: string

    Message that is being broadcast.

    sender: Player

    Player that sent the chat message.

    targets?: Player[]

    Optional list of players that will receive this message. If defined, this message is directly targeted to one or more players (i.e., is not broadcast). This list can be modified to change the message recipients.