Title command does not properly handle rawtext
title does not take into account rawtext. It will only use the text itself.
/title @p title {"rawtext":[
{"text":"Hello World"}]}
/title @p subtitle {"rawtext":[
{"text":"Hello World"}]}
/title @p actionbar {"rawtext":[
{"text":"Hello World"}]}
However the same format works in tellraw
/tellraw @p {"rawtext":[
{"text":"Hello World"}]}
- Works As Intended
Legopitstop- 0
- 0
- Unconfirmed
- Windows
- Windows 10 Home Version 20H2 Build 19042.746
- 1.16.201 Hotfix
Created Issue:
Title command does not properly handle rawtext
title does not take into account rawtext. It will only use the text itself.
/title @p title {"rawtext":[
{"text":"Hello World"}]}
/title @p subtitle {"rawtext":[
{"text":"Hello World"}]}
/title @p actionbar {"rawtext":[
{"text":"Hello World"}]}
However the same format works in tellraw
/tellraw @p {"rawtext":[
{"text":"Hello World"}]}
- Unresolved
- Open
- Unconfirmed
- Windows
- Windows 10 Home Version 20H2 Build 19042.746
- 1.16.201 Hotfix
Changed Description:
title does not take into account rawtext. It will only use the text itself.
/title @p title {"rawtext":[
{"text":"Hello World"}]}
/title @p subtitle {"rawtext":[
{"text":"Hello World"}]}
/title @p actionbar {"rawtext":[
{"text":"Hello World"}]}
However the same format works in tellraw
/tellraw @p {"rawtext":[
{"text":"Hello World"}]}


There is titleraw for that, not sure why bedrock made a redundant command for it though
The "title" command is not mentioned to be used with the JSON syntax. When using the same command but instead of writing "title" write "titleraw", the command works as intended.