Skip to main content
Version: Next

Particle

Spawns customizable particles, comparable to the /particle command.

Parameters

ParameterDescriptionExample
LocationThe spawn location of the particle, in the format:
world, x, y, z
world, 196.3, 64, -381.8
ParticleThe particle to spawn. See the Bukkit Particle List for all available particles.CLOUD
AmountNumber of particles to spawn.50
dXSpread along the X-axis where the particles can randomly appear.1
dYSpread along the Y-axis where the particles can randomly appear.1
dZSpread along the Z-axis where the particles can randomly appear.1
ForceIf true, players will see the particle regardless of distance (if in their field of view).false
SizeSize of the particle; works only for REDSTONE, SPELL_MOB, and SPELL_MOB_AMBIENT.1.0
ColorRGB color of the particle, only for REDSTONE, SPELL_MOB, and SPELL_MOB_AMBIENT. Format: R, G, B.123, 186, 92
BlockBlock material for particles requiring it (BLOCK_CRACK, BLOCK_DUST, FALLING_DUST, ITEM_CRACK).STONE
DelayNumber of ticks to wait after the show starts before spawning the particles.40
YML Preset
'1':
Type: PARTICLE
Location: world, 0, 0, 0
Particle: SMOKE_NORMAL
Amount: 1
dX: 1
dY: 1
dZ: 1
Force: false
Delay: 0

Preview

Particle Preview


Youtube Tutorial

Doesn't exist yet...