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 | §0 | Set text color to black #000000 |
| \1 | §1 | Set text color to dark blue #0000AA |
| \2 | §2 | Set text color to dark green #00AA00 |
| \3 | §3 | Set text color to dark aqua #00AAAA |
| \4 | §4 | Set text color to dark red #AA0000 |
| \5 | §5 | Set text color to dark purple #AA00AA |
| \6 | §6 | Set text color to gold #FFAA00 |
| \7 | §7 | Set text color to gray #AAAAAA |
| \8 | §8 | Set text color to dark gray #555555 |
| \9 | §9 | Set text color to blue #5555FF |
| \a | §a | Set text color to green #55FF55 |
| \b | §b | Set text color to aqua #55FFFF |
| \c | §c | Set text color to red #FF5555 |
| \d | §d | Set text color to light purple #FF55FF |
| \e | §e | Set text color to yellow #FFFF55 |
| \f | §f | Set text color to white #FFFFFF |
| \G | §G | Set text color to minecoin gold #DDD605 |
| \H | §H | Set text color to quartz #E3D4D1 |
| \I | §I | Set text color to iron #CECACA |
| \J | §J | Set text color to netherite #443A3B |
| \M | §M | Set text color to redstone #971607 |
| \N | §N | Set text color to copper #B4684D |
| \P | §P | Set text color to gold #DEB12D |
| \Q | §Q | Set text color to emerald #119F36 |
| \S | §S | Set text color to diamond #2CBAA8 |
| \T | §T | Set text color to lapis #21497B |
| \U | §U | Set text color to amethyst #9A5CC6 |
| \V | §V | Set text color to resin #EB7114 |
| \W | §W | Set text color to party blue #8CB3FF |
| \k | §k | Make text obfuscated |
| \l | §l | Make text bold |
| \m | §m | Add |
| \n | §n | Add underline |
| \o | §o | Make text italic |
| \r | §r | Reset text formatting |
| \p | §p | New line |
| \\ | §\ | Add backslash character (\) |
| \§ | §§ | Add section sign (§) |