Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| library:minedown:syntax [2020/09/15 14:18] – created phoenix616 | library:minedown:syntax [2025/10/06 14:21] (current) – [Advanced Syntax] Add new click and ojbect events phoenix616 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Inline Formatting ===== | ===== Inline Formatting ===== | ||
| - | | **Description**  | + | | **Description**  | 
| - | |  Color legacy  | + | | Color legacy  | 
| - | |  Color          | + | | Color              | 
| - | |  RGB Hex Color |` &# | + | | RGB Hex Color      | 
| - | |  RGB Hex Color |` &# | + | | RGB Hex Color      | 
| - | |  Bold          |` **Text**  | + | | Gradient  | 
| - | | Italic  | + | | Rainbow  | 
| - | |  Underlined  | + | | Rainbow Phase     |` & | 
| - | |  Strikethrough |` ~~Text~~  | + | | Bold              |` **Text**  | 
| - | |  Obfuscated  | + | | Italic  | 
| + | | Underlined  | ||
| + | | Strikethrough  | ||
| + | | Obfuscated  | ||
| ===== Events ===== | ===== Events ===== | ||
| Line 20: | Line 23: | ||
| ==== Simple Syntax ==== | ==== Simple Syntax ==== | ||
| - | | **Description**  | + | | **Description**  | 
| - | | General syntax  | + | | General syntax  | 
| - | | Simple Link                    |` [Text](https:// | + | | Simple Link                    |` [Text](https:// | 
| - | | Simple Command  | + | | Simple Command  | 
| - | | Link + Hover                   |` [Text](https:// | + | | Link + Hover                   |` [Text](https:// | 
| - | | Text formatting  | + | | Text formatting  | 
| + | | Gradient  | ||
| + | | Rainbow  | ||
| + | | Phased Rainbow  | ||
| | Text formatting + Link + Hover |` [Text](# | | Text formatting + Link + Hover |` [Text](# | ||
| ==== Advanced Syntax ==== | ==== Advanced Syntax ==== | ||
| - | | **Description**  | + | | **Description**  | 
| - | | General syntax  | + | | General syntax  | 
| - | | Link               |` [Text](open_url=https:// | + | | Link               | ` [Text](open_url=https:// | 
| - | | Color              |` [Text](color=red)  | + | | Color              | ` [Text](color=red) `                                              | [Color names](https:// | 
| - | | RGB Hex Color      |` [Text](color=# | + | | RGB Hex Color      | ` [Text](color=# | 
| - | | RGB Hex Color      |` [Text](color=# | + | | RGB Hex Color      | ` [Text](color=# | 
| - | | Formatting  | + | | RGB Color Gradient | ` [Text](color=# | 
| - | | Font               |` [Text](font=custom_font)  | + | | RGB Color Gradient | ` [Text](color=# | 
| - | | Run Command  | + | | RGB Rainbow  | 
| - | | Suggest Command  | + | | Phased RGB Rainbow | ` [Text](color=rainbow: | 
| - | | Simple Hover       |` [Text](hover=Hover Text)              | + | | Text Shaddow  | 
| - | | Hover Text         |` [Text](show_text=Hover Text)          | + | | Formatting  | 
| - | | Hover Entity Info  |` [Text](show_entity=uuid: | + | | Disable Formatting | ` [Text](format=!underline) `                                      | Disable the specific formatting with a ! prefix  | 
| - | | Hover Item Info    |` [Text](show_item=stone*2 nbt...)  | + | | Font               | ` [Text](font=custom_font) `                                        | 
| + | | Translatable  | ||
| + | | Player head | ` [](player_head=name) ` | Show a player head from a player with a specified name | | ||
| + | | Player head | ` [](player_head=83688181-ce68-4136-918b-15e88ec2c705) ` | Show a player head from a player with a specified UUID | | ||
| + | | Player head | ` [](player_head=name hat=false) ` | Show a player head without the hat layer | | ||
| + | | Player head        | ` [](player_head=minecraft: | ||
| + | | Player head        | ` [](player_head=name texture=minecraft: | ||
| + | | Player head        | ` [](player_head=base64encodedstring) `                            | Show a player head using custom base64 encoded online profile textures  | ||
| + | | Player head        | ` [](player_head=name profile={textures=base64encodedstring}) `    | Show a player head with custom profile information  | ||
| + | | Block/ | ||
| + | | Block/ | ||
| + | | Run Command  | ||
| + | | Suggest Command  | ||
| + | | Copy to Clipboard  | ||
| + | | Change Book Page   | ` [Text](change_page=42) `                                         | Change the page to a certain page number. **Only works in books!**  | ||
| + | | Open Dialog (Soon) | ` [Text](show_dialog=custom: | ||
| + | | Open Dialog (Soon) | ` [Text](show_dialog={dialog-definition}) `                        | Open a dialog on click, with a custom dialog definition  | ||
| + | | Send custom action | ` [Text](custom=namespace: | ||
| + | | Simple Hover       | ` [Text](hover=Hover Text) `                                        | ||
| + | | Hover Text         | ` [Text](show_text=Hover Text) `                                    | ||
| + | | Hover Entity Info  | ` [Text](show_entity=uuid: | ||
| + | | Hover Item Info    | ` [Text](show_item=stone*2 nbt...) `                                | ||
| + | | Insertion  | ||
| - | All advanced settings can be chained/ | + | All advanced settings can be chained/ | 
| You can't however add multiple different colors or click and hover actions! | You can't however add multiple different colors or click and hover actions! | ||