top of page

Custom Spawn Eggs Tutorial
This Command gives you a spawn egg that summons a pig named Test (you can just take a regular spawn egg and rename it)

/give @p minecraft:spawn_egg 1 65 {EntityTag:{id:"Pig"},HideFlags:5,Unbreakable:1,display:{Name:"Test",Lore:[Summmons TNT]},ench:[{id:0,lvl:1}]}
This Command Tests for a entity named Test and summond PrimedTnt

/execute @e[name=Test] ~ ~ ~ /summon Primedtnt ~ ~ ~
This Command removes the entity Test from the world without a death animation

/tp @e[name=Test] ~ ~-512 ~
Get this as a One Command
bottom of page