-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f6bc4b
commit ecb539e
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# MiniMessages | ||
|
||
Everywhere, where you can set a text (e. b. npc display_name or hologram lines), you can either use legacy color codes ( | ||
&a &6 &l ...) or the MiniMessage format. | ||
|
||
MiniMessage is a format that allows you to use a more advanced formatting system. It supports gradients, hover events, | ||
click events, and more. | ||
|
||
## Links | ||
|
||
MiniMessage docs: [https://docs.advntr.dev/minimessage/format.html](https://docs.advntr.dev/minimessage/format.html) | ||
|
||
MiniMessage viewer: [https://webui.advntr.dev/](https://webui.advntr.dev/) |