Skip to main content
Server requirements: PrimaxBattleRoyaleX generates a fresh world for every match and deletes it once the match ends. World generation runs on the server’s main thread, so a weak CPU or low RAM will cause noticeable lag. A quality managed Minecraft host or a dedicated VPS with a strong single-thread CPU and ample RAM is strongly recommended. Shared or budget hosting is not suitable.
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.
Use &r to reset formatting after color codes to avoid colors bleeding into the next word or line.

Example messages.yml

messages.yml

After editing messages.yml, restart your server or reload the plugin with /brreload to apply your changes.