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

Any Help?

Discussion in 'Development' started by Karanpatel567, Oct 13, 2017.

  1. Karanpatel567

    Karanpatel567 Baby Zombie

    Messages:
    115
    GitHub:
    Karanpatel567
    Hello, can someone tell me how to check if a player has a book with an a renamed name? If you can can you send me some code
     
  2. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    do you mean the book's title or the item name?
     
  3. DayKoala

    DayKoala Silverfish

    Messages:
    22
    GitHub:
    daykoala
    Use this:
    PHP:
    if($item->hasCustomName()){
       
    #Has
    }else{
       
    #Don't has
    }
     
    OnTheVerge and Mystic30 like 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.