Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| library:minedown:syntax [2022/06/01 11:40] – [Advanced Syntax] Add mention of space separator phoenix616 | library:minedown:syntax [2025/10/06 14:21] (current) – [Advanced Syntax] Add new click and ojbect events phoenix616 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| | **Description**  | | **Description**  | ||
| - | | Color legacy  | + | | Color legacy  | 
| - | | Color             |` & | + | | Color             |` & | 
| | RGB Hex Color     |` &# | | RGB Hex Color     |` &# | ||
| | RGB Hex Color     |` &# | | RGB Hex Color     |` &# | ||
| Line 36: | Line 36: | ||
| ==== 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=# | 
| - | | RGB Color Gradient |` [Text](color=# | + | | RGB Color Gradient | ` [Text](color=# | 
| - | | RGB Color Gradient |` [Text](color=# | + | | RGB Color Gradient | ` [Text](color=# | 
| - | | RGB Rainbow  | + | | RGB Rainbow  | 
| - | | Phased RGB Rainbow |` [Text](color=rainbow: | + | | Phased RGB Rainbow | ` [Text](color=rainbow: | 
| - | | Formatting  | + | | Text Shaddow  | 
| - | | Font               |` [Text](font=custom_font)  | + | | Formatting  | 
| - | | Run Command  | + | | Disable Formatting | ` [Text](format=!underline) `                                      | Disable the specific formatting with a ! prefix  | 
| - | | Suggest Command  | + | | Font               | ` [Text](font=custom_font) `                                        | 
| - | | Simple Hover       |` [Text](hover=Hover Text)              | + | | Translatable  | 
| - | | Hover Text         |` [Text](show_text=Hover Text)          | + | | Player head | ` [](player_head=name) ` | Show a player head from a player with a specified name | | 
| - | | Hover Entity Info  |` [Text](show_entity=uuid: | + | | Player head | ` [](player_head=83688181-ce68-4136-918b-15e88ec2c705) ` | Show a player head from a player with a specified UUID | | 
| - | | Hover Item Info    |` [Text](show_item=stone*2 nbt...)  | + | | 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! | ||