For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/EntityQueryScoreOptions.md.

Interface: EntityQueryScoreOptions

entity

Beta

包含根据目标的分数筛选玩家的额外选项。

Contains additional options for filtering players based on their score for an objective.

Properties

exclude?

optional exclude?: boolean

Beta

Remarks

如果设置为 true,则此分数范围内的实体和玩家将从查询结果中排除。

If set to true, entities and players within this score range are excluded from query results.


maxScore?

optional maxScore?: number

Beta

Remarks

如果定义,仅包含分数等于或低于 maxScore 的玩家。

If defined, only players that have a score equal to or under maxScore are included.


minScore?

optional minScore?: number

Beta

Remarks

如果定义,仅包含分数等于或高于 minScore 的玩家。

If defined, only players that have a score equal to or over minScore are included.


objective?

optional objective?: string

Beta

Remarks

筛选的计分板目标标识符。

Identifier of the scoreboard objective to filter on.

同领域相关