Summary
The wildcard character '*' in the target selector field in all scoreboard commands show as invalid arguments in .mcfunction files in Bridge.
To Reproduce
- Open/create a Behavior Pack Project in Bridge. v2.7.54
- Click New File and create a Function file from the Simple Files Category
- Inside the function file, paste the commands below:
# dummy score
scoreboard objectives add score dummy
# fake players
scoreboard players set fake_player_1 score 1
scoreboard players set fake_player_2 score 1
# wildcard scoreboard player commands
scoreboard players add * score 2
scoreboard players operation * score *= * score
scoreboard players random * score 1 5
scoreboard players remove * score 1
scoreboard players reset * score
scoreboard players set * score 6
scoreboard players test * score 5 7
- Hover over the wildcard '*' characters
Observed behavior
A problem will show on every wildcard character. (Problem: Argument "*" is not valid here)
Expected behavior
No problem should show as the wildcard '*' character is allowed in these commands as of Minecraft Bedrock v26.3
Screenshots / File Attachments

Platform (please complete the following information):
- OS: [e.g. Windows 11]
- App Version: [bridge. v2.7.54]
Summary
The wildcard character '*' in the target selector field in all scoreboard commands show as invalid arguments in .mcfunction files in Bridge.
To Reproduce
Observed behavior
A problem will show on every wildcard character. (Problem: Argument "*" is not valid here)
Expected behavior
No problem should show as the wildcard '*' character is allowed in these commands as of Minecraft Bedrock v26.3
Screenshots / File Attachments

Platform (please complete the following information):