Hi, I tried to set an item to the killers inventory (onDeath). That works. But if the killer has something in his hand, it doesn't replaces. Code: PHP: killer->getInventory()->clearAll();$killer->getInventory()->setItem(0, Item::get(271, 0, 1));