Mojira Archive
MCPE-147722

/scoreboard doesn't parse # consistently in player names

The bug

/scoreboard only accepts # when it's the very first character of a fake player name. Using # elsewhere in the name requires quotes, even though there is no ambiguity.

How to reproduce

/scoreboard objectives add test dummy

/scoreboard players set #test test 1
/scoreboard players set test# test 2
/scoreboard players set te#st test 3

Expected result
All three "set" commands succeed

Observed result
Only the first one succeeds, the others error

Notes
The only character that should be unparseable without quotes is the space character. So this command should work as well:

/scoreboard players set ~!@#$%^&á12345 test 1

Please ensure that this is the case when fixing this issue

Unresolved

[Mod] tryashtar

2021-11-08, 11:06 PM

2025-01-30, 09:49 PM

2

0

Confirmed

864878

1.20.10.20 Preview - 1.21.60.28 Preview1.20.10.20 Preview, 1.19.80.21 Preview, 1.17.41 Hotfix, 1.18.12 Hotfix, 1.19.70, 1.19.83 Hotfix, 1.20.60.21 Preview, 1.20.41 Hotfix, 1.21.60.28 Preview

-