Scoreboard - Objective Score Custom Name (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 3.9.0

Syntax

[component] custom score name of %entities/strings% for %objective%

Description

Get/change the custom name of the score of an objective for an entry. Supports both components and strings. - `[component]` = Will return as a text component (for set this doesn't matter). - `delete` = Will set the name to an empty component. - `reset` = Will reset back to the original name.

Examples

set component custom score name of player for {_someObjective} to mini message from "Some Name"
set custom score name of player for {_someObjective} to "Some Name"
delete custom score name of "bob" for {_someObjective}
reset custom score name of all entities for {_someObjective}

View source