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