1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How to drop item of a player?

Discussion in 'Help' started by LewBr, Apr 15, 2018.

  1. LewBr

    LewBr Zombie

    Messages:
    385
    GitHub:
    lewbr
    How can i drop all itens of a player to another player? I have tryed so many ways but nothing works..
     
  2. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    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.
     
    SleepSpace9 likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.