How can i drop all itens of a player to another player? I have tryed so many ways but nothing works..
PHP: /** @var Player $player1 *//** @var Player $player2 */$player1->getInventory()->dropContents($player2->getLevel(), $player2); P.S. Don't forget the Armor Inventory, Cursor Inventory and Crafting Inventory.