# 💹 Daily Limits

In **LootConomy** you can setup daily drop limits for each currency individually!

When a player exceeds daily limit for a currency, no more currency items will be dropped for them.

{% hint style="info" %}
Daily limits resets at midnight (00:00 AM) for all currencies.

When daily limit is disabled, players will be able to get currency items even if they hit the daily limit.
{% endhint %}

## Setup

1. Go to **LootConomy** directory and open the `currencies.yml` config file.
2. Find the currency for which you would like to set daily limits.
3. Set `Daily_Limit` setting to a choosen value (or `-1` to disable).
4. Reload the plugin: `/lc reload`.
5. Done!


---

# 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/daily-limits.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.
