Skip to content

Commit

Permalink
feat: document shadow color (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 9, 2025
1 parent 2b468de commit 368e120
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/minimessage/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,25 @@ Examples
.. image:: /minimessage/images/color_verbose_2.png
:alt: The result of parsing ``<color:#FF5555>This is a <color:#55FF55>test!``, shown in-game in the Minecraft client's chat window

Shadow Color
************

Color the shadow of the next parts

Tag
:mm:`<shadow:_colorname_>`
Arguments
* ``_colorname_``, any Minecraft color constant or hex color
Examples
* :mm:`<shadow:yellow>Hello <shadow:aqua>World</shadow>!`
* :mm:`<shadow:#FF5555>This is a <shadow:#55FF55>test!`

.. image:: /minimessage/images/shadow_1.png
:alt: The result of parsing ``<shadow:yellow>Hello <shadow:aqua>World</shadow>!``, shown in-game in the Minecraft client's chat window

.. image:: /minimessage/images/shadow_2.png
:alt: The result of parsing ``<shadow:#FF5555>This is a <shadow:#55FF55>test!``, shown in-game in the Minecraft client's chat window

Decoration
***********

Expand Down
Binary file added source/minimessage/images/shadow_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/minimessage/images/shadow_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 368e120

Please sign in to comment.