Hello everyone, please help me !. When I put the tag for the item ("Tools", "pickaxe") but when I put another StringTag, the Tools tag is lost, is there any way to put 2 tags for the same item? Thank you very much (My English badly)
PHP: //my code $item = $player->getInventory()->getItemInHand();$item->setNamedTagEntry(new StringTag("Tools", "pickaxe"));$player->getInventory()->setItemInHand($item);