Translations and Custom Messages
Nexus supports multiple languages, and you can easily translate the plugin to your language. You can also customize the messages that the plugin sends to players.
Changing your server's language
By default, Nexus uses English as the main language.
You can change the language of the plugin by editing the language
option in the config.yml
file.
Supported languages
The languages listed below are supported out-of-the-box.
Code | Language |
---|---|
EN | English (US) |
RU | Russian |
Customising messages
Using rich text elements
Nexus supports the MiniMessage syntax for its messages. This allows you to include gradients, hoverable and clickable elements, custom fonts and more! Below is an example of hoverable/clickable elements in a Nexus message:
You can find a full reference guide for the MiniMessage syntax on the Adventure wiki. You can also use Adventure's MiniMessageViewer to preview custom messages.
If you don't want to use MiniMessage message format, you can use the legacy text format with ampersands (&
). You can find all legacy color codes here.
Notice message format
Nexus allows sending messages to different parts of Minecraft, including the chat, action bar, title, and subtitle. All messages can be formatted using the MiniMessage syntax.
Combining messages
You can combine multiple messages in one message. This is useful when you want to send a message to multiple parts of Minecraft at once.