Skip to content

Wildcard character '*' is shown as an invalid target selector in scoreboard commands in function files. #1561

@HauntedCorpse

Description

@HauntedCorpse

Summary
The wildcard character '*' in the target selector field in all scoreboard commands show as invalid arguments in .mcfunction files in Bridge.

To Reproduce

  1. Open/create a Behavior Pack Project in Bridge. v2.7.54
  2. Click New File and create a Function file from the Simple Files Category
  3. 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
  1. 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
Image

Platform (please complete the following information):

  • OS: [e.g. Windows 11]
  • App Version: [bridge. v2.7.54]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions