JoinLeaveNotifier is a customizable Bukkit/Spigot plugin that displays unique and engaging messages when players join or leave your Minecraft server.
- Customizable join and leave messages
- Random message selection for variety
- Color code support for vibrant messages
- Easy configuration through
config.yml
- Reload command for on-the-fly changes
- Download the
JoinLeaveNotifier-1.0.2.jar
file. - Place the jar file in your server's
plugins
folder. - Restart your server or use a plugin manager to load the plugin.
- The plugin will generate a default
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
- Use
%player%
as a placeholder for the player's name. - Use color codes with the
&
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
.
This plugin is released under the MIT License. See the LICENSE
file for more details.
We welcome contributions! Please feel free to submit a Pull Request.