Particle
Spawns particles on the body of the entity that has the power for visual effects.
Type ID: origins:particle
Caution
This power type does not currently support particle types that require additional parameters. Those particle types being:
minecraft:blockminecraft:dust_color_transitionminecraft:dustminecraft:falling_dustminecraft:itemminecraft:vibration
Fields
| Field | Type | Default | Description |
|---|---|---|---|
particle |
Identifier | The namespace and ID of the partice type to use. | |
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.