<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ACommands%2Fsummon</id>
	<title>Minecraft:Commands/summon - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ACommands%2Fsummon"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Commands/summon&amp;action=history"/>
	<updated>2026-04-09T07:46:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Commands/summon&amp;diff=49817&amp;oldid=prev</id>
		<title>imported&gt;NRPAN1: /* Examples */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Commands/summon&amp;diff=49817&amp;oldid=prev"/>
		<updated>2026-04-06T09:10:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Examples&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox command&lt;br /&gt;
| name = summon&lt;br /&gt;
| oplevel =&lt;br /&gt;
* 2 {{only|java|short=1}}&lt;br /&gt;
* 1 {{only|bedrock|short=1}}&lt;br /&gt;
| others = [[Minecraft:Cheat]] only{{only|bedrock|short=1}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Summons an [[Minecraft:entity]].&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: &amp;lt;code&amp;gt;summon &amp;lt;entity&amp;gt; [&amp;lt;pos&amp;gt;] [&amp;lt;nbt&amp;gt;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: &amp;lt;code&amp;gt;summon &amp;lt;entityType: EntityType&amp;gt; [spawnPos: x y z] [yRot: value] [xRot: value] [spawnEvent: string] [nameTag: string]&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;summon &amp;lt;entityType: EntityType&amp;gt; &amp;lt;nameTag: string&amp;gt; [spawnPos: x y z]&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;summon &amp;lt;entityType: EntityType&amp;gt; [spawnPos: x y z] facing &amp;lt;lookAtEntity: target&amp;gt; [spawnEvent: string] [nameTag: string]&amp;lt;/code&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;summon &amp;lt;entityType: EntityType&amp;gt; [spawnPos: x y z] facing &amp;lt;lookAtPosition: x y z&amp;gt; [spawnEvent: string] [nameTag: string]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Arguments==&lt;br /&gt;
&lt;br /&gt;
{{argument|entity|resource|entityType: EntityType|enum}}&lt;br /&gt;
: Specifies the entity to be summoned.&lt;br /&gt;
: {{arg desc|je=resource|registry=minecraft:entity_type|be=enum}}&lt;br /&gt;
: {{IN|java}}, player and [[Minecraft:fishing bobber]] entity cannot be summoned. Commands trying to summon them always fail.&lt;br /&gt;
: {{IN|bedrock}}, only certain entity types are allowed to be summoned. Entity types that are allowed to be summoned are listed in the auto-completion suggestion list. Commands trying to summon an entity that cannot be summoned are unparseable.&lt;br /&gt;
&lt;br /&gt;
{{argument|pos|vec3|spawnPos: x y z|CommandPositionFloat}}&lt;br /&gt;
: Specifies the position to summon the entity. If not specified, defaults to the position of the command&amp;#039;s execution.&lt;br /&gt;
: {{arg desc|je=vec3|be=CommandPositionFloat}}&lt;br /&gt;
&lt;br /&gt;
{{el|je|short=1}}: {{argument|nbt|nbt_compound_tag}}&lt;br /&gt;
: Specifies the [[Minecraft:Commands#Data tags|data tag]] for the entity, this can include any [[Minecraft:NBT format|NBT]] in [[Minecraft:Entity format#Entity format|Entity format]].&lt;br /&gt;
: {{arg desc|je=nbt_compound_tag}}&lt;br /&gt;
&lt;br /&gt;
{{el|be|short=1}}: {{Argument|be=1|yRot: value|RelativeFloat}} and {{Argument|be=1|xRot: value|RelativeFloat}}&lt;br /&gt;
: Specifies the rotation of the summoned entity.&lt;br /&gt;
: {{arg desc|be=RelativeFloat}}&lt;br /&gt;
&lt;br /&gt;
{{el|be|short=1}}: {{Argument|be=1|lookAtEntity: target|CommandSelector&amp;lt;Actor&amp;gt;}}&lt;br /&gt;
: Specifies the entity to make the summoned entity facing to.&lt;br /&gt;
: {{arg desc|be=CommandSelector&amp;lt;Actor&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{el|be|short=1}}: {{Argument|be=1|lookAtPosition: x y z|CommandPositionFloat}}&lt;br /&gt;
: Specifies the coordinates to make the summoned entity facing to.&lt;br /&gt;
: {{arg desc|be=CommandPositionFloat}}&lt;br /&gt;
&lt;br /&gt;
{{el|be|short=1}}: {{argument|be=1|spawnEvent: string|basic_string}}&lt;br /&gt;
: Specifies the in-game event for the entity. Should be a [[Minecraft:spawn event]] (event name for entities in behavior pack).&lt;br /&gt;
: {{arg desc|be=basic_string}}&lt;br /&gt;
&lt;br /&gt;
{{el|be|short=1}}: {{argument|be=1|nameTag: string|basic_string}}&lt;br /&gt;
: Specifies the name of the entity.&lt;br /&gt;
: {{arg desc|be=basic_string}}&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
{{Result table}}&lt;br /&gt;
{{Result table|The command is incomplete, or any argument is not specified correctly.|unparseable|unparseable}}&lt;br /&gt;
{{Result table|&amp;lt;code&amp;gt;entityType: EntityType&amp;lt;/code&amp;gt; is not an entity type that is allowed to be summoned.|N/A|unparseable}}&lt;br /&gt;
{{Result table|&amp;lt;code&amp;gt;&amp;lt;entity&amp;gt;&amp;lt;/code&amp;gt; is {{code|minecraft:player}} or {{code|minecraft:fishing_bobber}}.|fail|N/A}}&lt;br /&gt;
{{Result table|Specified position is unloaded.||fail}}&lt;br /&gt;
{{Result table|Trying to summon hostiles in peaceful difficulty.|success}}&lt;br /&gt;
{{Result table|Attempting to summon an entity with an identical UUID with an existing entity.|fail|N/A}}&lt;br /&gt;
{{Result table|The &amp;lt;&amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;gt; or &amp;lt;&amp;#039;&amp;#039;Z&amp;#039;&amp;#039;&amp;gt; arguments exceed the range of [-30000000, 30000000), or the &amp;lt;&amp;#039;&amp;#039;Y&amp;#039;&amp;#039;&amp;gt; argument exceeds the range of [-20000000, 20000000).||success}}&lt;br /&gt;
{{Result table|succeed}}&lt;br /&gt;
{{Result table}}&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
{{Output table}}&lt;br /&gt;
{{Output table|edition=je|On fail|0|0|0}}&lt;br /&gt;
{{Output table|On success|1|1|1}}&lt;br /&gt;
{{Output table|edition=be|On fail|0}}&lt;br /&gt;
{{Output table|On success|1}}&lt;br /&gt;
{{Output table}}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
*To summon lightning 10 blocks west of the current position of the executing player:&lt;br /&gt;
** &amp;lt;code&amp;gt; summon lightning_bolt ~-10 ~ ~&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;:&lt;br /&gt;
** To summon a [[Minecraft:charged creeper]] at the current position named &amp;quot;Powered Creeper&amp;quot;:&lt;br /&gt;
*** &amp;lt;code&amp;gt; summon creeper ~ ~ ~ {powered:true,CustomName:&amp;#039;&amp;quot;Powered Creeper&amp;quot;&amp;#039;}&amp;lt;/code&amp;gt;&lt;br /&gt;
*** NOTE: CustomName is a [[Minecraft:raw JSON text]].&lt;br /&gt;
**To summon an unbreakable [[Minecraft:Diamond Pickaxe|diamond pickaxe]]:&lt;br /&gt;
***&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; summon item ~ ~ ~ {Item:{id:&amp;quot;minecraft:diamond_pickaxe&amp;quot;,count:1,components:{&amp;quot;minecraft:unbreakable&amp;quot;:{}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a [[Minecraft:spider jockey]]:&lt;br /&gt;
***&amp;lt;code&amp;gt;summon spider ~ ~ ~ {Passengers:[{id:&amp;quot;minecraft:skeleton&amp;quot;,HandItems:[{id:&amp;quot;minecraft:bow&amp;quot;,count:1}]}]}&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon an [[Minecraft:evoker]] rotated -90° to face east without AI:&lt;br /&gt;
*** &amp;lt;code&amp;gt;summon evoker ~ ~ ~ {Rotation:[-90f,0f],NoAI:1}&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a [[Minecraft:villager]] that trades 1 dirt block in exchange for 5 diamonds:&lt;br /&gt;
***&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:&amp;quot;minecraft:dirt&amp;quot;,count:1},sell:{id:&amp;quot;minecraft:diamond&amp;quot;,count:5},rewardExp:false}]}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a baby [[Minecraft:zombie]] that has the Speed II [[Minecraft:mob effect]] with infinite duration:&lt;br /&gt;
***&amp;lt;code&amp;gt;summon zombie ~ ~ ~ {IsBaby:true,active_effects:[{id:&amp;quot;minecraft:speed&amp;quot;,amplifier:1b,duration:-1,show_particles:true}]}&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a glowing [[Minecraft:Primed TNT]] 5 blocks forward, that will explode in 30 seconds but will not deal any damage to blocks or entities:&lt;br /&gt;
***&amp;lt;code&amp;gt;summon tnt ^ ^ ^5 {Glowing:true,fuse:600s,explosion_power:0.0f}&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;:&lt;br /&gt;
** To summon a [[Minecraft:patrol]] captain pillager at the current position:&lt;br /&gt;
*** &amp;lt;code&amp;gt;summon pillager ~ ~ ~ ~ ~ minecraft:spawn_as_patrol_captain&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a [[Minecraft:dolphin]] with the name &amp;quot;Dolphin&amp;quot; in a golden color:&lt;br /&gt;
*** &amp;lt;code&amp;gt;summon dolphin §6Dolphin ~ ~ ~&amp;lt;/code&amp;gt;&lt;br /&gt;
** To summon a [[Minecraft:boat]] rotated 180 degrees:&lt;br /&gt;
*** &amp;lt;code&amp;gt;summon boat ~ ~ ~ 180 180&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{Expand section}}&lt;br /&gt;
===&amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.7.2|dev=13w36a|Added {{cmd|summon|link=none}}.}}&lt;br /&gt;
|{{HistoryLine||1.8|dev=14w30a|{{cmd|summon|link=none}} can now spawn [[Minecraft:lightning]].}}&lt;br /&gt;
|{{HistoryLine||1.16|dev=20w06a|{{cmd|summon|link=none}} now cannot summon an entity with a position where &amp;lt;x&amp;gt; or &amp;lt;z&amp;gt; exceeds the range of [-30000000, 30000000), or &amp;lt;y&amp;gt; exceeds the range of [-20000000, 20000000)}}&lt;br /&gt;
|{{HistoryLine|||dev=20w11a|{{cmd|summon|link=none}} now gives permission to summon [[Minecraft:Fireball]].}}&lt;br /&gt;
|{{HistoryLine||1.19.3|dev=22w42a|{{cd|&amp;lt;entity&amp;gt;}} now accepts a [[Minecraft:argument types|&amp;lt;code&amp;gt;resource&amp;lt;/code&amp;gt; argument]], instead of &amp;lt;code&amp;gt;entity_summon&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
|{{HistoryLine||1.21.9|dev=25w31a|The command now fails when trying to summon monsters while the difficulty is set to Peaceful.}}}}&lt;br /&gt;
===&amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|pocket alpha}}&lt;br /&gt;
|{{HistoryLine||v0.16.0|dev=build 1|Added {{cmd|summon|link=none}}.}}&lt;br /&gt;
|{{HistoryLine|bedrock}}&lt;br /&gt;
|{{HistoryLine||1.19.40|dev=Preview 1.19.40.21|Added new overload to the {{cmd|summon|link=none}} command that adds rotation arguments.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.19.40.23|Temporarily disabled the rotation for the {{cmd|summon|link=none}} command while a bug is worked on.}}&lt;br /&gt;
|{{HistoryLine||1.19.70|dev=Preview 1.19.70.23|Re-added the rotation arguments.}}&lt;br /&gt;
|{{HistoryLine||1.19.80|dev=Preview 1.19.80.20|Added &amp;lt;code&amp;gt;facing&amp;lt;/code&amp;gt; argument.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* {{Cite|url=https://learn.microsoft.com/en-us/minecraft/creator/commands/commands/summon?view=minecraft-bedrock-stable|title=&amp;lt;code&amp;gt;/summon&amp;lt;/code&amp;gt; Command|website=Microsoft Learn|date=August 1, 2024}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox commands}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Befehl/summon]]&lt;br /&gt;
[[Minecraft:es:Comandos/summon]]&lt;br /&gt;
[[Minecraft:fr:Commandes/summon]]&lt;br /&gt;
[[Minecraft:ja:コマンド/summon]]&lt;br /&gt;
[[Minecraft:uk:Команди_консолі/summon]]&lt;br /&gt;
[[Minecraft:pt:Comandos/summon]]&lt;br /&gt;
[[Minecraft:ru:Команды консоли/summon]]&lt;br /&gt;
[[Minecraft:zh:命令/summon]]&lt;/div&gt;</summary>
		<author><name>imported&gt;NRPAN1</name></author>
	</entry>
</feed>