Get code for tellraw generator editor for Minecraft in Bedrock and Java. Get code for java version 1.15, 1,16+ and bedrock edition 1.9+.
Code Example –
For Bedrock –
/tellraw @a {"rawtext":[{"text":"Text Line 1§§Text Line 2§§Text line 3§§Text line 4"}]}
For Java –
/tellraw @a {"text":"Text Line 1\nText Line 2\nText Line 3\nText Line 4"}
Output –
Text Line 1 Text Line 2 Text Line 3 Text Line 4