Formatting Notation

Overview

Redstone CG formatting notation mostly follows Minecrafts Formatting codes, with a few modifications. Formatting code is a two character code that is written before the target text to apply special effects like changing color, making the text bold, adding underline etc. Java Edition does not support this notation everywhere and prohibids the player from typing section sign (§), so Redstone CG also uses a backslash (\). The color codes are extended with Bedrock Edition color codes but in upper case. Formatting also permits typing backslash and section sign as a character instead of a code with \\ (\), (§), §\ (\) and §§ (§). The notation also includes a code for a new line (\p).

Cheat Sheet

\§Action
\0§0Set text color to black #000000
\1§1Set text color to dark blue #0000AA
\2§2Set text color to dark green #00AA00
\3§3Set text color to dark aqua #00AAAA
\4§4Set text color to dark red #AA0000
\5§5Set text color to dark purple #AA00AA
\6§6Set text color to gold #FFAA00
\7§7Set text color to gray #AAAAAA
\8§8Set text color to dark gray #555555
\9§9Set text color to blue #5555FF
\a§aSet text color to green #55FF55
\b§bSet text color to aqua #55FFFF
\c§cSet text color to red #FF5555
\d§dSet text color to light purple #FF55FF
\e§eSet text color to yellow #FFFF55
\f§fSet text color to white #FFFFFF
\G§GSet text color to minecoin gold #DDD605
\H§HSet text color to quartz #E3D4D1
\I§ISet text color to iron #CECACA
\J§JSet text color to netherite #443A3B
\M§MSet text color to redstone #971607
\N§NSet text color to copper #B4684D
\P§PSet text color to gold #DEB12D
\Q§QSet text color to emerald #119F36
\S§SSet text color to diamond #2CBAA8
\T§TSet text color to lapis #21497B
\U§USet text color to amethyst #9A5CC6
\V§VSet text color to resin #EB7114
\W§WSet text color to party blue #8CB3FF
\k§kMake text obfuscated
\l§lMake text bold
\m§mAdd strikethrough line
\n§nAdd underline
\o§oMake text italic
\r§rReset text formatting
\p§pNew
line
\\§\Add backslash character (\)
§§Add section sign (§)