JoinAndLeave is a plugin that allows you to change the message when a player joins or leaves the server.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/FLC-Neiyko/JoinAndLeave
- Contributors:
- Neiyko
- Languages Supported:
- English
- Donation Link:
- https://www.paypal.com/paypalme/alexissbx
You can put the nickname of the player and the rank he has.
Compatible with any permission plugin
To use this plugin you will need to install Vault on your server.
Do not hesitate to join the discord for any support or other: https://discord.gg/C8eKKHuEKf
Do not hesitate for any suggestions!
The plugin is fully configurable:
Configuration file
Code (YAML):
##########################################################################
# JoinAndLeave by Neiyko - Configuration file #
# Check frequently for plugin updates! #
##########################################################################
#####################
# Join System #
#####################
join:
enable: true
#####################
# Leave System #
#####################
leave:
enable: true
##################
# First Join #
##################
first-join:
enable: true
#####################
# Permission System #
#####################
reload-permission: "joinandleave.reload"
Messages file
Code (YAML):
##########################################################################
# JoinAndLeave by Neiyko - Messages file #
# Check frequently for plugin updates! #
##########################################################################
#####################
# Permission System #
#####################
permission:
no-reload-perm: "&cYou do not have permission to execute this command!"
#####################
# Classic messages #
#####################
reloadComplete: "&cThe plugin has been reloaded in: &a%timerMS% &bms"
#####################
# Error messages #
#####################
reloadError: "&8[&cError&8] &cThe plugin failed to reload"
##################################
# JoinAndLeave System #
# %rank% shows the player's rank #
# %player% shows the nickname of #
# the player and his color #
# according to the rank #
##################################
joinMessage: "%rank%%player% &bhas join the server"
leaveMessage: "%rank%%player% &bhas left the server"
firstJoinMessage: "&bWelcome %rank%%player% &bon the server !"
Please leave a note if you like this plugin
Donations also serve as moral support and investment in other projects so they are also welcome.

JoinAndLeave 1.2
Plugin allowing to have a custom message when a player joins or leaves the server
Recent Updates
- Redesign of the reload command Feb 25, 2021
- Update 1.1 Feb 5, 2021