I would like to know how to teleport a player to an xyz in the world: world. What is the code for this?
PHP: /** @param Player $player*/$level = $this->getServer()->getLevelByName("world");$player->teleport(new Position($x,$y,$z,$level));