@minecraft/server
    Preparing search index...

    Interface RawMessageScoreBeta

    Provides a description of a score token to use within a raw message.

    interface RawMessageScore {
        name?: string;
        objective?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Name of the score value to match.

    objective?: string

    Name of the score value to match.