Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

Particles

Particles adds a visual flair to your attacks by spawning decorative 2D shapes at the point of impact each time you hit an entity. The particles fly outward, obey gravity, bounce off solid blocks, and then gradually fade away — giving your combat a stylised, eye-catching look without affecting gameplay mechanics.

You can choose any combination of eleven particle shapes (stars, hearts, lightning bolts, and more), tune how many spawn per hit, set their size and colour, and control exactly how they move and bounce through the world. Because the effect is purely cosmetic and rendered client-side only, it has no impact on server-side behaviour or performance beyond your own frame rate.

Particles work well alongside other visual combat modules such as HitFX and DamageParticles if you want a richer hit-feedback experience.

Category: Render Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
SizeDecimal1.00.5 – 2.0Controls the base size of each particle. Higher values produce larger shapes.
CountInteger Range2..102..30 particlesThe random range for how many particles are spawned per hit. A value is picked randomly within this range on each attack.
RandomParticleRotationToggletrueWhen enabled, each particle is assigned a random initial rotation angle. When disabled, all particles face the same fixed direction.
Physical → MotionDecimal15.01.0 – 30.0Multiplier applied to horizontal velocity when particles move. Higher values make particles shoot out faster and travel further.
Physical → BounceXDecimal0.80.0 – 1.0Fraction of horizontal (X-axis) velocity retained after bouncing off a block face. 1.0 means a perfect elastic bounce; 0.0 stops the particle dead.
Physical → BounceYDecimal0.60.0 – 1.0Fraction of vertical (Y-axis) velocity retained after bouncing off a floor or ceiling.
Physical → BounceZDecimal0.80.0 – 1.0Fraction of horizontal (Z-axis) velocity retained after bouncing off a block face.
Physical → DragDecimal0.990.0 – 1.0Velocity multiplier applied to horizontal movement on each tick after a ground collision. Values below 1.0 cause particles to slow down as they slide.
Physical → GravityFactorDecimal0.80.0 – 1.0Controls how strongly gravity pulls particles downward each tick. 0.0 makes particles float; 1.0 applies maximum gravitational pull.
ColorColorTint colour applied to all spawned particles. The colour's alpha channel also controls opacity.
ParticleMulti-SelectStarOrbiz, Star, Dollar, Crown, Heart, Lightning, Line, Point, Rhombus, Snowflake, SparkOne or more particle shapes to use. When multiple shapes are selected, each spawned particle picks one at random from your selection.

Last updated: 2026-06-08 — Based on source code