Minecraft Wiki
(Undo revision 1965115 by 191.234.183.222 (talk))
Tag: Undo
m (Undo revision 1991814 by 189.220.8.163 (talk) enjel!!)
Tag: Undo
(21 intermediate revisions by 16 users not shown)
Line 1: Line 1:
 
{{about|the legacy §-based formatting system|the modern JSON system|Raw JSON text format}}
 
{{about|the legacy §-based formatting system|the modern JSON system|Raw JSON text format}}
   
[[File:Minecraft Formatting.gif|thumb|A book showing the possible formatting options with the character that performs them.]]
+
[[File:Minecraft Formatting.gif|thumb|200px|A book showing the possible formatting options with the character that performs them.]]
   
 
'''Formatting codes''' (also known as '''color codes''') add color and modifications to text in-game.
 
'''Formatting codes''' (also known as '''color codes''') add color and modifications to text in-game.
Line 11: Line 11:
 
Text can be formatted using the section sign (§) followed by a character. A § symbol followed by a hex digit in the message tells the client to switch colors while displaying text. {{IN|bedrock}}, the § symbol can be used in any text input, while {{in|java}}, it may be used in <samp>[[server.properties]]</samp>, <samp>[[pack.mcmeta]]</samp>, world titles, and server names.
 
Text can be formatted using the section sign (§) followed by a character. A § symbol followed by a hex digit in the message tells the client to switch colors while displaying text. {{IN|bedrock}}, the § symbol can be used in any text input, while {{in|java}}, it may be used in <samp>[[server.properties]]</samp>, <samp>[[pack.mcmeta]]</samp>, world titles, and server names.
   
{{IN|java}}, if a color code is used after a formatting code, the formatting code is disabled beyond the color code point. For example, <code>§cX§nY</code> displays as <span style="color:#FF5555; font-family:Minecraft;">X<u>Y</u></span>, whereas <code>§nX§cY</code> displays as <span style="font-family: Minecraft"><u>X</u><span style="color:#FF5555">Y</span></span>. Therefore, when using a color code in tandem with a formatting code, ensure the color code is used first and reuse the formatting code when changing colors.
+
{{IN|java}}, if a color code is used after a formatting code, the formatting code is disabled beyond the color code point. For example, <code>§cX§nY</code> displays as <span class="format-c" style="font-family: Minecraft;">X<u>Y</u></span>, whereas <code>§nX§cY</code> displays as <span class="format-f" style="font-family: Minecraft"><u>X</u><span class="format-c">Y</span></span>. Therefore, when using a color code in tandem with a formatting code, ensure the color code is used first and reuse the formatting code when changing colors.
   
  +
[[File:Motd scramble bug.png|thumb|400px]]
{{IN|bedrock}}, formatting codes persist after a color code. Furthermore, if an obfuscated code is used and a reset code is not used before the end of the line, the client GUI continues to obfuscate text past the MOTD and into the version number display:
 
  +
{{IN|bedrock}}, formatting codes persist after a color code. Furthermore, if an obfuscated code is used and a reset code is not used before the end of the line, the client GUI continues to obfuscate text past the MOTD and into the version number display.
[[File:Motd scramble bug.png|none|thumb]]
 
   
 
=== Color codes ===
 
=== Color codes ===
[[File:Colors.png|thumb|Hex digit to color mapping. Use "§" followed by the corresponding color letter/number; e.g. "§e" gives yellow.]]
+
[[File:Colors.png|thumb|x500px|Hex digit to color mapping. Use "§" followed by the corresponding color letter/number; e.g. "§e" gives yellow.]]
   
 
Messages sent from the server to the client can contain color codes, which allow coloring of text for various purposes.
 
Messages sent from the server to the client can contain color codes, which allow coloring of text for various purposes.
   
