# 粒子语句

类似物品语句和实体语句，粒子语句是表示插件使用何种粒子效果的格式。

## 主体

粒子语句仅有主体组成，有以下 2 种格式：

* Minecraft 原版自带的各种粒子效果，例如 `magic`，`end_rod`。你可以在这个链接查看所有粒子的ID：\
  [https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.htm](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html)
* 自定义颜色的粒子效果，例如 `rgb:0faab5` 或者 `color:15fe2f`，后面跟着的是 RGB 颜色代码。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superiormc.cn/auxilor-plugins/tong-yong-xin-xi/li-zi-yu-ju.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
