entity

/entity <[count*]entity_name[:metadata][;name[,age]][/parent]> [X Y Z]

Count
Number or entities spawned.
Entity_name
Name of the entity or mob.
Metadata
List of number variables separated by ,. These are specific to each entity and can be omitted.
Name
Display name.
Age
Entity's age. Negative values are baby.
Parent string
This is equivalent to all previous parameters. If used, another entity is created and first entity is set to be the passenger.
X Y Z
Position.

Examples

  • /entity 5*slime:1 - Spawns 5 little slimes.
  • /entity 2*slime:2 - Spawns 2 bigger slimes.
  • /entity slime:50 - Superbig slime. Do not use higher values.
  • /entity enderman:46/minecart - Enderman holding a TNT block on a minecart.
  • /entity endercrystal/enderdragon - Enderdragon with its own healing crystal on its back.
  • /entity wolf:1;Notch - Cool-named tamed wolf.
  • /entity magmacube/magmacube/magmacube/magmacube/magmacube/magmacube/magmacube/magmacube/magmacube - Magma tower.
  • /entity zombie:1;Testificate - Zombified villager.

Specific metadata

LightningStrike
If 1, the lightning hurts and creates fire.
Item
Both metadata specifies the item's type id and damage value.
Villager
Profession.
TNTPrimed
First metadata is number of ticks until explosion, second if TNT creates fire (1).
Wolf
Bit flags. 1 is tamed, 2 is sitting, 4 is angry.
Skeleton
Wither if 1.
ExperienceOrb
Number of experience.
Slime and MagmaCube
Size.
Enderman
Holding block type and damage.
Pig
Has saddle if 1.
Zombie
Villager if 1.
Creeper
Powered if 1.
Ocelot
Tamed if 1.

Comments

Posts Quoted:
Reply
Clear All Quotes