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.
Features
- 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
Installation
- Download the JoinLeaveNotifier.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.
Configuration
Edit the config.yml file in the plugins/JoinLeaveNotifier folder to customize your messages:
Code (YAML):
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.).
Commands
Reloads the plugin configuration.
Alias:
/jln
Permission required: joinleavenotifier.admin
Default level: OP