chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Placeholder issue #59

Open topthat177 opened 5 years ago

topthat177 commented 5 years ago

Hi,

Running the latest version of your plugin and my server is running Paper Spigot 1.14.4. The problem is that the placeholder %player_display_name doesn't work when players join the server. It will display their client name when the join message is run. However, it does work and pulls essentials nicknames and color formats when the quit message is displayed.

If this can be fixed that would be appreciated. Might need to have a database system to save players display names so they can be pulled while they are offline so the message can display correctly. I don't know how it works, I'm clutching at straws there.

Regards, Sam.

chaseoes commented 5 years ago

Did you try increasing delay-everything-below-by?

topthat177 commented 5 years ago

Thanks for the suggestion. I tried it with it set all the way up to 100 and it hasn't fixed the problem. Also just to confirm, this issue is not happening with the first-join-message. Its happening with the join-message under the other-messages section.