Starting with Minecraft 1.16.4, the event
PlayerJoinEvent is being fired
twice each time a player joins the game, causing my 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 :-/