Minecraft how to summon particles
Andrew Vasquez
Updated on March 25, 2026

For Education Edition, press the T key to open the chat window. 2. Type the Command. In this example, we will show the explode particles 2000 times (at a speed of 3) in a 5x5x5 block radius from the center coordinate (~ ~ ~1) with the following command in Minecraft 1.12: /particle explode ~ ~ ~1 5 5 5 3 2000.
There are other answers below:
How To Spawn Particles in Minecraft – YouTube. I tip for the map makers out there. How To Use the /particle Effect in minecraft. Follow me on Twitter: us at mail …
If you have ever wanted to make a particle follow you or a mob you can simply do it with the execute command. /execute at @a particle minecraft:heart ~ ~3 ~ 0 0 0 0 1 Force. This command will produce 1 particle every tick at every player on the world. It will summon the particle 3 blocks above the player.
If you are using 1.9+, there is an API for spawning particles directly from the spigot API ( (World/Player)# spawnParticle ( Particle particle, double x, double y, double z, int count). If you are using 1.8, you’ll need NMS. If you want to maintain the compatibility through versions, you’ll need to switch to reflections
Specifies the size of the 3-dimensional cuboid volume to spawn particles in, centered on position
The /particle command is useful for all sorts of eye candy. Here’s how you can use it!===Credits===Profile picture by Cookie Animation
minecraft-commands minecraft-java-edition I want to make this sword that, when you right/left click it, it summons particles that go in a straight line and deal damage to anything they touch. I have only basic knowledge on stuff like this, and I think the first step would be making a scoreboard that detects when the player right clicks with the sword.
Marketplace Partner. Here’s a bedrock particle list, just use the campfire smoke ones and set the xyz to one block above the fire. level 1. · 2 yr. ago. Command Engineer Glad to help! /particle minecraft:campfire_smoke_particle ~~4~. r/MinecraftCommands.
/summon Cow ~ ~ ~ {CustomName:”noeffect”} Then: /scoreboard objectives add noeffect dummy Then: /scoreboard players set @e[type=Cow] noeffect 1 {CustomName:”noeffect”} Then: /effect @e[score_noeffect_min=1] EFFECT SECONDS AMPLIFIER true True makes deletes the particles. Sure there is another way, but this works! //dnorhoj
Commands can be turned on and off in world settings, either before or after creating the world. However, activating them will disable achievements. In …
Related Questions
How to make a particle Follow you in Minecraft?
If you have ever wanted to make a particle follow you or a mob you can simply do it with the execute command. This command will produce 1 particle every tick at every player on the world. It will summon the particle 3 blocks above the player.
How do you show particles in Minecraft?
The Minecraft particle command consists of 7 components that all change the way the command is executed. The
What is the range of/particle in Minecraft?
/particle can access blockdust, blockcrack and iconcrack again. the range limit increased to 32 blocks (when the command /particle is used along with the force mode, the limit is 512 blocks). Added player and params arguments to /particle.
How do I display a particle effect on a command block?
If you have the specific coordinate you would place it here or if you would like to display the particle effect in a spot close to the command block you would use ~ ~ ~. Each tidal counts as x, y and z. If you type in ~1 ~3 ~ it means that the particle will be displayed 1 block away from the command block on the x-axis and 3 blocks above.