-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12.1, Minecraft 1.12.2
-
Confirmed
The bug
The command syntax help for /scoreboard teams option shows the option names capitalized but the feedback when setting an option or when no or an invalid option value is provided prints the option in lower case.
Note: If the lower case versions are intended it would be good to replace all options and values with lower case and words separated by underscores ones. Otherwise options like seefriendlyinvisibles are kind of hard to read.
How to reproduce
- Create a scoreboard team
/scoreboard teams add testTeam
- Have the syntax help shown
/scoreboard teams option
→ You will see for example "seeFriendlyInvisibles"
- Have the syntax help for this option shown
/scoreboard teams option testTeam seeFriendlyInvisibles
→ You will see that the option is printed in lower case: "seefriendlyinvisibles"
- is blocked by
-
MC-124634 Help/usage texts provided by many commands no longer appear
- Open