mirror of
https://github.com/plexusorg/Website.git
synced 2024-12-22 09:57:37 +00:00
Add information on NickMiniMessage
This commit is contained in:
parent
1d83a917ec
commit
7c517aa4bb
@ -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
|
||||
|
||||
|
@ -12,10 +12,11 @@ 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 |
|
||||
| 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).
|
@ -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 |
|
||||
|
@ -47,7 +47,8 @@ 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',
|
||||
|
Loading…
Reference in New Issue
Block a user