particle
Parameters
Name | Type | Description | Default |
---|---|---|---|
particle | Particle |
Required | |
offsetX | Double |
0 | |
offsetY | Double |
0 | |
offsetZ | Double |
0 | |
color | Color |
Optional color parameter for particles that support it | null |
count | Int |
1 | |
radius | Int |
The radius in which players should be able to see the particle | 32 |
speed | Double |
The movement speed of the particle | 0.0 |
at | Location |
Where to spawn the particle | Required |
Examples¶
particle:
at: "{{ entity.getLocation }}"
particle: CLOUD
offsetY: 1
count: 3