Ok, Title says it all. When a player connects for the first time. They get a mesage. saying Welcome XYZ to the server (The player number that has connected) It should only send it the first time. This sends it everytime they connect. Any ideas?
Not sure if Essentials tracks the number of players. I might be wrong though.
Ok, Title says it all. When a player connects for the first time. They get a mesage. saying Welcome XYZ to the server (The player number that has connected) It should only send it the first time. This sends it everytime they connect. Any ideas?
Try checking the custom join message input, and see if it has {UNIQUE} as I court said. Then check the first join part of the config.Ok, Title says it all. When a player connects for the first time. They get a mesage. saying Welcome XYZ to the server (The player number that has connected) It should only send it the first time. This sends it everytime they connect. Any ideas?
JeboSetups, Essentials tracks the unique players who have joined using {UNIQUE} configuration tag. It also checks how many players are online using the {ONLINE} configuration tag.
Doughnut, check if your join message includes {UNIQUE}.
Sorted, The issue was. I had the UNIQUE part however the playerdata was not saved in the correct folder. I just had to move it.Try checking the custom join message input, and see if it has {UNIQUE} as I court said. Then check the first join part of the config.
