mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-28 11:19:22 +00:00
27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"namespace": "scoreboard",
|
|
"scoreboard_sidebar_player": {
|
|
"type": "label",
|
|
"layer": 2,
|
|
"text": "#player_name_sidebar",
|
|
"size": [
|
|
"default",
|
|
10
|
|
],
|
|
"max_size": [
|
|
250,
|
|
10
|
|
],
|
|
"font_scale_factor": 1.0,
|
|
"locked_alpha": 1.0,
|
|
"color": "$player_name_color",
|
|
"bindings": [
|
|
{
|
|
"binding_name": "#player_name_sidebar",
|
|
"binding_type": "collection",
|
|
"binding_collection_name": "scoreboard_players"
|
|
}
|
|
]
|
|
}
|
|
}
|