You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The MiniMessage format documentation.
5
5
---
6
6
7
+
import { Image } from"astro:assets";
7
8
importShadow1from"./assets/shadow_1.png";
8
9
importShadow2from"./assets/shadow_2.png";
9
10
importShadow3from"./assets/shadow_3.png";
@@ -96,8 +97,8 @@ Examples
96
97
97
98
<br/>
98
99
99
-
<imgstyle="all: initial"alt="The result of parsing `<yellow>Hello <blue>World</blue>!`, shown in-game in the Minecraft client's chat window"src={Color1.src} />
100
-
<imgstyle="all: initial"alt="The result of parsing `<red>This is a <green>test!`, shown in-game in the Minecraft client's chat window"src={Color2.src} />
100
+
<Imageclass="img-inline"alt="The result of parsing `<yellow>Hello <blue>World</blue>!`, shown in-game in the Minecraft client's chat window"src={Color1} />
101
+
<Imageclass="img-inline"alt="The result of parsing `<red>This is a <green>test!`, shown in-game in the Minecraft client's chat window"src={Color2} />
101
102
102
103
### Color (verbose)
103
104
@@ -122,8 +123,8 @@ Examples
122
123
123
124
<br/>
124
125
125
-
<imgstyle="all: initial"alt="The result of parsing `<color:yellow>Hello <color:blue>World</color:blue>!`, shown in-game in the Minecraft client's chat window"src={ColorVerbose1.src} />
126
-
<imgstyle="all: initial"alt="The result of parsing `<color:#FF5555>This is a <color:#55FF55>test!`, shown in-game in the Minecraft client's chat window"src={ColorVerbose2.src} />
126
+
<Imageclass="img-inline"alt="The result of parsing `<color:yellow>Hello <color:blue>World</color:blue>!`, shown in-game in the Minecraft client's chat window"src={ColorVerbose1} />
127
+
<Imageclass="img-inline"alt="The result of parsing `<color:#FF5555>This is a <color:#55FF55>test!`, shown in-game in the Minecraft client's chat window"src={ColorVerbose2} />
127
128
128
129
### Shadow Color
129
130
@@ -146,9 +147,9 @@ Examples
146
147
147
148
<br/>
148
149
149
-
<imgsrc={Shadow1.src}style="all: initial"alt="The result of parsing `<shadow:yellow>Hello <shadow:aqua:0.5>World</shadow>!` shown in-game in the Minecraft client's chat window"/>
150
-
<imgsrc={Shadow2.src}style="all: initial"alt="The result of parsing `<shadow:#FF5555>This is a <shadow:#55FF55>test!` shown in-game in the Minecraft client's chat window"/>
151
-
<imgsrc={Shadow3.src}style="all: initial"alt="The result of parsing `<shadow:#000000FF><b>Thicc` shown in-game in the Minecraft client's chat window"/>
150
+
<Imageclass="img-inline"src={Shadow1}alt="The result of parsing `<shadow:yellow>Hello <shadow:aqua:0.5>World</shadow>!` shown in-game in the Minecraft client's chat window"/>
151
+
<Imageclass="img-inline"src={Shadow2}alt="The result of parsing `<shadow:#FF5555>This is a <shadow:#55FF55>test!` shown in-game in the Minecraft client's chat window"/>
152
+
<Imageclass="img-inline"src={Shadow3}alt="The result of parsing `<shadow:#000000FF><b>Thicc` shown in-game in the Minecraft client's chat window"/>
152
153
153
154
### Decoration
154
155
@@ -174,7 +175,7 @@ Examples
174
175
```
175
176
176
177
<br/>
177
-
<imgstyle="all: initial"alt="The result of parsing `<underlined>This is <bold>important</bold>!`, shown in-game in the Minecraft client's chat window"src={Decoration1.src} />
178
+
<Imageclass="img-inline"alt="The result of parsing `<underlined>This is <bold>important</bold>!`, shown in-game in the Minecraft client's chat window"src={Decoration1} />
178
179
179
180
### Reset
180
181
@@ -194,7 +195,7 @@ Examples
194
195
```
195
196
196
197
<br/>
197
-
<imgstyle="all: initial"alt="The result of parsing `<yellow><bold>Hello <reset>world!`, shown in-game in the Minecraft client's chat window"src={Reset1.src} />
198
+
<Imageclass="img-inline"alt="The result of parsing `<yellow><bold>Hello <reset>world!`, shown in-game in the Minecraft client's chat window"src={Reset1} />
198
199
199
200
### Click
200
201
@@ -214,7 +215,7 @@ Click <click:copy_to_clipboard:Haha you suck> this </click>to copy your score!
214
215
```
215
216
216
217
<br/>
217
-
<imgstyle="all: initial"alt="The result of parsing `<click:run_command:/seed>Click</click> to show the world seed!`, shown in-game in the Minecraft client's chat window"src={Click1.src} />
218
+
<Imageclass="img-inline"alt="The result of parsing `<click:run_command:/seed>Click</click> to show the world seed!`, shown in-game in the Minecraft client's chat window"src={Click1} />
218
219
219
220
:::caution
220
221
@@ -246,7 +247,7 @@ Examples
246
247
```
247
248
248
249
<br/>
249
-
<imgstyle="all: initial"alt="The result of parsing `<hover:show_text:'<red>test'>TEST`, shown in-game in the Minecraft client's chat window"src={Hover1.src} />
250
+
<Imageclass="img-inline"alt="The result of parsing `<hover:show_text:'<red>test'>TEST`, shown in-game in the Minecraft client's chat window"src={Hover1} />
250
251
251
252
### Keybind
252
253
@@ -264,7 +265,7 @@ Press <red><key:key.jump> to jump!
264
265
```
265
266
266
267
<br/>
267
-
<imgstyle="all: initial"alt="The result of parsing `Press <red><key:key.jump> to jump!`, shown in-game in the Minecraft client's chat window"src={Key1.src} />
268
+
<Imageclass="img-inline"alt="The result of parsing `Press <red><key:key.jump> to jump!`, shown in-game in the Minecraft client's chat window"src={Key1} />
268
269
269
270
### Translatable
270
271
@@ -287,8 +288,8 @@ You should get a <lang:block.minecraft.diamond_block>!
287
288
```
288
289
289
290
<br/>
290
-
<imgstyle="all: initial"alt="The result of parsing `You should get a <lang:block.minecraft.diamond_block>!`, shown in-game in the Minecraft client's chat window in English"src={Translatable1.src} />
291
-
<imgstyle="all: initial"alt="The result of parsing `<lang:commands.drop.success.single:'<red>1':'<blue>Stone'>!`, shown in-game in the Minecraft client's chat window in English"src={Translatable2.src} />
291
+
<Imageclass="img-inline"alt="The result of parsing `You should get a <lang:block.minecraft.diamond_block>!`, shown in-game in the Minecraft client's chat window in English"src={Translatable1} />
292
+
<Imageclass="img-inline"alt="The result of parsing `<lang:commands.drop.success.single:'<red>1':'<blue>Stone'>!`, shown in-game in the Minecraft client's chat window in English"src={Translatable2} />
292
293
293
294
### Fallback
294
295
@@ -332,7 +333,7 @@ Shift-click <insert:test>this</insert> to insert!
332
333
```
333
334
334
335
<br/>
335
-
<imgstyle="all: initial"alt="The result of parsing `Shift-click <insert:test>this</insert> to insert!`, shown in-game in the Minecraft client's chat window"src={Insertion1.src} />
336
+
<Imageclass="img-inline"alt="The result of parsing `Shift-click <insert:test>this</insert> to insert!`, shown in-game in the Minecraft client's chat window"src={Insertion1} />
336
337
337
338
### Rainbow
338
339
@@ -354,7 +355,7 @@ Examples
354
355
```
355
356
356
357
<br/>
357
-
<imgstyle="all: initial"alt="The result of parsing all four examples in series, shown in-game in the Minecraft client's chat window"src={Rainbow1.src} />
358
+
<Imageclass="img-inline"alt="The result of parsing all four examples in series, shown in-game in the Minecraft client's chat window"src={Rainbow1} />
358
359
359
360
### Gradient
360
361
@@ -375,7 +376,7 @@ Examples
375
376
```
376
377
377
378
<br/>
378
-
<imgstyle="all: initial"alt="The result of parsing the examples for the gradient tag, shown in-game in the Minecraft client's chat window"src={Gradient1.src} />
379
+
<Imageclass="img-inline"alt="The result of parsing the examples for the gradient tag, shown in-game in the Minecraft client's chat window"src={Gradient1} />
379
380
380
381
### Transition
381
382
@@ -393,7 +394,7 @@ Examples
393
394
```
394
395
395
396
<br/>
396
-
<imgstyle="all: initial"alt="The result of parsing `<transition:white:black:red:[phase]>Hello World [phase]</transition>`, shown in-game in the Minecraft client's chat window"src={Transition1.src} />
397
+
<Imageclass="img-inline"alt="The result of parsing `<transition:white:black:red:[phase]>Hello World [phase]</transition>`, shown in-game in the Minecraft client's chat window"src={Transition1} />
<imgstyle="all: initial"alt="The result of parsing `Nothing <font:uniform>Uniform <font:alt>Alt </font> Uniform`, shown in-game in the Minecraft client's chat window"src={Font1.src} />
416
+
<Imageclass="img-inline"alt="The result of parsing `Nothing <font:uniform>Uniform <font:alt>Alt </font> Uniform`, shown in-game in the Minecraft client's chat window"src={Font1} />
416
417
417
418
### Newline
418
419
@@ -434,7 +435,7 @@ Let me insert a <newline>line break here.
434
435
```
435
436
436
437
<br/>
437
-
<imgstyle="all: initial"alt="The result of parsing `<hover:show_text:'<red>Hover with a<newline><green>line break'>Text with<newline>line break</hover>`, shown in-game in the Minecraft client's chat window"src={Newline1.src} />
438
+
<Imageclass="img-inline"alt="The result of parsing `<hover:show_text:'<red>Hover with a<newline><green>line break'>Text with<newline>line break</hover>`, shown in-game in the Minecraft client's chat window"src={Newline1} />
<imgstyle="all: initial"alt="The result of parsing `Hello <selector:@e[limit=5]>, I'm <selector:@s>!`, show in-game in the Minecraft client's chat window"src={Selector1.src} />
460
+
<Imageclass="img-inline"alt="The result of parsing `Hello <selector:@e[limit=5]>, I'm <selector:@s>!`, show in-game in the Minecraft client's chat window"src={Selector1} />
0 commit comments