1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Deploy fix for scoreboard length

This commit is contained in:
Agaloth
2023-09-04 19:14:01 +02:00
committed by GitHub
parent 7274298e6e
commit 9e4269f41e

26
ui/scoreboards.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
]
}
}