Minecraft – How to make a textbox appear in Minecraft Bedrock

minecraft-addonsminecraft-bedrock-edition

Does anyone know how to add a textbox like this one here (shown in image) into Minecraft Bedrock? Either with Vanilla or Addons.
I would not need the clickable menus but only the text.

Thanks

Example of what I mean by Textbox

Best Answer

Use NPCs

I know it’s a bit late, but your best bet to display a text box would probably be to use NPCs.

  1. Run the command /give @s spawn_egg 1 51.
  2. Open the NPC UI.
  3. Click “Edit Dialogue”
  4. Enter the text you want to display.

If you do want to have clickable buttons (up to six), you can click “Add Command” and check the button mode option.

Related Topic