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

Merge pull request #44 from Agaloth/master

Deploy fix for scoreboard length
This commit is contained in:
Kas-tle
2023-09-04 11:08:09 -07:00
committed by GitHub
2 changed files with 28 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "Optional Bedrock resource pack to extend Geyser functionality", "description": "Optional Bedrock resource pack to extend Geyser functionality",
"name": "GeyserOptionalPack", "name": "GeyserOptionalPack",
"uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba",
"version": [1, 0, 6], "version": [1, 0, 7],
"min_engine_version": [ 1, 16, 0 ] "min_engine_version": [ 1, 16, 0 ]
}, },
"modules": [ "modules": [
@@ -12,7 +12,7 @@
"description": "GeyserOptionalPack", "description": "GeyserOptionalPack",
"type": "resources", "type": "resources",
"uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba",
"version": [1, 0, 6] "version": [1, 0, 7]
} }
] ]
} }

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"
}
]
}
}