Skip to content
/craftcmd

Summon Lightning Bolt

Strike lightning at your location

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Spawns a lightning bolt at the given coordinates that damages all mobs and players in the area (except if they're under a roof). The ~ ~ ~ means 'right here'; substitute absolute coordinates (100 64 -200) or relative offsets (~10 ~ ~5) to strike elsewhere. Lightning also ignites wood and sets mobs on fire.

/summon lightning_bolt ~ ~ ~
28 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and replace the coordinates if needed.
  3. Press Enter — lightning strikes at the target position.
  4. Any mobs caught in the blast will take damage and catch fire.

Related commands

Summon Zombie Wearing Armor
Summon Zombie Wearing Armor Awaiting in-game verification
Java

Spawn a zombie equipped with armor

/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}

Spawn the Wither immediately without placing skulls

/summon wither ~ ~5 ~

Spawn an ender dragon anywhere in your world

/summon ender_dragon ~ ~ ~

Spawn an armor stand for displaying equipment or decoration

/summon armor_stand ~ ~ ~

Spawn a warden without triggering sculk shriekers

/summon warden ~ ~ ~

Spawn a mob with a custom name displayed above its head

/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}