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
Copy file name to clipboardExpand all lines: src/content/docs/adventure/minimessage/format.mdx
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,35 @@ title: Format
3
3
---
4
4
5
5
*No point in converting this until the MiniMessage highlighter is fully figured out*
6
+
7
+
```mm
8
+
<red>Hello World
9
+
```
10
+
11
+
```mm
12
+
<gold>Hey <bold>What's going?</gold>!
13
+
```
14
+
15
+
```mm
16
+
<gradient:red:blue>This is gradiented <bold>text</gradient>!
17
+
```
18
+
19
+
```mm
20
+
<gradient:#F253DE:#753EF8:#23B212:#42E0A8:#ADDE22:#F46AD7:#031F43:#E7DC65:#0C365E:#646BA0:#CCCDD5:#471DE4:#3393CB:#9CF810:#B1B7EB:#73D766:#E260DE:#1660A2:#A77FD8:#8826DB:#5B9A2B:#FC7570:#C6797E:#ECFC44:#86AC83:#D47484:#A0CD81>Scrop is most definitely a 14 year old girl</gradient>
21
+
```
22
+
23
+
```mm
24
+
Hello <selector:@e[limit=5]>, I'm <selector:@s>!
25
+
```
26
+
27
+
```mm
28
+
<red> This: Is: <light_purple>Epic!
29
+
```
30
+
31
+
```mm
32
+
<hover:show_text:'<red>Hover with a<newline><green>line break'>Text with<newline>line break</hover>
0 commit comments