# Boosters

### Boosters configuration

```yaml
  SalesX2: // ID OF THE BOOSTER
    material: BEACON
    type: sales
    multiplier: 2
    duration: 30
    name: '&f&lSALES BOOSTER'
    lore:
    - '&3'
    - '&fThis booster will give you x2 of sales'
    - '&fon every block you mine'
    - '&3'
    - '&fMultiplier: &9x%multiplier%'
    - '&fDuration: &e%duration% minutes'
    - '&3'
    - '&b&lRIGHT-CLICK &fto activate this booster'
```

To create a new booster only add those lines of code and that's it!

#### `material`

The Minecraft material of the booster

#### `type`

The type of booster you want

#### `multiplier`

The multiplier amount that has the booster, for example if it's a sales type booster and the multiplier is of 2, when mining a block it will be sold for the price\*2(multiplier)

#### `duration`

The duration in minutes you want the booster long

#### `name`

The display name of the booster

#### `lore`

The lore you want for the booster

### Booster types

```yaml
type: sales
```

#### `sales`

It will multiply the sell price of the blocks you mine

#### `blocks`

It will multiply the blocks you mine


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/features/boosters.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.
