The event PlayerJoinEvent is being fired twice each time a player joins the server. This bug is...
...is breaking some of my plugins.
Starting with Minecraft 1.16.4, the event
PlayerJoinEvent is bing fired
twice each time a player joins the game, causing my
WelcomeBook plugin to give a new player
two Welcome Books. I fixed this by checking if a brand new player already has a Welcome Book before giving him one. Since this
Book plugin is a dependency for
WelcomeBook, I though it a good idea to refresh this one as well just to be safe :-/