πŸ’¬ Messages (`messages.yml`)

The messages.yml file contains nearly all text displayed to players. This centralized approach makes customization and localization straightforward.

Formatting Support

  • Standard Minecraft color codes (&a, &b, etc.)

  • HEX color codes (&#RRGGBB) for servers running 1.16+

  • Multi-line messages with proper indentation

Key Message Categories

  • System Prefix: The tag shown before all plugin messages

  • General Messages: Informational and status notifications

  • Error Messages: Clear feedback when operations fail

  • Success Messages: Confirmation of completed actions

  • Help Pages: Command usage guides and explanations

Rich Placeholder System

Messages can dynamically include relevant information:

  • %player% - Player names in context

  • %cell_owner% - Cell owner's name

  • %points% - Point values

  • %rank% - Role names

  • %time% - Time-related values

  • Many context-specific placeholders

Last updated