Skip to content
Jacob edited this page Sep 8, 2019 · 1 revision

Modes tell the plugin when particles should be displayed to players

Active

Always display particles
mode: active

When Moving

Only display particles when the player is moving
mode: when_moving

AFK

Only display particles when the player is AFK
You can configure how long the plugin waits in config.yml
mode: when_afk

Peaceful

Particles are always displayed until the player is either attacked, or attacks an entity
You can configure which entities are checked in config.yml
mode: when_peaceful

Gliding (1.9+)

Display particles when the player is using an Elytra
mode: when_gliding

Sprinting

Only display particles when the player is running
mode: when_sprinting

Swimming (1.13+)

Only display particles when the player is swimming
mode: when_swimming

Flying

Only display particles when the player has creative flight
mode: when_flying

Clone this wiki locally