# Arrow trails

Arrow trails are used to apply different particle effects to arrows when shot using [rage bow](/ragemode-docs/guides/game-items.md#basic-weapons). Players can buy these trail effects from [lobby shop](/ragemode-docs/guides/lobby-shop.md) with in game points and money. These effects can be activated by players individually or set to randomised state from the lobby shop menu.

All effects can be configured in `plugins\RageMode\arrow-trails.yml` file. File usage syntax for effects:

`EFFECT_NAME:enabledState;cost;points,particleData`

* `EFFECT_NAME` - [https://jd.papermc.io/paper/org/bukkit/Particle.html](https://jd.papermc.io/paper/1.21.11/org/bukkit/Particle.html)
* `enabledState` - can be `true` to be enabled or `false` to disable
* `cost` - the amount of money that this trail can be purchased
* `points` - the amount of in [game points](/ragemode-docs/global-game-guides/points.md) that this trail can be purchased
* `particleData` - (Optional, only required for effects with data) [https://jd.papermc.io/paper/org/bukkit/Particle.html](https://jd.papermc.io/paper/1.21.11/org/bukkit/Particle.html) -> BlockData, DustOptions, Spell ...

<figure><img src="/files/KMV0kbppRipRx8ygQNaq" alt=""><figcaption></figcaption></figure>


---

# 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://mdswork.gitbook.io/ragemode-docs/global-game-guides/arrow-trails.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.
