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

If Item in inventory

Discussion in 'Development' started by Draglor56, Apr 28, 2020.

  1. Draglor56

    Draglor56 Silverfish

    Messages:
    24
    Hello I want to know how can I see if player have a item for example:
    If player have a diamond in inventory
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
  3. Emirhan Akpınar

    Emirhan Akpınar Slime

    Messages:
    90
    PHP:
    if ($player->getInventory()->contains(Item::get(Item::DIAMOND))) {

    }
     
  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.