JoinLeaveNotifier
The JoinLeaveNotifier plugin for Spigot helps add interactive and personalized notifications for players joining and leaving your Minecraft server, similar to how it works in discord.

Features
- Customizable messages for player join and leave events
- Random message selection system for variety
- Support for color codes for vibrant messages
- Simple configuration through config.yml file
- Reload command for instant application of changes
Installation
- Download the
JoinLeaveNotifier-<version>.jarfile - Place the jar file in your server's
pluginsfolder - Restart the server or use a plugin manager to load it
- On first run, the plugin automatically creates a configuration file
Configuration
Edit the config.yml file in the plugins/JoinLeaveNotifier folder:
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
- Use
%player%as a placeholder for player names - Use color codes with the
&symbol (e.g., &a for green, &b for aqua)
Commands
| Command | Description | Permission |
|---|---|---|
/joinleavenotifier reload |
Reloads plugin configuration | joinleavenotifier.admin |
Permissions
| Permission | Description | Default |
|---|---|---|
joinleavenotifier.admin |
Allows use of reload command | op |