Minecraft Blogs / Tutorial

Minecraft Screen Text (Text Across the Screen)

  • 38,597 views, 15 today
  • 10
  • 6
sharkstew's Avatar sharkstew
Level 43 : Master Wisp
32
So, recently, I spent hours trying to find a way to make screen pop up in the chat or across the screen. When I finally did, It was confusing.... but, I decided to make a blog to show you how.


You Need:
Command Block (/give ("player name") minecraft:command_block )
To be in Gamemode One (/gamemode 1)
Lever/Button - Way to activate


Open up command block screen and type the code.
To make the text pop up across a player's screen, do this:
/title @a title {"text":"","extra":[{"text":"YOUR-TEXT-HERE","color":"YOUR-COLOR-HERE","bold":"true"}]}

If you want to add italic to the command, add ,"italic":"true" to the end of that command, like so :
/title @a title {"text":"","extra":[{"text":"YOUR-TEXT-HERE","color":"YOUR-COLOR-HERE","bold":"true"},"italic":"true"]}
You can also add: bold, underline, strike-through, or italic.

You might be wondering: What if text is TOO long to fit on the screen?
Easy: Change the /title @a title to /tellraw @a.
Then the text will appear in the chat. If you want to ONLY give the text to one person, you can replace @a with @p (nearest person) or a player's name, such as SharkStew (my username).

COLORS:
red, dark_red, yellow, gold, green, dark_green, blue, dark_blue, aqua, dark_aqua, light_purple, dark_purple, gray, dark_gray, white, black
These are all the colors that will show up in this command. If you type something like "purple", the text will show up white.

TAGS/FORMATS:
You can also use the following tags to style the text:
bold
italic
underlined:
strikethrough
obfuscated


If you want to send a command to a friend to troll them, just use this command:

/title (Player's Name or @a/@p) title {"text":"","extra":[{"text":"The End Is Near!!","color":"red","bold":"true"}]}
This command can be issued from the chat (T) or a command block.
If the text is very long and in /tellraw format, using a command block is best idea, so the whole command shows up.

Thanks for reading this post on MC Screen Text and have a great day!
Please give me a diamond or comment if this helped/didn't help you, and why!!
Love ya guys!!
-Puppi Dog (SharkStew)
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome