-
Bug
-
Resolution: Fixed
-
Minecraft 1.11.2, Minecraft 1.12 Pre-Release 5, Minecraft 1.12
-
Confirmed
The bug
Gray italic command usage notifications in chat, which are sent when another player or a command block executes a command, can have white non-italic inserted parts when the the command was used by a player or by command block tracking the output. This is similar to MC-91499 and apparently caused by the same text-component object being used for the gray italic chat output and the white non-italic command block output, therefore overwriting the previously set style.
How to reproduce
- Enable commandBlockOutput
/gamerule commandBlockOutput true
- Place an impulse command block, tracking the output with the following command
/effect @p minecraft:absorption
- Active the command block
- relates to
-
MC-91499 "Your game mode has been changed" message doesn't print new gamemode in gray and italic everywhere
- Resolved