enableWelcomeMessage

Flag indicating whether the welcome message system is enabled.

This property controls whether the plugin displays a welcome message to players when they join the server. The welcome message system provides a way to greet new players and provide important server information.

Welcome Message Features:

  • Customizable message content with placeholder support

  • Automatic display when players join the server

  • Integration with player data system for personalization

  • Support for different message formats (chat, title, actionbar)

Use Cases:

  • Greeting new players and explaining server features

  • Providing important server rules or information

  • Displaying player-specific information (level, stats, etc.)

  • Creating a welcoming atmosphere for the server community

Default Value: false (welcome messages disabled)

Configuration Key: "settings.enableWelcomeMessage"

Performance Considerations:

  • Welcome messages have minimal performance impact

  • Database lookups for player personalization may add slight overhead

  • Message formatting and placeholder processing is lightweight

Since

1.0.0