PHP: public function onJoin(PlayerJoinEvent $ev) { //The Joining event if (!$p->hasPlayedBefore()){ //If they haven't played the server before $p->getInventory()->addItem(Item::get(ItemIds::STONE_AXE)); //Gives the player a stone axe } }