How to enter colored text in a chat window in Minecraft

Author: Ellen Moore
Date Of Creation: 15 January 2021
Update Date: 2 July 2024
Anonim
Minecraft Bedrock - How To Change Chat Text Color (Mobile/Xbox/PS4/Windows 10/Switch)
Video: Minecraft Bedrock - How To Change Chat Text Color (Mobile/Xbox/PS4/Windows 10/Switch)

Content

Have you ever wanted to get a beautiful map in Minecraft without the help of mods? In this article, we will show you how to do this.

Steps

  1. 1 Place a command block. If you are creating a map and / or want to hide it, hide it somewhere. In this example, we will use an impulse command block.
  2. 2 Open the command block.
    • Enter the command / tellraw @a [{"text": "text>", "color": "color>"}] / color> / insert>
    • Enter the command as shown here; otherwise it won't work. Instead of text> and color> enter the text and color you want.
  3. 3 When you enter a command, the command block needs to be activated. To do this, place the stone button on the command block by right-clicking on it. Don't use the "Needs Redstone" button!
  4. 4 Click on the button. The entered command will be displayed in the chat in the color you specified.

Tips

  • To add additional text to the message, use "extra". This will preserve the formatting you were using and give you the option for additional formatting. For example, the command {"text": "You have selected a color", "color": "green", "extra": [{"text": "green", "bold": true}]} in the chat will be displayed like this: " You chose the color green’.
  • You can also enter colored text in chats on Minecraft servers, if you have permission. Information on how to do this can be found on the Russian version of the Minecraft Wiki or on the Internet.
  • If the color name contains two words, an underscore is placed between them, for example, dark_red (dark red).
  • / tellraw was added in 1.7.2, / title was added in 1.8, and 1.7 lacks some of the features that 1.8 and later have. Therefore, we recommend using this code in the latest version of the game.
  • Color names:
    • black (black)
    • dark_blue (dark blue)
    • dark_green (dark green)
    • dark_cyan (dark blue)
    • dark_red (dark red)
    • dark_purple (dark purple)
    • gold (gold)
    • gray (gray)
    • dark_gray (dark gray)
    • blue (blue)
    • green (green)
    • aqua (aqua)
    • red (red)
    • light_purple (light purple)
    • yellow (yellow)
    • white (white)
    • reset (white in most cases)
  • You can also add formatting with "format>": true in curly braces. For example: [{"text": "Bold", "bold": true}]. This formatting can be matched with color. List of available formatting types:
    • Obfuscated - quickly swaps a character for another character of the same width.
    • Bold (bold).
    • Strikethrough (strikethrough).
    • Underlined
    • Italic (oblique).
  • You can also create colored text, for example, like this: [{"text": "Red!", "Color": "red"}, {"text": "Now blue!", "Color": "blue"}]
    • To move to a new line, enter n.

Warnings

  • If you are creating a map with a lot of command blocks, be sure to test the work of each team.
  • Remember the quotes! For example, the command [{text: "Hello"}] will not work; use [{"text": "Hello"}] instead. The first option worked in earlier versions, but does not work in newer versions (1.9+).
    • True / false codes are entered without quotes, for example, [{"text": "Bold text!", "Bold": true}]. Sometimes numbers do not need to be quoted either (eg [{"text": 3.14}]).

What do you need

  • Command block (for complex / long messages)
  • Single Player Codes / Operator Permissions (at least for Level 2) / Realm Operator Permissions