Solved Check for Lore on all Lore lines

Discussion in 'Plugin Development' started by ElCreeperHD, Mar 5, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    ElCreeperHD

    Hello, I want to check for some text on all the lore lines, I actually do it on line 0, but I want to check all lines. Will this code work? Just wrote it.
    Code:
    ItemStack i = p.getInventory().getItemInHand();  
     ItemMeta im = i.getItemMeta();
    List<String> lorelist = im.getLore();
    for (String lore : lorelist)    {
    if(lore.equalsIgnoreCase("Example")){
    
    }
    }
    
     
  2. How about testing it instead of asking if it could work *facepalm*
    Such useless.

    Ps: Yes, it should work
     
    OhYes likes this.
Thread Status:
Not open for further replies.

Share This Page