Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

DamageParticles

DamageParticles pops up floating numbers above entities whenever their health changes, so you can see exactly how much damage you (or anything else) just dealt or how much an entity healed. Each number rises off the entity, grows, and fades out after a short while, giving you quick visual feedback during fights without staring at health bars.

The numbers are color-coded so you can tell at a glance what happened: a normal hit, a killing blow, a heal, or a heal that tops the entity back up to full health. You can tune how long the numbers stay, how big they get, how they animate, and which colors are used.

Category: Render Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
TimeToLiveDecimal1.50.5–5.0 sHow long each number stays on screen before fading out.
ScaleDecimal1.50.25–4.0Overall size of the floating numbers.
ScaleTransitionChoiceQuadOutLinear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, NoneEasing curve used to animate the number's size over its lifetime.
DisplacementVector3_dDirection and distance the number drifts as it ages (by default it floats upward).
DisplacementTransitionChoiceQuadOutLinear, QuadIn, QuadOut, QuadInOut, ExponentialIn, ExponentialOut, NoneEasing curve used to animate the number's drift over its lifetime.
TrackModeChoiceOnUpdateOnTick, OnUpdateWhen health changes are detected — OnUpdate reacts to server health packets, while OnTick checks entities each game tick.
ColorsSetting GroupColors used for each type of health change.
Colors → DamageColorColor for numbers shown when an entity takes damage.
Colors → DeathColorColor for numbers shown when an entity is killed.
Colors → HealColorColor for numbers shown when an entity heals.
Colors → MaxHealthColorColor for numbers shown when an entity heals back to full health.

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