From f922014f783ac86833a05e61519809546bf5ed0b Mon Sep 17 00:00:00 2001 From: Rocraften Date: Wed, 22 Apr 2026 11:08:12 -0400 Subject: [PATCH] Replace color codes table with image Removed the color codes table and added an image for Minecraft color codes. --- src/content/docs/scripting/text.md | 111 +---------------------------- 1 file changed, 2 insertions(+), 109 deletions(-) diff --git a/src/content/docs/scripting/text.md b/src/content/docs/scripting/text.md index 21cf434..3bb5b91 100644 --- a/src/content/docs/scripting/text.md +++ b/src/content/docs/scripting/text.md @@ -17,114 +17,7 @@ Minecraft has 16 pre-set color codes to be used in text. Here's a table of all colors, including both Skript names and color codes. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ColorCodeNameAlternative Names
§0black
§1bluedark blue
§2greendark green
§3cyanaqua, dark cyan, dark aqua, dark turquoise, dark turquois
§4reddark red
§5purpledark purple
§6orangeorange, gold, dark yellow
§7greylight grey, gray, light gray, silver
§8dark graydark grey
§9light bluelight blue, indigo
§alight greenlime, lime green
§blight cyanlight aqua, turquoise, turquois, light blue
§clight redpink
§dmagentalight purple
§eyellowlight yellow
§fwhite
+![Minecraft Color Codes](https://i.ibb.co/WJJ5jGx/Java-Color-Codes.png) In Minecraft 1.16, support was added for 6-digit hexadecimal colors. A tag can be used to format with these colors, which looks like this: @@ -277,4 +170,4 @@ character when the text is loaded. ```applescript "🐛 hello " # 🐛 hello 🐛 " , right?" # ε ≅ Ɣ, right? -``` \ No newline at end of file +```