-
Bug
-
Resolution: Fixed
-
Minecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b
-
MacOSX 10.11.5 (15F34)
Intel HD Graphics 5000 1536 MB
-
Confirmed
Execute this command from chat, then from command block.
/title @p actionbar {"text":"3 non-breaking-spaces"}
or this one:
/tellraw @p {"text":"3 non-breaking-spaces"}
or any other text related JSON command even nested in execute:
/execute @p ~ ~ ~ /tellraw @p {"text":"3 non-breaking-spaces"}
Expected:
- same output:
3 non-breaking-spaces
Actual:
- different output:
CHAT:3 non-breaking-spaces
COMMAND BLOCK:
3non-breaking-spaces
Possible cause:
- The way text is parsed and formatted from chat is different from command blocks.
( is used to represent the 'bugged' [nbsp] character)
- relates to
-
MC-65034 Chat and commands run via chat trim excess whitespace
- Reopened