Hi @red51!
Before version 0.9.2.2 I was using player.setAttribute() in an event method for PlayerConnectEvents. Something like this:
But this leads now to null pointer exception when calling player.getAttribute("xyz") later in code somewhere.
I have to move this now to the PlayerSpawnEvent method to circumvent that. Example:
Can you confirm that something has changed there under the hood?