Particle
Spawns particles on the body of the entity that has the power for visual effects.
Type ID: origins:particle
Fields
| Field | Type | Default | Description |
|---|---|---|---|
particle |
Particle Effect | The particle type that will be spawned. | |
frequency |
Integer | Determines how often the particles should spawn (interval in ticks). | |
visible_in_first_person |
Boolean | false |
Determines whether the particle should be visible in first person. |
Examples
{
"type": "origins:particle",
"particle": "minecraft:portal",
"frequency": 4
}
This example will continuously spawn portal particles on the entity that has the power.