{| class="wikitable" style="text-align:center;" data-description="Color codes"
+
{| class="wikitable" style="text-align: center;" data-description="Color codes"
 
|-
 
|-
 
! rowspan=2 | Code
 
! rowspan=2 | Code
Line 29: Line 29:
 
! rowspan=2 | Version
 
! rowspan=2 | Version
 
|-
 
|-
  +
! R !! G !! B !! <abbr title="Hexadecimal color code">Hex</abbr>
! R!!G!!B
 
!<abbr title="Hexadecimal color code">Hex</abbr>
+
! R !! G !! B !! <abbr title="Hexadecimal color code">Hex</abbr>
  +
|-
! R!!G!!B
 
  +
| §0
! <abbr title="Hexadecimal color code">Hex</abbr>
 
  +
| black
|- style="background-color: #000; color: #FFF"
 
| §0 || black || 0 || 0 || 0 || 000000 || 0 || 0 || 0 || 000000 || class="wikitable" |
+
| 0 || 0 || 0 || style="text-align: left;" | {{color|#000000}}
|- style="background-color: #00A; color: #FFF"
+
| 0 || 0 || 0 || style="text-align: left;" | {{color|#000000}}
  +
|
| §1 || dark_blue || 0 || 0 || 170 || 0000AA || style="background-color: #00002A; color: #FFF" | 0 || style="background-color: #00002A; color: #FFF" | 0 || style="background-color: #00002A; color: #FFF" | 42 || style="background-color: #00002A; color: #FFF" | 00002A || class="wikitable" |
 
  +
|-
|- style="background-color: #0A0; color: #FFF"
 
  +
| §1
| §2 || dark_green || 0 || 170 || 0 || 00AA00 || style="background-color: #002A00; color: #FFF" | 0 || style="background-color: #002A00; color: #FFF" | 42 || style="background-color: #002A00; color: #FFF" | 0 || style="background-color: #002A00; color: #FFF" | 002A00 || class="wikitable" |
 
  +
| dark_blue
|- style="background-color: #0AA; color: #FFF"
 
  +
| 0 || 0 || 170 || style="text-align: left;" | {{color|#0000AA}}
| §3 || dark_aqua || 0 || 170 || 170 || 00AAAA || style="background-color: #002A2A; color: #FFF" | 0 || style="background-color: #002A2A; color: #FFF" | 42 || style="background-color: #002A2A; color: #FFF" | 42 || style="background-color: #002A2A; color: #FFF" | 002A2A || class="wikitable" |
 
|- style="background-color: #A00; color: #FFF"
+
| 0 || 0 || 42 || style="text-align: left;" | {{color|#00002A}}
  +
|
| §4 || dark_red || 170 || 0 || 0 || AA0000 || style="background-color: #2A0000; color: #FFF" | 42 || style="background-color: #2A0000; color: #FFF" | 0 || style="background-color: #2A0000; color: #FFF" | 0 || style="background-color: #2A0000; color: #FFF" | 2A0000 || class="wikitable" |
 
  +
|-
|- style="background-color: #A0A; color: #FFF"
 
  +
| §2
| §5 || dark_purple || 170 || 0 || 170 || AA00AA || style="background-color: #2A002A; color: #FFF" | 42 || style="background-color: #2A002A; color: #FFF" | 0 || style="background-color: #2A002A; color: #FFF" | 42 || style="background-color: #2A002A; color: #FFF" | 2A002A || class="wikitable" |
 
  +
| dark_green
|- style="background-color: #FA0"
 
  +
| 0 || 170 || 0 || style="text-align: left;" | {{color|#00AA00}}
| rowspan=2 | §6 || rowspan=2 | gold || rowspan=2 | 255 || rowspan=2 | 170 || rowspan=2 | 0 || rowspan=2 | FFAA00 || style="background-color: #2A2A00; color: #FFF" | 42 || style="background-color: #2A2A00; color: #FFF" | 42 || style="background-color: #2A2A00; color: #FFF" | 0 || style="background-color: #2A2A00; color: #FFF" | 2A2A00 || class="wikitable" | {{only|je|short=1}}
 
  +
| 0 || 42 || 0 || style="text-align: left;" | {{color|#002A00}}
|- style="background-color: #FA0"
 
  +
|
| style="background-color: #402A00; color: #FFF" | 64 || style="background-color: #402A00; color: #FFF" | 42 || style="background-color: #402A00; color: #FFF" | 0 || style="background-color: #402A00; color: #FFF" | 402A00 || class="wikitable" | {{only|be|short=1}}
 
  +
|-
|- style="background-color: #AAA"
 
  +
| §3
| §7 || gray || 170 || 170 || 170 || AAAAAA || style="background-color: #2A2A2A; color: #FFF" | 42 || style="background-color: #2A2A2A; color: #FFF" | 42 || style="background-color: #2A2A2A; color: #FFF" | 42 || style="background-color: #2A2A2A; color: #FFF" | 2A2A2A || class="wikitable" |
 
  +
| dark_aqua
|- style="background-color: #555; color: #FFF"
 
  +
| 0 || 170 || 170 || style="text-align: left;" | {{color|#00AAAA}}
| §8 || dark_gray || 85 || 85 || 85 || 555555 || style="background-color: #151515; color: #FFF" | 21 || style="background-color: #151515; color: #FFF" | 21 || style="background-color: #151515; color: #FFF" | 21 || style="background-color: #151515; color: #FFF" | 151515 || class="wikitable" |
 
|- style="background-color: #55F; color: #FFF"
+
| 0 || 42 || 42 || style="text-align: left;" | {{color|#002A2A}}
  +
|
| §9 || blue || 85 || 85 || 255 || 5555FF || style="background-color: #15153F; color: #FFF" | 21 || style="background-color: #15153F; color: #FFF" | 21 || style="background-color: #15153F; color: #FFF" | 63 || style="background-color: #15153F; color: #FFF" | 15153F || class="wikitable" |
 
  +
|-
|- style="background-color: #5F5"
 
  +
| §4
| §a || green || 85 || 255 || 85 || 55FF55 || style="background-color: #153F15; color: #FFF" | 21 || style="background-color: #153F15; color: #FFF" | 63 || style="background-color: #153F15; color: #FFF" | 21 || style="background-color: #153F15; color: #FFF" | 153F15 || class="wikitable" |
 
  +
| dark_red
|- style="background-color: #5FF"
 
  +
| 170 || 0 || 0 || style="text-align: left;" | {{color|#AA0000}}
| §b || aqua || 85 || 255 || 255 || 55FFFF || style="background-color: #153F3F; color: #FFF" | 21 || style="background-color: #153F3F; color: #FFF" | 63 || style="background-color: #153F3F; color: #FFF" | 63 || style="background-color: #153F3F; color: #FFF" | 153F3F || class="wikitable" |
 
|- style="background-color: #F55; color: #FFF"
+
| 42 || 0 || 0 || style="text-align: left;" | {{color|#2A0000}}
  +
|
| §c || red || 255 || 85 || 85 || FF5555 || style="background-color: #3F1515; color: #FFF" | 63 || style="background-color: #3F1515; color: #FFF" | 21 || style="background-color: #3F1515; color: #FFF" | 21 || style="background-color: #3F1515; color: #FFF" | 3F1515 || class="wikitable" |
 
  +
|-
|- style="background-color: #F5F"<!--Do not change "Light Purple" to "Pink", it is the in game name -->
 
  +
| §5
| §d || light_purple || 255 || 85 || 255 || FF55FF || style="background-color: #3F153F; color: #FFF" | 63 || style="background-color: #3F153F; color: #FFF" | 21 || style="background-color: #3F153F; color: #FFF" | 63 || style="background-color: #3F153F; color: #FFF" | 3F153F || class="wikitable" |
 
  +
| dark_purple
|- style="background-color: #FF5"
 
  +
| 170 || 0 || 170 || style="text-align: left;" | {{color|#AA00AA}}
| §e || yellow || 255 || 255 || 85 || FFFF55 || style="background-color: #3F3F15; color: #FFF" | 63 || style="background-color: #3F3F15; color: #FFF" | 63 || style="background-color: #3F3F15; color: #FFF" | 21 || style="background-color: #3F3F15; color: #FFF" | 3F3F15 || class="wikitable" |
 
  +
| 42 || 0 || 42 || style="text-align: left;" | {{color|#2A002A}}
|- style="background-color: #FFF"
 
  +
|
| §f || white || 255 || 255 || 255 || FFFFFF || style="background-color: #3F3F3F; color: #FFF" | 63 || style="background-color: #3F3F3F; color: #FFF" | 63 || style="background-color: #3F3F3F; color: #FFF" | 63 || style="background-color: #3F3F3F; color: #FFF" | 3F3F3F || class="wikitable" |
 
  +
|-
|- style="background-color: #DDD605"
 
  +
| rowspan=2 | §6
| §g|| minecoin_gold || 221 || 214 || 5 || DDD605 || style="background-color: #373501; color: #FFF" | 55 || style="background-color: #373501; color: #FFF" | 53 || style="background-color: #373501; color: #FFF" | 1 || style="background-color: #373501; color: #FFF" | 373501 || class="wikitable" | {{only|be|short=1}}
 
  +
| rowspan=2 | gold
  +
| rowspan=2 | 255 || rowspan=2 | 170 || rowspan=2 | 0 || rowspan=2 style="text-align: left;" | {{color|#FFAA00}}
  +
| 42 || 42 || 0 || style="text-align: left;" | {{color|#2A2A00}}
  +
| {{only|je|short=1}}
  +
|-
  +
| 64 || 42 || 0 || style="text-align: left;" | {{color|#402A00}}
  +
| {{only|be|short=1}}
  +
|-
  +
| §7
  +
| gray
  +
| 170 || 170 || 170 || style="text-align: left;" | {{color|#AAAAAA}}
  +
| 42 || 42 || 42 || style="text-align: left;" | {{color|#2A2A2A}}
  +
|
  +
|-
  +
| §8
  +
| dark_gray
  +
| 85 || 85 || 85 || style="text-align: left;" | {{color|#555555}}
  +
| 21 || 21 || 21 || style="text-align: left;" | {{color|#151515}}
  +
|
  +
|-
  +
| §9
  +
| blue
  +
| 85 || 85 || 255 || style="text-align: left;" | {{color|#5555FF}}
  +
| 21 || 21 || 63 || style="text-align: left;" | {{color|#15153F}}
  +
|
  +
|-
  +
| §a
  +
| green
  +
| 85 || 255 || 85 || style="text-align: left;" | {{color|#55FF55}}
  +
| 21 || 63 || 21 || style="text-align: left;" | {{color|#153F15}}
  +
|
  +
|-
  +
| §b
  +
| aqua
  +
| 85 || 255 || 255 || style="text-align: left;" | {{color|#55FFFF}}
  +
| 21 || 63 || 63 || style="text-align: left;" | {{color|#153F3F}}
  +
|
  +
|-
  +
| §c
  +
| red
  +
| 255 || 85 || 85 || style="text-align: left;" | {{color|#FF5555}}
  +
| 63 || 21 || 21 || style="text-align: left;" | {{color|#3F1515}}
  +
|
  +
|- <!--Do not change "Light Purple" to "Pink", it is the in game name -->
  +
| §d
  +
| light_purple
  +
| 255 || 85 || 255 || style="text-align: left;" | {{color|#FF55FF}}
  +
| 63 || 21 || 63 || style="text-align: left;" | {{color|#3F153F}}
  +
|
  +
|-
  +
| §e
  +
| yellow
  +
| 255 || 255 || 85 || style="text-align: left;" | {{color|#FFFF55}}
  +
| 63 || 63 || 21 || style="text-align: left;" | {{color|#3F3F15}}
  +
|
  +
|-
  +
| §f
  +
| white
  +
| 255 || 255 || 255 || style="text-align: left;" | {{color|#FFFFFF}}
  +
| 63 || 63 || 63 || style="text-align: left;" | {{color|#3F3F3F}}
  +
|
  +
|-
  +
| §g
  +
| minecoin_gold
  +
| 221 || 214 || 5 ||style="text-align: left;" | {{color|#DDD605}}
  +
| 55 || 53 || 1 || style="text-align: left;" | {{color|#373501}}
  +
| {{only|be|short=1}}
  +
|-
 
|}
 
|}
   
 
=== Formatting codes ===
 
=== Formatting codes ===
   
{| class="wikitable" style="text-align:center;" border="1" cellpadding="5" data-description="Formatting codes"
+
{| class="wikitable" style="text-align: center;" border="1" cellpadding="5" data-description="Formatting codes"
 
|-
 
|-
 
! width="8" colspan="1" | Code
 
! width="8" colspan="1" | Code
 
! colspan="1" | Name
 
! colspan="1" | Name
!Compatible with [[Bedrock Edition|Bedrock]]
+
! Compatible with [[Bedrock Edition|Bedrock]]
!Compatible with [[Java Edition|Java]]
+
! Compatible with [[Java Edition|Java]]
 
|-
 
|-
 
| §k || Obfuscated
 
| §k || Obfuscated
|Yes
+
| Yes
|Yes
+
| Yes
 
|-
 
|-
 
| §l || '''Bold'''
 
| §l || '''Bold'''
|Yes
+
| Yes
|Yes
+
| Yes
 
|-
 
|-
 
| §m || <s>Strikethrough</s>
 
| §m || <s>Strikethrough</s>
|No<ref name="formatting bug">{{bug|MCPE-41729}}</ref>
+
| No<ref name="formatting bug">{{bug|MCPE-41729}}</ref>
|Yes
+
| Yes
 
|-
 
|-
 
| §n || <u>Underline</u>
 
| §n || <u>Underline</u>
|No<ref name="formatting bug"/>
+
| No<ref name="formatting bug"/>
|Yes
+
| Yes
 
|-
 
|-
| §o
+
| §o || ''Italic''
  +
| Yes
|| ''Italic''
 
|Yes
+
| Yes
|Yes
 
 
|-
 
|-
 
| §r || Reset
 
| §r || Reset
|Yes
+
| Yes
|Yes
+
| Yes
 
|-
 
|-
 
|}
 
|}
Line 109: Line 176:
 
The random characters placed after <code>§k</code> are always the same width as the original characters. For example, any random character cycled through where the letter "m" would be wide characters while any random character in the spot of an "i" would be narrow characters.
 
The random characters placed after <code>§k</code> are always the same width as the original characters. For example, any random character cycled through where the letter "m" would be wide characters while any random character in the spot of an "i" would be narrow characters.
   
<code>§r</code> resets the styles of following characters; e.g., <code>§nXXX§rYYY</code> displays as <span style="font-family:Minecraft"><u>XXX</u>YYY</span>.
+
<code>§r</code> resets the styles of following characters; e.g., <code>§nXXX§rYYY</code> displays as <span class="format-f" style="font-family: Minecraft"><u>XXX</u>YYY</span>.
   
 
=== Typing ===
 
=== Typing ===
Line 130: Line 197:
 
When part of [[JSON text|JSON]] text, the symbol can be written as {{code|\u00A7}} or {{code|\u00a7}}.
 
When part of [[JSON text|JSON]] text, the symbol can be written as {{code|\u00A7}} or {{code|\u00a7}}.
   
Alternatively {{in|be}}, the character can be copied from this page (<code>§</code>), and {{keys|Ctrl+V}} (Windows) or {{keys|CMD+V}} (macOS) can be pressed to paste the character into a book. Note that pasting does '''not''' work on everything (e.g. chat, command blocks, world names) and using the JSON format or another method may be necessary.
+
Alternatively {{in|be}}, the character can be copied from this page (<code>§</code>) and {{keys|Ctrl+V}} (Windows) or {{keys|CMD+V}} (macOS) can be pressed to paste the character into a book. Note that pasting does '''not''' work on everything (e.g. chat, command blocks, world names) and using the JSON format or another method may be necessary.
   
 
When used in chat, this character will disconnect the user, even in 'offline' single player mode, and thus can't be used directly in commands such as <code>/say</code>.
 
When used in chat, this character will disconnect the user, even in 'offline' single player mode, and thus can't be used directly in commands such as <code>/say</code>.
Line 139: Line 206:
 
The following text can be pasted into a [[Book and Quill]] (prior to 1.14) to produce what is shown in the picture:
 
The following text can be pasted into a [[Book and Quill]] (prior to 1.14) to produce what is shown in the picture:
   
  +
{|
<div style="display: table-row">
 
  +
|-
<div style="display: table-cell">
 
  +
| style="vertical-align: middle;" | {{Pximg|Minecraft Formatting.gif|200px|292:360}}
  +
|
 
<pre>§nMinecraft Formatting§r
 
<pre>§nMinecraft Formatting§r
   
Line 154: Line 223:
 
§ro §oMinecraft
 
§ro §oMinecraft
 
§rr §rMinecraft</pre>
 
§rr §rMinecraft</pre>
  +
|-
</div>
 
  +
|}
<div style="display: table-cell; vertical-align: middle">
 
[[File:Minecraft Formatting.gif|200px]]
 
</div>
 
</div>
 
   
 
== Use in <samp>server.properties</samp> and <samp>pack.mcmeta</samp> ==
 
== Use in <samp>server.properties</samp> and <samp>pack.mcmeta</samp> ==
Line 167: Line 233:
 
Given that <code>pack.mcmeta</code> files accept [[Commands#Raw JSON text|raw JSON text]] as descriptions, the usage of <code>§</code> can be replaced by text components with different color and style, though using <code>§</code> still works.
 
Given that <code>pack.mcmeta</code> files accept [[Commands#Raw JSON text|raw JSON text]] as descriptions, the usage of <code>§</code> can be replaced by text components with different color and style, though using <code>§</code> still works.
   
{| class="wikitable" style="text-align:center;" data-description="Codes without 'section' symbol"
+
{| class="wikitable" style="text-align: center;" data-description="Codes without 'section' symbol"
  +
|-
  +
! Code !! Official Name !! <abbr title="Message of the Day">MOTD</abbr> code !! Note
  +
|-
  +
| §0 || Black || \u00A70 ||
  +
|-
  +
| §1 || Dark Blue || \u00A71 ||
  +
|-
  +
| §2 || Dark Green || \u00A72 ||
  +
|-
  +
| §3 || Dark Aqua || \u00A73 ||
  +
|-
  +
| §4 || Dark Red || \u00A74 ||
  +
|-
  +
| §5 || Dark Purple || \u00A75 ||
  +
|-
  +
| §7 || Gray || \u00A77 ||
  +
|-
  +
| §8 || Dark Gray || \u00A78 ||
  +
|-
  +
| §9 || Blue || \u00A79 ||
  +
|-
  +
| §a || Green || \u00A7a ||
  +
|-
  +
| §b || Aqua || \u00A7b ||
  +
|-
  +
| §c || Red || \u00A7c ||
  +
|-
  +
| §d || Light Purple || \u00A7d ||
  +
|-
  +
| §e || Yellow || \u00A7e ||
  +
|-
  +
| §f || White || \u00A7f ||
  +
|-
  +
| §k || Obfuscated || \u00A7k ||
  +
|-
  +
| §l || '''Bold''' || \u00A7l ||
  +
|-
  +
| §m ||<s>Strikethrough</s> || \u00A7m || {{Only|java}}
  +
|-
  +
| §n ||<u>Underline</u> || \u00A7n || {{Only|java}}
  +
|-
  +
| §o || ''Italic'' || \u00A7o ||
  +
|-
  +
| §r || Reset || \u00A7r ||
 
|-
 
|-
  +
| \n || New line || \n || {{fn|Raw JSON only.}}
! rowspan="2" | Code
 
! rowspan="2" | Official Name
 
 
|-
 
|-
! <abbr title="Message of the Day">MOTD</abbr> code
 
|- style="background-color: #000; color: #FFF"
 
| §0 || Black || \u00A70
 
|- style="background-color: #00A; color: #FFF"
 
| §1 || Dark Blue || \u00A71
 
|- style="background-color: #0A0; color: #FFF"
 
| §2 || Dark Green || \u00A72
 
|- style="background-color: #0AA; color: #FFF"
 
| §3 || Dark Aqua || \u00A73
 
|- style="background-color: #A00; color: #FFF"
 
| §4 || Dark Red || \u00A74
 
|- style="background-color: #A0A; color: #FFF"
 
| §5 || Dark Purple || \u00A75
 
|- style="background-color: #FA0"
 
| §6 || Gold || \u00A76
 
|- style="background-color: #AAA"
 
| §7 || Gray || \u00A77
 
|- style="background-color: #555; color: #FFF"
 
| §8 || Dark Gray || \u00A78
 
|- style="background-color: #55F; color: #FFF"
 
| §9 || Blue || \u00A79
 
|- style="background-color: #5F5"
 
| §a || Green || \u00A7a
 
|- style="background-color: #5FF"
 
| §b || Aqua || \u00A7b
 
|- style="background-color: #F55"
 
| §c || Red || \u00A7c
 
|- style="background-color: #F5F"
 
| §d || Light Purple || \u00A7d
 
|- style="background-color: #FF5"
 
| §e || Yellow || \u00A7e
 
|- style="background-color: #FFF"
 
| §f || White || \u00A7f
 
|- style="background-color: #FFF"
 
| §k || Obfuscated || \u00A7k
 
|- style="background-color: #FFF"
 
| §l || '''Bold''' || \u00A7l
 
|- style="background-color: #FFF"
 
| §m{{Only|java}}||<s>Strikethrough</s> || \u00A7m
 
|- style="background-color: #FFF"
 
| §n{{Only|java}}||<u>Underline</u> || \u00A7n
 
|- style="background-color: #FFF"
 
| §o || ''Italic'' || \u00A7o
 
|- style="background-color: #FFF"
 
| §r || Reset || \u00A7r
 
|- style="background-color: #FFF"
 
| \n || New line{{fn|Raw JSON only.}} || \n
 
 
|}
 
|}
 
{{fnlist}}
 
{{fnlist}}
Line 227: Line 289:
 
== Use in custom language packs ==
 
== Use in custom language packs ==
   
Formatting codes can be used to color names and description in language files by using <samp>§</samp> then any of the numbers/letters displayed above. This is also used in <samp>end.txt</samp> and <samp>credits.txt</samp>. An example of this is <code>§dDiamond</code> to make the name of a diamond appear as <span style="font-family: Minecraft"><span style="color:#FF55FF">Diamond</span></span>.
+
Formatting codes can be used to color names and description in language files by using <samp>§</samp> then any of the numbers/letters displayed above. This is also used in <samp>end.txt</samp> and <samp>credits.txt</samp>. An example of this is <code>§dDiamond</code> to make the name of a diamond appear as <span class="format-d" style="font-family: Minecraft">Diamond</span>.
   
 
Since [[Java Edition 1.16]], <code>§r</code> can no longer be used to remove italics from custom translation tags within language files. For example, if the translation tag <code>"item.example.test": "§rTest Item"</code> is applied to the <code>Name</code> display data of a custom item (<code>{display:{Name:'{translate:"item.example.test"}'}</code>), it still appears as <code>''Test Item''</code> rather than simply <code>Test Item</code>. This is not true of any other formatting options.
 
Since [[Java Edition 1.16]], <code>§r</code> can no longer be used to remove italics from custom translation tags within language files. For example, if the translation tag <code>"item.example.test": "§rTest Item"</code> is applied to the <code>Name</code> display data of a custom item (<code>{display:{Name:'{translate:"item.example.test"}'}</code>), it still appears as <code>''Test Item''</code> rather than simply <code>Test Item</code>. This is not true of any other formatting options.
Line 244: Line 306:
   
 
== Use in server names ==
 
== Use in server names ==
  +
[[File:ColouredServer.PNG|thumb|400px]]
 
 
With the use of a third party tool such as NBTExplorer, server names can have custom colors. To utilize this functionality, select the {{cd|Name}} attribute in the {{cd|[[servers.dat]]}} file inside the {{cd|[[.minecraft]]}} directory using a third party tool. In the following example, the {{cd|Name}} tag is set to
 
With the use of a third party tool such as NBTExplorer, server names can have custom colors. To utilize this functionality, select the {{cd|Name}} attribute in the {{cd|[[servers.dat]]}} file inside the {{cd|[[.minecraft]]}} directory using a third party tool. In the following example, the {{cd|Name}} tag is set to
 
<code>§4§lMinecraft §6§lServer</code>:
 
<code>§4§lMinecraft §6§lServer</code>:
 
[[File:ColouredServer.PNG]]
 
   
 
== History ==
 
== History ==
  +
[[File:Obfuscated Text Comparison.gif|thumb|400px]]
 
{{Expand section|A conversion to history table with information about when it was added, when & was changed to §, when it was superseded, etc.}}
 
{{Expand section|A conversion to history table with information about when it was added, when & was changed to §, when it was superseded, etc.}}
Obfuscated format <code>§k</code> has changed 3 times {{in|java}} after being introduced in [[Java Edition Beta 1.8|Beta 1.8]]. Below is an image of how the obfuscated text of <code>1234567890abcdefghijklmnopqrstuvwxyz~!@#$%^&*()-=_+{}[]</code> looks in 4 different versions:
+
Obfuscated format <code>§k</code> has changed 3 times {{in|java}} after being introduced in [[Java Edition Beta 1.8|Beta 1.8]]. On the right is an image of how the obfuscated text of <code>1234567890abcdefghijklmnopqrstuvwxyz~!@#$%^&*()-=_+{}[]</code> looks in 4 different versions.
[[File:Obfuscated Text Comparison.gif|400px]]
 
   
 
== Trivia ==
 
== Trivia ==
   
 
* The color codes almost exactly match, in order, the 16 colors available using a [[wikipedia:Color Graphics Adapter#Color palette|Color Graphics Adapter (CGA)]], as released in 1981. Only color 6 differs; the value for color 6 in Minecraft – {{color|#FFAA00}} – differs from that made for CGA – {{color|#AA5500}}.
 
* The color codes almost exactly match, in order, the 16 colors available using a [[wikipedia:Color Graphics Adapter#Color palette|Color Graphics Adapter (CGA)]], as released in 1981. Only color 6 differs; the value for color 6 in Minecraft – {{color|#FFAA00}} – differs from that made for CGA – {{color|#AA5500}}.
  +
* In [[Legacy Console Edition]], <code>\n</code> worked outside of Raw JSON, although <code>\n</code> would still be in the text, with the new line after <code>\n</code> in the text.
   
 
== References ==
 
== References ==

Revision as of 08:11, 23 July 2021

This article is about the legacy §-based formatting system. For the modern JSON system, see Raw JSON text format.
Minecraft Formatting

A book showing the possible formatting options with the character that performs them.

Formatting codes (also known as color codes) add color and modifications to text in-game.

Text in Minecraft can be formatted with the section sign (§). In Bedrock Edition, the section sign can be entered into signs, world names, books, renaming items and in the chat. In Java Edition, section signs may be used in server.properties, pack.mcmeta, splashes.txt, world titles, books, and server names. External programs can be used to insert it in other locations.

Usage

Text can be formatted using the section sign (§) followed by a character. A § symbol followed by a hex digit in the message tells the client to switch colors while displaying text. In Bedrock Edition, the § symbol can be used in any text input, while in Java Edition, it may be used in server.properties, pack.mcmeta, world titles, and server names.

In Java Edition, if a color code is used after a formatting code, the formatting code is disabled beyond the color code point. For example, §cX§nY displays as XY, whereas §nX§cY displays as XY. Therefore, when using a color code in tandem with a formatting code, ensure the color code is used first and reuse the formatting code when changing colors.

Motd scramble bug

In Bedrock Edition, formatting codes persist after a color code. Furthermore, if an obfuscated code is used and a reset code is not used before the end of the line, the client GUI continues to obfuscate text past the MOTD and into the version number display.

Color codes

Colors

Hex digit to color mapping. Use "§" followed by the corresponding color letter/number; e.g. "§e" gives yellow.

Messages sent from the server to the client can contain color codes, which allow coloring of text for various purposes.

Code Name Foreground color Background color Version
R G B Hex R G B Hex
§0 black 0 0 0
 #000000
0 0 0
 #000000
§1 dark_blue 0 0 170
 #0000AA
0 0 42
 #00002A
§2 dark_green 0 170 0
 #00AA00
0 42 0
 #002A00
§3 dark_aqua 0 170 170
 #00AAAA
0 42 42
 #002A2A
§4 dark_red 170 0 0
 #AA0000
42 0 0
 #2A0000
§5 dark_purple 170 0 170
 #AA00AA
42 0 42
 #2A002A
§6 gold 255 170 0
 #FFAA00
42 42 0
 #2A2A00
[JE only]
64 42 0
 #402A00
[BE only]
§7 gray 170 170 170
 #AAAAAA
42 42 42
 #2A2A2A
§8 dark_gray 85 85 85
 #555555
21 21 21
 #151515
§9 blue 85 85 255
 #5555FF
21 21 63
 #15153F
§a green 85 255 85
 #55FF55
21 63 21
 #153F15
§b aqua 85 255 255
 #55FFFF
21 63 63
 #153F3F
§c red 255 85 85
 #FF5555
63 21 21
 #3F1515
§d light_purple 255 85 255
 #FF55FF
63 21 63
 #3F153F
§e yellow 255 255 85
 #FFFF55
63 63 21
 #3F3F15
§f white 255 255 255
 #FFFFFF
63 63 63
 #3F3F3F
§g minecoin_gold 221 214 5
 #DDD605
55 53 1
 #373501
[BE only]

Formatting codes

Code Name Compatible with Bedrock Compatible with Java
§k Obfuscated Yes Yes
§l Bold Yes Yes
§m Strikethrough No[1] Yes
§n Underline No[1] Yes
§o Italic Yes Yes
§r Reset Yes Yes

The random characters placed after §k are always the same width as the original characters. For example, any random character cycled through where the letter "m" would be wide characters while any random character in the spot of an "i" would be narrow characters.

§r resets the styles of following characters; e.g., §nXXX§rYYY displays as XXXYYY.

Typing

  • To enter "§" on Windows with most US/UK English keyboards type Alt + NUMPAD2NUMPAD1 (alt code on cp437). For any other keyboard, the Windows ANSI version Alt + NUMPAD0NUMPAD1NUMPAD6NUMPAD7 often works.
  • If EnableHexNumpad is enabled in the Windows registry, Alt + NUMPAD+ANUMPAD7 (using the main keyboard for "A") works for any language due to it being Unicode.
  • On a Mac with a US keyboard, type ⌥ Option + 6 (or ⌥ Option + 5 for US Extended). For any other keyboard, type ⌥ Option + 00a7.
  • On Linux with the compose key activated, type Composeso. The symbol can also be typed by using Unicode shortcuts: Ctrl + ⇧ Shift + u00a7.
  • To enter "§" on a Nintendo Switch, select languages (globe icon), scroll to the bottom to find the "Symbols" language, and then select Page 2 to find the symbol to the right in the bottom line.
  • For various Android keyboards:
    • Google Keyboard (GBoard): The "§" is under the paragraph "¶" mark. To access, tap the number/symbol button, tap button above "ABC" to access more symbols, then hold down the paragraph key.
    • Samsung Keyboard: The "§" is under the "s" key. To access, hold down on the "s" and then slide over to the "§" mark.
  • For iOS:
    • On the iPad the "§" is under the percent sign. To access, tap the number/symbol button and then swipe down on the percent sign.
    • On the iPhone the "§" is under the ampersand "&". To access, tap the number/symbol button then hold down the ampersand key and slide over to the "§" mark.
  • For Xbox:
    • On the Xbox One the "§" is under the backwards P "¶". To access, use left trigger, hold down A while on ¶ until other options pop up. Move the cursor over to the "§" mark and use A to select.

When part of JSON text, the symbol can be written as \u00A7 or \u00a7.

Alternatively in Bedrock Edition, the character can be copied from this page (§) and Ctrl + V (Windows) or ⌘ Cmd + V (macOS) can be pressed to paste the character into a book. Note that pasting does not work on everything (e.g. chat, command blocks, world names) and using the JSON format or another method may be necessary.

When used in chat, this character will disconnect the user, even in 'offline' single player mode, and thus can't be used directly in commands such as /say.

In early Java Edition Classic versions, the character used was & instead of §.[2]

Sample text

The following text can be pasted into a Book and Quill (prior to 1.14) to produce what is shown in the picture:

Minecraft Formatting
§nMinecraft Formatting§r

§00 §11 §22 §33
§44 §55 §66 §77
§88 §99 §aa §bb
§cc §dd §ee §ff

§rk §kMinecraft
§rl §lMinecraft
§rm §mMinecraft
§rn §nMinecraft
§ro §oMinecraft
§rr §rMinecraft

Use in server.properties and pack.mcmeta

In order to get an MOTD colored or formatted, \u00A7 must be used instead of §; for example, §5 would be \u00A75. The full list of them is listed below. Colors can be used in conjunction with formatting. The formatting must be done after the color.

Given that pack.mcmeta files accept raw JSON text as descriptions, the usage of § can be replaced by text components with different color and style, though using § still works.

Code Official Name MOTD code Note
§0 Black \u00A70
§1 Dark Blue \u00A71
§2 Dark Green \u00A72
§3 Dark Aqua \u00A73
§4 Dark Red \u00A74
§5 Dark Purple \u00A75
§7 Gray \u00A77
§8 Dark Gray \u00A78
§9 Blue \u00A79
§a Green \u00A7a
§b Aqua \u00A7b
§c Red \u00A7c
§d Light Purple \u00A7d
§e Yellow \u00A7e
§f White \u00A7f
§k Obfuscated \u00A7k
§l Bold \u00A7l
§m Strikethrough \u00A7m [Java Edition only]
§n Underline \u00A7n [Java Edition only]
§o Italic \u00A7o
§r Reset \u00A7r
\n New line \n [a]
  1. Raw JSON only.

Compatibility with older versions

Formatting codes can be used in the motd line in a server.properties file, but the section signs must be escaped as \u00A7. If a section sign is entered directly, the server replaces it with \u00C2\u00A7 (§); clients display the \u00C2 character as a question mark. Delete the \u00C2 character in the MOTD if it comes with a bunch of question marks: this happens if something is not compatible.

Use in custom language packs

Formatting codes can be used to color names and description in language files by using § then any of the numbers/letters displayed above. This is also used in end.txt and credits.txt. An example of this is §dDiamond to make the name of a diamond appear as Diamond.

Since Java Edition 1.16, §r can no longer be used to remove italics from custom translation tags within language files. For example, if the translation tag "item.example.test": "§rTest Item" is applied to the Name display data of a custom item ({display:{Name:'{translate:"item.example.test"}'}), it still appears as Test Item rather than simply Test Item. This is not true of any other formatting options.

Use in world names

With the use of external tools, such as NBTExplorer, world names can have custom colors and formatting codes. To modify the name, choose the LevelName tag in the world's level.dat. In this example, LevelName is set to §1R§2e§3d§4s§5t§6o§7n§8e §9C§ar§be§ca§dt§ei§fo§1n§2s.


Additionally, the player can rename the world's folder to contain one of the codes. In the world selection menu, the specified color or effect appears.

The player can also use a resource pack with a § already in the world name when creating a world and all the user has to do is to change or alter the color code after the §.

In Bedrock Edition, the player is allowed to use a § inside of the world name when creating the world. This allows for using custom colors and formatting codes inside of the world name without having to modify the game.

Use in server names

File:ColouredServer.PNG

With the use of a third party tool such as NBTExplorer, server names can have custom colors. To utilize this functionality, select the Name attribute in the servers.dat file inside the .minecraft directory using a third party tool. In the following example, the Name tag is set to §4§lMinecraft §6§lServer:

History

Obfuscated Text Comparison
Jigsaw Block (top texture) JE2 BE2
This section needs expansion. 
You can help by expanding it.
Instructions: A conversion to history table with information about when it was added, when & was changed to §, when it was superseded, etc.

Obfuscated format §k has changed 3 times in Java Edition after being introduced in Beta 1.8. On the right is an image of how the obfuscated text of 1234567890abcdefghijklmnopqrstuvwxyz~!@#$%^&*()-=_+{}[] looks in 4 different versions.

Trivia

  • The color codes almost exactly match, in order, the 16 colors available using a Color Graphics Adapter (CGA), as released in 1981. Only color 6 differs; the value for color 6 in Minecraft –
     #FFAA00
    – differs from that made for CGA –
     #AA5500
    .
  • In Legacy Console Edition, \n worked outside of Raw JSON, although \n would still be in the text, with the new line after \n in the text.

References

  1. a b MCPE-41729
  2. IRC logs on Archive.org; #minecraft.20090619.log. "P7:43:58 <Notch> Quatroking: want to know a secret?" [...] "P7:44:44 <Notch> /say He&1llo&f, world! &bHOW ARE YOU!?" [...] "P7:45:52 <Notch> it's the ega palette, almost" (June 20, 2009, 00:43:58 UTC)