messages.yml lets you customize every message the plugin sends to players — match start announcements, elimination notices, border warnings, victory messages, and more. All messages support Minecraft color codes and dynamic placeholder values that are filled in at runtime.
File location: plugins/PrimaxBattleRoyaleX/messages.yml
Placeholder Variables
Use these placeholders anywhere in your message strings. The plugin replaces them automatically with live values when the message is sent.Color Codes
Minecraft uses& as the color code prefix in plugin configuration files. Color codes can be combined with formatting codes for bold, italic, and more.
Example:
&6&lBattle Royale renders as gold, bold text.
Example messages.yml
messages.yml
After editing
messages.yml, restart your server or reload the plugin with /brreload to apply your changes.