πJoin and quit messages
Customize join and quit messages
You can customize join and quit messages inside the config.yml based on permissions
# Use RedisChat for join and quit messages
# The quit message will be delayed because it might be an early reconnection to one of the servers using RedisChat
enableQuitJoinMessages: true
formats:
- permission: redischat.default
# The rest of the config section ...
join_format: <green>%player_name% joined the server
quit_format: <red>%player_name% is no longer onlineformats:
- permission: redischat.default
# The rest of the config section ...
join_format: ""
quit_format: ""Permission
Last updated