> For the complete documentation index, see [llms.txt](https://edwardbelt.gitbook.io/edprison-core-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edwardbelt.gitbook.io/edprison-core-documentation/features/boosters.md).

# 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
