What's the command to spawn a blaze that HAS a name but is invisible and that will despawn after 10 seconds?
Ava Mcdaniel
Published Jul 09, 2026
What's the command to spawn a blaze that HAS a name but is invisible and that will despawn after 10 seconds? I need it cause I'm making a haunted Dungeon.
81 Answer
I can't always be 100% sure of things, but using another command-generator site a command for a invisible blaze with a player head of your choice would be like this:
/summon Blaze ~ ~1 ~ {CustomName:"PUTNAMEHERE",CustomNameVisible:1,ArmorItems:[{},{},{},{id:skull,Damage:3,Count:1,tag:{SkullOwner:PUTPLAYERNAMEHERE}}],ArmorDropChances:[0.085F,0.085F,0.085F,0.0F],Invulnerable:1,ActiveEffects:[{Id:14,Amplifier:0,Duration:200000,ShowParticles:0b}]}This command will ONLY work if it is in a command block. ALSO: I could not find a way to make it despawn in 10 seconds (I'm sorry,) It is also invulnerable, so the player playing the map cannot just punch the blaze. IN FULL CAPS in the command are things you will need to customize or change. Hopefully I could help...
1