Configuration

Configuration

You can set custom messages to join, leave and kick either one message or several randomly chosen messages.

  • Use %player to replace it with the Player name
  • Use %dplayer to replace it with the display name (works only with leave and kick message)
  • You can use color codes (&c, &3, &4, ...)

How to use Single- / Random-Messages:

(Works for all custom messages and for prefix)

Single-Message:

join-message: '&7%player joined the game.'

Random-Messages:

join-message:
- '&1%player joined the game.'
- '&2%player joined the game.'
- '&3%player joined the game.'

Single-Message as Random-Message:

There is only one message, so a random number from 1 to 1 is always 1.

join-message:
- '&7%player joined the game.'

How to prevent all messages?

You can prevent the messages simple by setting prevent to true.

prevent: true