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:
26
ui/scoreboards.json
Normal file
26
ui/scoreboards.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user