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 +```