mojira.dev
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

Linked issues

Comments 1

Cleaning up old tickets: This ticket has not been updated recently (~3 months+) so is being closed asΒ Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following theΒ Issue Guidelines.

Quick Links:
πŸ““ Bug Tracker Guidelines – πŸ“§ Mojang Support
πŸ““ Project Summary – ✍️ Feedback and Suggestions – πŸ“– Game Wiki

tryashtar

(Unassigned)

864878

Confirmed

Windows

1.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

Retrieved