messages.yml

In the messages.yml, which is located under plugins/SlimeRanks/, you have the option to change the displayed messages. For example, you could change the language or just the colors.

📑 The message format

SlimeRanks uses the MiniMessage message format. With that you have the ability to use every possible color or even create gradients. That means messages look like <green>SlimeRanks</green> to get something like SlimeRanks.

For easier creation of messages in the MiniMessage format, I recommend using the MiniMessage Viewer, which allows you to simply create messages and preview them.

🖨️ The implementation of custom messages

After you successfully created your message, you have to replace the old one in the messages.yml.

To display the message now in-game, you need to either restart the server or use the /slimeranks reload command to reload the messages.yml.


Currently SlimeRanks only has english messages, so if you want to display messages in a other language you have to manually translate them.

In the feature when SlimeRanks gets more popular there will be a transaltion system which will include multiple languages.

Last updated