Summon Area Effect Cloud

Update 1.6.9, you may need to clear cache for updated files.
Minecraft 1.20.5 has changed syntax on many commands, so most commands will no longer work without an update. An update is in progress, you can check compatibility progress here.
Loading
Page

Try the Commands Troubleshooting and Help page if you get stuff with server errors.

Minecraft Summon Area Effect Cloud Generator

Create a command to summon an area_effect_cloud entity. Use to create visual effects, especially related to potion particles and lingering potion effects. When the cloud is spawned, it can apply various effects to entities within its area.

Visual Cloud Particles

The following creates a visible flame particle circle.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:flame},Radius:3,Duration:400} /summon area_effect_cloud ~ ~ ~ {Particle:flame, Radius:3, Duration:400}

Potion Effect

The following creates a lingering potion effect of regeneration for 20 seconds.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:happy_villager},Radius:3,Duration:400,potion_contents:{potion:regeneration}} /summon area_effect_cloud ~ ~ ~ {Particle:happy_villager, Potion:regeneration, Radius:3, Duration:400}

Color: Entity Effect

Particle effect Color can be set when the particle is entity_effect.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:entity_effect},Radius:10,Duration:500,potion_contents:{custom_color:16701501}} /summon area_effect_cloud ~ ~ ~ {Particle:entity_effect, Color:16701501, Radius:10, Duration:500}

Color: Dust

Particle dust color can be set with extra particle arguments. It\'s an odd addition, but it works.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:dust,color:[0.98,0.502,0.11],scale:1},Radius:5,Duration:200} /summon area_effect_cloud ~ ~ ~ {Particle:"dust 0.98 0.5 0.11 1", Radius:5, Duration:200}

Blocks and Item icons

Particles block, block_marker, and falling_dust can be set with extra particle argument of block.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:block,block_state:{Name:cobblestone}},Radius:5,Duration:200} /summon area_effect_cloud ~ ~ ~ {Particle:"block cobblestone", Radius:5, Duration:200}

/summon area_effect_cloud ~ ~ ~ {Particle:{type:block_marker,block_state:{Name:dirt}},Radius:5,Duration:200} /summon area_effect_cloud ~ ~ ~ {Particle:"block_marker dirt", Radius:5, Duration:200}

/summon area_effect_cloud ~ ~ ~ {Particle:{type:falling_dust,block_state:{Name:sand}},Radius:5,Duration:200} /summon area_effect_cloud ~ ~ ~ {Particle:"falling_dust sand", Radius:5, Duration:200}

Particle item can be set with extra particle argument of item.

/summon area_effect_cloud ~ ~ ~ {Particle:{type:item,item:apple},Radius:5,Duration:200} /summon area_effect_cloud ~ ~ ~ {Particle:"item apple", Radius:5, Duration:200}

Effects

Clouds can have multiple potion effects, these work the same way as potions.

summon area_effect_cloud ~ ~ ~ {Particle:{type:entity_effect},Radius:5,Duration:200,potion_contents:{custom_color:3949738,custom_effects:[{id:blindness,duration:20100,amplifier:2,show_particles:1b,show_icon:1},{id:absorption,duration:4,amplifier:5,show_particles:1b,show_icon:1}]}} /summon area_effect_cloud ~ ~ ~ {Particle:effect_cloud, Radius:5, Duration:200, Effects:[{Id:15, Duration:100, Amplifier:2, ShowParticles:1b, ShowIcon:1}, {Id:22, Duration:4, Amplifier:5, ShowParticles:1b, ShowIcon:1}]}

Suggestions or found a bug

Leave me a comment/like on:
Planet Minecraft
Reddit

Version History

24 Jul 2024
minecraft/mob-generator 1.6.9

patchsummon area_effect_cloud syntax for 1.20.5
patchummon horse armor, llama decor item and wolf armor for 1.20.5

10 Jul 2024
minecraft/mob-generator 1.6.8

addedNew attributes for 1.21
patch1.20.5+ hand, armor, and trades tag detection and parsing improvements.

4 Jul 2024
minecraft/mob-generator 1.6.7

addedCache busting for updates

3 Jul 2024
minecraft/mob-generator 1.6.6

addedMob attributes 1.21 support

28 Jun 2024
minecraft/mob-generator 1.6.5

patch1.20.5+ give spawn egg command bug with name and lore
patchPufferfish PuffState

6 Jun 2024
minecraft/mob-generator 1.6.4

addedWolf types and armor
addedSome particle support
patchTNT fuse for 1.20.4

30 May 2024
minecraft/mob-generator 1.6.3

added1.20.5 support

23 May 2024
minecraft/mob-generator 1.6.2

patchSpawn egg selector options were messed up

23 Apr 2024
minecraft/mob-generator 1.6.1

patchVersion selector resetting

12 Oct 2023
minecraft/mob-generator 1.6

added1.20.2 Support for ActiveEffects and Effects


Read version history »
(68 More Updates)