Add information on NickMiniMessage

This commit is contained in:
2024-12-02 15:00:34 -06:00
parent 1d83a917ec
commit 7c517aa4bb
5 changed files with 44 additions and 13 deletions

View File

@ -11,11 +11,12 @@ server owners who may want a specific feature that's not built in to Plex.
Below is a list of official and supported modules
| Name | Versions |
|---------------|--------------|
| BukkitTelnet | 1.5 |
| HTTPD | 1.5-SNAPSHOT |
| LibsDisguises | 1.5-SNAPSHOT |
| FalseOp | 1.5-SNAPSHOT |
| NUSH | 1.5-SNAPSHOT |
| TFMExtras | 1.5-SNAPSHOT |
| Name | Versions |
|-----------------|--------------|
| BukkitTelnet | 1.5 |
| HTTPD | 1.5-SNAPSHOT |
| LibsDisguises | 1.5-SNAPSHOT |
| NickMiniMessage | 1.5 |
| FalseOp | 1.5-SNAPSHOT |
| NUSH | 1.5-SNAPSHOT |
| TFMExtras | 1.5-SNAPSHOT |

View File

@ -0,0 +1,23 @@
---
id: nickminimessage
title: NickMiniMessage
---
# NickMiniMessage
The NickMiniMessage module allows players to set their nickname in Essentials using MiniMessage. This module requires
EssentialsX to be on the server.
# Commands
## nickmm \<nickname\>
The permission for the command is `plex.nickmm`. Simply run the command with the desired nickname you would like. You
can use MiniMessage formatting.
Examples:
- Rainbow nickname: `/nickmm <rainbow>MyNickname`
- One color: `/nickmm <red>MyNickname`
- Multiple colors: `/nickmm <red>My<blue>Nickname`
You can find the full MiniMessage documentation [here](https://docs.advntr.dev/minimessage/format.html).