I tried this: PHP: public function onItemHeld(PlayerItemHeldEvent $event){ $item = $event->getItem(); if($item->getId() === 391){ $item->setCustomName("Ultra-Shog"); } } But it does not work. What did I do wrong?
What's the point in renaming the item every time the player Interacts with something? Why not just set the name when the player recive's the item?