> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/spawn_particle.md).

# spawn\_particle

## `spawn_particle`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/spawn_particle#triggered-effect)

生成粒子。

## Example Config

```yaml
- id: spawn_particle
  args:
    particle: heart # 粒子ID，粒子列表见 https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
    amount: 10 # 粒子的数量
```
