minecraft colored signs (§,{Color:"blue"})

minecraft colored signs (§,{Color:"blue"}) - Group of People Parading in Street

how can you put color on signs?,tried the color symbol (§) but it did not copy. also tried NBT tags such as {Color:"blue"} and it did not work ):!



Best Answer

To add colors on signs you need to use the JSON format. The correct way to make colored text in Minecraft with JSON is this:

 {"text":"foo","color":"blue"}

Where "foo" is the actual displayed text, and "blue" can be any of the 16 official color names, with an underscore instead of a space.

However you cannot just type this directly into the sign (it would be too long, for one thing). You need to use the /blockdata command. The command to edit a sign's text is this:

/blockdata X Y Z {Text1:"foo",Text2:"foo",Text3:"foo",Text4:"foo"}

Where Text1-4 are the different lines, foo is the displayed text, and X Y Z are the sign's coordinates.

To put the JSON into this command we will need to use a backslash to "escape" all of the quotation marks in the JSON string, so that it can all be read as one string and it doesn't mess up the NBT data format, like this:

 {\"text\":\"foo\",\"color\":\"blue\"}

And finally, the command to add a blue foo to line two is this:

/blockdata X Y Z {Text2:"{\"text\":\"foo\",\"color\":\"blue\"}"}



Pictures about "minecraft colored signs (§,{Color:"blue"})"

minecraft colored signs (§,{Color:"blue"}) - Snowy Road Surrounded by Trees
minecraft colored signs (§,{Color:"blue"}) - Brown Tree Trunk
minecraft colored signs (§,{Color:"blue"}) - Person Standing Beside Chain Fence



How do you change the color of your text color signs in Minecraft?

You can change the color of Minecraft texts by using the Section Sign (\xa7) followed by a Hex Digit. This hex digit is the color code, and each digit is assigned a specific color. For instance, the code \xa70 would result in the color black. Code \xa76, on the other hand, would result in the color gold.

What is the symbol for colored text in Minecraft?

A \xa7 symbol followed by a hex digit in the message tells the client to switch colors while displaying text. In Bedrock Edition, the \xa7 symbol can be used in any text input, while in Java Edition, it may be used in server.



Tip: How to Make Colored Signs in Minecraft




Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Rosemary Ketchum, Pille Kirsi, Simon Berger, Alexander Isreb