JoinLeavePlus is a very easy to use and lightweight plugin for your Minecraft server that allows you to customize some events that happen when a player joins or leaves. It can change chat join messages, titles on join, sounds on join, and more to come!
In JoinLeavePlus it is very simple to change the join/leave/first time join messages. You can EITHER use MiniMessage OR legacy color coding. Also, as of update 1.4 you can add multiple different messages to have them be randomized. If you don't want randomized messages, just set only one of them. This text can be configured differently if they have joined or not.
You can now customize the titles that show to a player when they join! You can enter text just how you would in the config with the join messages, using MiniMessage or legacy color coding. These are able to be configured differently for if a player has or hasn't joined before.
There are sounds that you can configure in JoinLeavePlus, that you can set in the config. If you want to change it from the default, go to the config and set it to a sound ID like minecraft:entity.experience_orb.pickup. The config also allows setting different sounds for if a player has joined before or not.
Location:
/plugins/JoinLeavePlus/config.yml
Default config:
# __ _ __ _____ _
# __| |___|_|___| | ___ ___ _ _ ___| _ | |_ _ ___
#| | | . | | | |__| -_| .'| | | -_| __| | | |_ -|
#|_____|___|_|_|_|_____|___|__,|\_/|___|__| |_|___|___|
# developed by abradee
# (c) 2020-2026 abradee
# (c) 2025-2026 JoinLeavePlus under GPL-3.0 license
# Configure your join and leave messages here!
# Note: supports EITHER MiniMessage or legacy formatting
# CHAT MESSAGES
first-time-join:
- "<gold><b>[+] </b><aqua>%player% </aqua><gradient:#ffff55:#ffaa00>joined for the first time!</gradient> <white>Welcome aboard!</white>"
- "<gold><b>[+] </b><aqua>%player% </aqua><gray>is new here!</gray> <yellow>Say hello and show them around!</yellow>"
- "<gold><b>[+] </b><aqua>%player% </aqua><light_purple>just started their grand adventure today!</light_purple>"
join:
- "<green><b>[+] </b><green>%player% </green><gray>joined the game.</gray> <gradient:#55ff55:#ffffff>Hope they brought pizza!</gradient>"
- "<green><b>[+] </b><green>%player% </green><gray>entered the planet.</gray> <white>Good to see you!</white>"
- "<green><b>[+] </b><green>%player% </green><gradient:#55ff55:#ffff55>has successfully connected.</gradient> <gray>Ready for action!</gray>"
leave:
- "<red><b>[-] </b><red>%player% </red><gray>has left the server.</gray> <gradient:#ff5555:#ffaa00>See you next time!</gradient>"
- "<red><b>[-] </b><red>%player% </red><gray>disconnected from the planet.</gray>"
- "<red><b>[-] </b><red>%player% </red><gradient:#ff5555:#ffffff>has vanished into thin air.</gradient>"
# TITLE MESSAGES
join-title:
- "<green><b>Welcome to the server!</b></green>"
join-subtitle:
- "Have fun!"
first-time-join-title:
- "<green><b>Welcome to the server!</b></green>"
first-time-join-subtitle:
- "Check out the server!"
# SOUNDS
first-join-sound: "minecraft:ui.toast.challenge_complete"
join-sound: "minecraft:entity.experience_orb.pickup"



