How to set a name for this object so that it can be seen? Not work: PHP: public function onItemSpawn(ItemSpawnEvent $event) { $entity = $event->getEntity(); $entity->setNameTag("name"); $entity->setNameTagVisible(true); $entity->setNameTagAlwaysVisible(true); } If i create a FlotingTextParticle, then it is not created there:
This doesn't make sense, Provide more information please. Do you mean a custom name? I don't think its possible to make a name display right above a dropped item unless you use FloatingTextParticle, even though it was be a massive gap between where the item is and where the floatingtext is.