Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
library:minedown:syntax [2023/10/06 14:48] – Update Minecraftwiki URL phoenix616 | library:minedown:syntax [2025/04/29 15:13] (current) – Add translatable 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) ` |
- | | 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 | + | | Formatting |
- | | Font |` [Text](font=custom_font) | + | | Disable Formatting | ` [Text](format=!underline) ` | Disable the specific formatting with a ! prefix |
- | | Run Command | + | | Font | ` [Text](font=custom_font) ` | Set a custom font from a resource pack | |
- | | Suggest Command | + | | Translatable |
- | | Simple Hover |` [Text](hover=Hover Text) | + | | Run Command |
- | | Hover Text |` [Text](show_text=Hover Text) | + | | Suggest Command |
- | | Hover Entity Info |` [Text](show_entity=uuid: | + | | Simple Hover | ` [Text](hover=Hover Text) ` | Show hover text | |
- | | Hover Item Info |` [Text](show_item=stone*2 nbt...) | + | | Hover Text | ` [Text](show_text=Hover Text) ` | Show hover text | |
+ | | Hover Entity Info | ` [Text](show_entity=uuid: | ||
+ | | Hover Item Info | ` [Text](show_item=stone*2 nbt...) ` | Show item information, | ||
+ | | 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! |