Advertisement
stormfrenzy

/summon command

Dec 13th, 2014
16,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. summon <EntityName> [x] [y] [z] [dataTag]
  2.  
  3. ► Spawn a charged creeper.
  4.  
  5. /summon Creeper ~ ~ ~ {powered:1}
  6.  
  7. ► Spawn a Enderman named Bob carrying a command block.
  8.  
  9. /summon Enderman ~ ~ ~ {carried:minecraft:command_block,CustomNameVisible:1,CustomName:"Bob"}
  10.  
  11. ► Spawn a baby zombie holding a iron sword riding a skeleton horse which is also ridable for players (change EntityHorse type to 3 for a dead horse).
  12.  
  13. /summon Zombie ~ ~4 ~ {IsBaby:1,IsVillager:1,Equipment:[{id:minecraft:iron_sword},{id:minecraft:iron_boots},{id:minecraft:iron_leggings},{id:minecraft:iron_chestplate},{id:minecraft:iron_helmet}],Riding:{id:EntityHorse,Type:4,Tame:1,SaddleItem:{id:minecraft:saddle}}}
  14.  
  15. ► Spawn a Giant holding a sharpness 3 gold sword and wearing protection 1 chain armour.
  16.  
  17. /summon Giant ~ ~2 ~ {Equipment:[{id:minecraft:golden_sword,tag:{ench:[{id:16,lvl:3}]}},{id:minecraft:chainmail_boots,tag:{ench:[{id:0,lvl:3}]}},{id:minecraft:chainmail_leggings,tag:{ench:[{id:0,lvl:3}]}},{id:minecraft:chainmail_chestplate,tag:{ench:[{id:0,lvl:3}]}},{id:minecraft:chainmail_helmet,tag:{ench:[{id:0,lvl:3}]}}]}
  18.  
  19. ► Spawn multiple animals at once.
  20.  
  21. /summon Bat ~ ~2 ~ {
  22. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  23. Riding:{id:Sheep,CustomName:"jeb_",CustomNameVisible:0,
  24. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  25. Riding:{id:SnowMan,
  26. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  27. Riding:{id:Wolf,
  28. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  29. Riding:{id:Chicken,
  30. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  31. Riding:{id:Cow,
  32. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  33. Riding:{id:MushroomCow,
  34. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  35. Riding:{id:Ozelot,CatType:1,
  36. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  37. Riding:{id:Rabbit,RabbitType:5,
  38. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  39. Riding:{id:Pig,Saddle:1,
  40. Riding:{id:Item,Age:5980,Item:{id:minecraft:string},
  41. Riding:{id:EntityHorse,Type:3,Tame:1,SaddleItem:{id:minecraft:saddle}
  42. }}}}}}}}}}}}}}}}}}}}}
  43.  
  44. ► Spawn a diamond chestplate with protection 5 and unbreaking 3 and the chestplate won't despawn or can be picked up.
  45.  
  46. /summon Item ~ ~1 ~ {Item:{id:minecraft:diamond_chestplate,Count:1,tag:{ench:[{id:0,lvl:5},{id:34,lvl:3}]}},PickupDelay:32767,Age:-32768,Health:32768}
  47.  
  48. ► Spawn a iron chestplate with protection 5 and unbreaking 3 and the chestplate won't despawn or can be picked up within the first 20 seconds of spawning.
  49.  
  50. /summon Item ~ ~1 ~ {Item:{id:minecraft:iron_chestplate,Count:1,tag:{ench:[{id:0,lvl:5},{id:34,lvl:3}]}},PickupDelay:400,Age:-32768,Health:32768}
  51.  
  52. ► Spawn a golden chestplate with protection 5 and unbreaking 3 and the chestplate won't despawn but can only be picked up by a player called Steve.
  53.  
  54. /summon Item ~ ~1 ~ {Item:{id:minecraft:golden_chestplate,Count:1,tag:{ench:[{id:0,lvl:5},{id:34,lvl:3}]}},Age:-32768,Health:32768,Owner:"Steve"}
  55.  
  56. ► Spawn a bottle of super juice, a custom potion of regeneration item drop
  57.  
  58. /summon Item ~ ~4 ~ {Item:{id:373,Damage:8193,Count:1,tag:{CustomPotionEffects:[{Id:10,Amplifier:2,Duration:3000}],display:{Name:"Super Juice"}}}}
  59.  
  60. ► Spawn a jump boost splash potion riding an xp orb
  61.  
  62. /summon ThrownPotion ~ ~8 ~ {Potion:{id:373,Damage:16395,Count:1,tag:{CustomPotionEffects:[{Id:8,Amplifier:2,Duration:200}]}},Riding:{id:XPOrb}}
  63.  
  64. ► Spawn a falling chest containing a sharpness 5 diamond sword and apples
  65.  
  66. /summon FallingSand ~2 ~20 ~ {Block:minecraft:chest,Time:1,TileEntityData:{Items:[{id:minecraft:diamond_sword,Slot:13,tag:{ench:[{id:16,lvl:5}]},tag:{display:{Name:"My Little Friend"}},Count:1},{id:minecraft:apple,Slot:0,Count:1},{id:minecraft:apple,Slot:2,Count:1},{id:minecraft:apple,Slot:6,Count:1},{id:minecraft:apple,Slot:8,Count:1},{id:minecraft:apple,Slot:10,Count:1},{id:minecraft:apple,Slot:16,Count:1},{id:minecraft:apple,Slot:18,Count:1},{id:minecraft:apple,Slot:20,Count:1},{id:minecraft:apple,Slot:24,Count:1},{id:minecraft:apple,Slot:26,Count:1}]}}
  67.  
  68. ► Exploding Ghast
  69.  
  70. /summon PrimedTnt ~ ~20 ~ {Fuse:55,Riding:Ghast}}
  71.  
  72. ► Spawn a rocket exploding TNT
  73.  
  74. /summon PrimedTnt ~ ~1 ~ {Fuse:15,Riding:{id:FireworksRocketEntity,Motion:[0.0,0.4,0.0],LifeTime:15,FireworksItem:{id:minecraft:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Flicker:1,Trail:1,Type:1,Colors:[16711680],FadeColors:[1499900]}]}}}}}
  75.  
  76. ► Spawn a deadly fireball
  77.  
  78. /summon Fireball ~ ~3 ~ {Motion:[0.0,0.0,0.0],direction:[0.0,0.0,0.0],ExplosionPower:50}
  79.  
  80. ► Make lightning strike all nearby villagers
  81.  
  82. /execute @e[type=Villager] ~ ~ ~ summon LightningBolt
  83.  
  84. Notes:
  85. Equipment is defined with Equipment:[{id},{id},..] where the slot order is item held, boots, leggings/pants, chest and then helmet. Enchantments can also be defined per equipment id, for example: {id:minecraft:golden_sword,tag:{ench:[{id:16,lvl:3}]}} which defines a golden sword with sharpness 3.
  86.  
  87. More information:
  88. http://minecraft.gamepedia.com/Data_Values
  89. http://minecraft.gamepedia.com/Chunk_format
  90. http://minecraft.gamepedia.com/Commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement