-
Bug
-
Resolution: Duplicate
-
None
-
1.21.0
-
None
-
Unconfirmed
-
Multiple
Summary
Creators can use the hash character to create private scores for an objective. Sited from the official creator forms for Bedrock Edition.
If we name our fake players #red, #green, and #blue, the hash (#) at the start of each name will prevent our fake players from appearing in the list of scores on the sidebar.
This is accurate as the scoreboard command supports this features. The following is a valid command.
scoreboard players set #variable number 99
However when using the execute command to test this entry results in an invalid command. The following is an invalid command.
execute if score #variable number matches 99 run say test completed
Provides syntax error: Unexpected "#": at " if score >>#<<variable n"
Impact
- Creators cannot use private entries properly when using the execute command.
Expected
- The hash feature supported with the scoreboard command is recognized by the execute command and any other possibly affected commands.
Source
- duplicates
-
MCPE-108989 "score" text component does not accept names containing non-alphanumeric characters
- Open