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. -
| Color | -Code | -Name | -Alternative Names | -
|---|---|---|---|
| - | §0 | -black | -- |
| - | §1 | -blue | -dark blue | -
| - | §2 | -green | -dark green | -
| - | §3 | -cyan | -aqua, dark cyan, dark aqua, dark turquoise, dark turquois | -
| - | §4 | -red | -dark red | -
| - | §5 | -purple | -dark purple | -
| - | §6 | -orange | -orange, gold, dark yellow | -
| - | §7 | -grey | -light grey, gray, light gray, silver | -
| - | §8 | -dark gray | -dark grey | -
| - | §9 | -light blue | -light blue, indigo | -
| - | §a | -light green | -lime, lime green | -
| - | §b | -light cyan | -light aqua, turquoise, turquois, light blue | -
| - | §c | -light red | -pink | -
| - | §d | -magenta | -light purple | -
| - | §e | -yellow | -light yellow | -
| - | §f | -white | -- |