Add information on NickMiniMessage

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

View File

@ -302,7 +302,7 @@ commandAliases: "<aqua>Aliases for {0} are: {1}"
The `messages.yml` file uses MiniMessage for coloring messages. For example, writing `<aqua>`, will color the text aqua.
This is not like HTML, and you should not close the tag (`</aqua>`). There are some special functions as well, such as
`<rainbow>`. The default color will be gray. For a complete guide on using MiniMessage,
visit: [https://docs.adventure.kyori.net/minimessage/format.html](https://docs.adventure.kyori.net/minimessage/format.html).
visit: [https://docs.advntr.dev/minimessage/format.html](https://docs.advntr.dev/minimessage/format.html).
## Troubleshooting

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).

View File

@ -102,6 +102,12 @@ modification) are defined by the server config and may vary.
| undisguiseall | plex.libsdisguises.undisguiseall | Undisguise all players |
| undisguiseall | plex.libsdisguises.bypass | Bypass being undisguised. This can be overridden regardless of permission with the \`-a\` flag. |
## NickMiniMessage Module
| Command | Permission | Description |
|---------|-------------|----------------------------------------------------|
| nickmm | plex.nickmm | Change your nickname using MiniMessage formatting! |
## NUSH Module
| Command | Permission | Description |

View File

@ -47,12 +47,13 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Modules',
items: ['modules/introduction', 'modules/bukkittelnet', 'modules/falseop', 'modules/httpd', 'modules/libsdisguises', 'modules/nush'],
items: ['modules/introduction', 'modules/bukkittelnet', 'modules/falseop', 'modules/httpd',
'modules/libsdisguises', 'modules/nickminimessage', 'modules/nush'],
},
{
type: 'doc',
label: 'Creating a Module',
id: 'create_module',
type: 'doc',
label: 'Creating a Module',
id: 'create_module',
},
{
type: 'doc',