# ⚡ Boosters

Boosters allows you to <mark style="color:green;">**increase**</mark>/<mark style="color:red;">**decrease**</mark> currency drops for players under certain conditions!

## Features

* **Currency Based**. Boost all or specific currency only per a booster!
* **Global Boosters**. Create server-wide boosters applicable to all online players!
* **Personal Boosters**. Create personal boosters applicable to specific player(s) only!
* **Rank Boosters**. Create persistent rank boosters applicable to playersw with certain rank(s) only!
* **Scheduled Boosters**. Create global automatic boosters that activates at certain times only!
* **Custom Boosters**. Create custom boosters with plugin commands!

{% hint style="info" %}
Players can have multiplier boosters applicable at the same time, including global, rank and personal ones!
{% endhint %}

## Scheduled Boosters

Scheduled boosters activates strictly at specified day times (e.g. Sunday at 4 PM) and lasts for a specified duration (e.g. 2 hours).

Scheduled boosters applicable to all online players.

You can configure them in `config.yml` under `Boosters` -> `Scheduled` section.

{% hint style="info" %}
Scheduled boosters are saved upon plugin reloadings and server reboots!
{% endhint %}

## Rank Boosters

Rank boosters are persistent and applicable for all players with certain permission group(s).

You can configure them in `config.yml` under `Boosters` -> `Rank` section.

## Custom Boosters

Custom boosters have limited duration and can be created/activated at any time using plugin commands.

Custom boosters can be both, **global** and **personal** ones.

{% hint style="info" %}
Custom boosters are saved upon plugin reloadings and server reboots!
{% endhint %}


---

# 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://nightexpress.gitbook.io/lootconomy/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.
