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

How I can add enchantment to this !

Discussion in 'Development' started by 7awariGamer, Sep 19, 2018.

  1. 7awariGamer

    7awariGamer Baby Zombie

    Messages:
    120
    GitHub:
    7awariGamer
    How I can add enchantment to this !??

    PHP:
    case "getinfo";                   $item Item::get(369,0,1);                   $inv $sender->getInventory();                   $item->setCustomName("§l§bInfo");                   $inv->addItem($item);                   return true;                   break;
     
  2. Emirhan Akpınar

    Emirhan Akpınar Slime

    Messages:
    90
    PHP:
    $enchantment Enchantment::getEnchantment(id);
    $enchantment = new EnchantmentInstance($enchantmentlevel);
    $item->addEnchantment($enchantment);
     
    xXNiceAssassinlo YT 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.