Is there any way to summon an invisible mob with a completely visible name tag? The data tag {Invisible:1} doesn't seem to work.
Minecraft – Visible Name Tag on Invisible Mobs Minecraft
minecraft-commandsminecraft-java-edition
Related Topic
- Minecraft – summoned falling_block banner is invisible
- Minecraft – How to make a mob have a “hidden name” but have a different, visible name
- Minecraft – How to make an armour stand’s name invisible through walls
- Minecraft – n NBT tag that makes entities invisIble
- Minecraft – How to summon an invisible entity upon spawning
- Minecraft – How to make mobs attack each other in Minecraft
Best Answer
Invisible:1
only works for armor stands. For other mobs, you will need to given them the invisibility potion effect:The invisibility effect, however, seems to hide name tags. To get around this, you could use an entity that is already invisible (area effect cloud) riding the main entity, and put the name on that instead:
The full command would look something like:
1.11+
1.10-
If the entity type doesn't matter (e.g: you only want to create invisible floating text), then you can use an area effect cloud or armor stand on its own:
Armor stand:
Area effect cloud:
(Switch
ArmorStand
/AreaEffectCloud
witharmor_stand
/area_effect_cloud
if you're using 1.11+.)