From 9e4269f41e58cf31308467027dd95f1a2b708a7b Mon Sep 17 00:00:00 2001 From: Agaloth <33335971+Agaloth@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:14:01 +0200 Subject: [PATCH 1/2] Deploy fix for scoreboard length --- ui/scoreboards.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ui/scoreboards.json diff --git a/ui/scoreboards.json b/ui/scoreboards.json new file mode 100644 index 0000000..207859b --- /dev/null +++ b/ui/scoreboards.json @@ -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" + } + ] + } +} From 22d25850ce8a2a6758015ae61449aaa3c9514228 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:07:38 -0700 Subject: [PATCH 2/2] Bump version --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ee41084..9f33e4f 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Optional Bedrock resource pack to extend Geyser functionality", "name": "GeyserOptionalPack", "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", - "version": [1, 0, 6], + "version": [1, 0, 7], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ @@ -12,7 +12,7 @@ "description": "GeyserOptionalPack", "type": "resources", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", - "version": [1, 0, 6] + "version": [1, 0, 7] } ] }