
Display unique and engaging messages when players join or leave your Minecraft server.
JoinLeaveNotifier is a simple no-fluff Spigot plugin that displays customizable randomized and engaging messages when players join or leave your Minecraft server, just like in a discord server.

config.ymlJoinLeaveNotifier-<version>.jar file.plugins folder.config.yml file on first run.Edit the config.yml file in the plugins/JoinLeaveNotifier folder to customize your messages:
player-join-messages:
- "&a&lWelcome back, &e%player%&a&l! &bWe missed you!"
- "&6Look who decided to grace us with their presence! It's &e%player%&6!"
# Add more join messages here...
player-leave-messages:
- "&c%player% &4has left the building!"
- "&eFarewell, &6%player%&e! We'll miss your shenanigans!"
# Add more leave messages here...
config-version: 1
%player% as a placeholder for the player's name.& symbol (e.g., &a for green, &b for aqua, etc.).| Command | Description | Permission |
|---|---|---|
/joinleavenotifier reload |
Reloads the plugin configuration | joinleavenotifier.admin |
| Permission | Description | Default |
|---|---|---|
joinleavenotifier.admin |
Allows use of the reload command | op |
If you encounter any issues or have suggestions for improvements, please create a post in our discord under #joinleavenotifier-help.