Messages
Here you can find all the information that is needed in order to configurate messages of the plugin.
You can edit every message that you want that is inside the language files. Most of the messages are configured (about 99% of them), and you can edit them however you want. Some of them has built-in laceholders for displaying information about the action that was done. For example, the player that did the action, the target of the action, etc.
In addition to the built-in placeholders, all of the messages support placeholders from PlaceholderAPI and MVdWPlaceholderAPI, which you can find on the main page. Furthermore, you can make more complex messages. For example, clickable messages with hoverable text and such.
Raw Messages
Raw messages are messages that only have a message without any extras - not clickable, not sent as an action bar or anything else. These messages are very simple to be editted. All you have to do is just edit the message as a string, and that's it!
Complex Messages
Complex messages are messages that can have extra actions to them. Action bars, titles, hoverable text and such, are all in this category.
You can combine different message types in a single message.
Action Bars
You can send action bars, the messages above the hotbar, by using the following format:
Titles
You can send titles, the big message in the middle of the screen, by using the following format:
Bossbars
You can send boss bars, similar to the dragon's bar with custom color and text, by using the following format:
Sounds
You can play a sound when sending a message by using the following format:
Interactable Messages
You can send interactable messages that can execute commands or have hoverable text, by using the following format:
Custom language file
Creating a new language file is very easy task to do. All you need to do is to copy the en-US.yml file, rename it with a valid language format, and that's it! You can find a list of available language formats here. After you have the new file, you can edit it with the same technics that are explained above. When a new version comes out with new messages, your custom file will be updated automatically with the new messages, but in English.
Last updated