Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| library:minedown:syntax [2025/04/29 15:13] – Add translatable phoenix616 | library:minedown:syntax [2025/10/06 14:21] (current) – [Advanced Syntax] Add new click and ojbect events phoenix616 | ||
|---|---|---|---|
| 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 |
| - | | Disable Formatting | ` [Text](format=!underline) ` | + | | Formatting |
| - | | Font | ` [Text](font=custom_font) ` | Set a custom font from a resource pack | | + | | Disable Formatting | ` [Text](format=!underline) ` | Disable the specific formatting with a ! prefix |
| - | | Translatable | + | | Font | ` [Text](font=custom_font) ` |
| - | | Run Command | + | | Translatable |
| - | | Suggest Command | + | | Player head | ` [](player_head=name) ` | Show a player head from a player with a specified name | |
| - | | Simple Hover | ` [Text](hover=Hover Text) ` | Show hover text | | + | | Player head | ` [](player_head=83688181-ce68-4136-918b-15e88ec2c705) ` | Show a player head from a player with a specified UUID | |
| - | | Hover Text | ` [Text](show_text=Hover Text) ` | Show hover text | | + | | Player head | ` [](player_head=name hat=false) ` | Show a player head without the hat layer | |
| - | | Hover Entity Info | ` [Text](show_entity=uuid: | + | | Player head | ` [](player_head=minecraft: |
| - | | Hover Item Info | ` [Text](show_item=stone*2 nbt...) ` | Show item information, | + | | Player head | ` [](player_head=name texture=minecraft: |
| - | | Insertion | + | | 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! | ||