FIRST JOIN MESSAGE I have added to the plugin a new customizable message for players who enter the server for the first time and a variable of my own that indicates the total number of players that have been joining.
New Message:
New config:
Code (YAML):
enable-first-join-message: true
#Set this to false for disable the message. first-join-message: "&7[&a+&7] &bPlayer &d%player_name% &bis new on the server. &7(&8#%player_count%&7)"
Code (YAML):
player-count: 0
# It is recommended not to touch this parameter.