mirror of
https://github.com/plexusorg/Website.git
synced 2024-12-22 18:07:37 +00:00
23 lines
665 B
Markdown
23 lines
665 B
Markdown
---
|
|
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). |