mirror of
https://github.com/plexusorg/Website.git
synced 2025-07-01 07:36:42 +00:00
Add information on NickMiniMessage
This commit is contained in:
@ -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 |
|
||||
|
23
docs/modules/nickminimessage.md
Normal file
23
docs/modules/nickminimessage.md
Normal 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).
|
Reference in New Issue
Block a user