# Configuration

### Default Configuration:

```
# shift boosts while flying
boost:
  velocityMultiplier: 2.5
  particle:
    enabled: true
    count: 15
    particleType: FLAME
    speed: 1.0
  # time in seconds required to wait between boosts; set to 0 to disable
  cooldown: 0
# launch by holding shift, looking up, and jumping
launch:
  velocityMultiplier: 3.0
  particle:
    enabled: true
    count: 5
    particleType: EXPLOSION
    speed: 1.0
  sound:
    enabled: true
    volume: 0.5
# wings item
wings:
  # make sure to include <!italic> tag if you want to remove minecraft's italics
  displayName: "<!italic><aqua>Wings</aqua>"
  lore:
    - "<!italic><gold>Shift Boost</gold>"
    - "<!italic><blue>Cushioning</blue>"
  unbreakable: true # whether wings should have unbreakable property
  enchantGlint: true
locale: en_US
```

### Particles

Particles for both launch and boost are configurable. Available types are:

{% code overflow="wrap" %}

```
ASH, FLAME, BUBBLE_COLUMN_UP, BUBBLE_POP, CAMPFIRE_COSY_SMOKE, CAMPFIRE_SIGNAL_SMOKE, CLOUD, CRIT, ELECTRIC_SPARK, ENCHANT, EXPLOSION, HEART, LAVA, PORTAL, SPELL
```

{% endcode %}

### Customizing Messages

Messages can be changed by modifying the default `en_US.yml` file. Color coding should follow the [MiniMessage](https://docs.advntr.dev/minimessage/format.html) format.

Currently we only have english messages. If you'd like to help us support another language, feel free to submit it on our [discord](/support/discord.md).


---

# 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://plugins.gardensmc.com/plugins/gardens-wings/configuration.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.
