Hello everybody I asked myself the question: How can i get Forst player login évent? I thank you while waiting for your reply ^~^
I'm assuming you wanted to say 'first player login event', and therefore talking about how to find out if a player logins for the first time: PHP: /** @var $ev PlayerLoginEvent */if(!$ev->getPlayer()->hasPlayedBefore()){ //Do whatever you want with your player}