# 👮‍♂️ Abuse Protection

**LootConomy** has various settings to prevent players from abusing drop systems.

You can configure abuse protection settings in the `config.yml` under `Abuse_Protection` section.

## Features

* **Mob Spawn Check**. Disables currency drops from all mobs that were spawned under certain spawn conditions (e.g. spawners, eggs, etc).
* **Player Gamemode Check**. Disables currency drops for players in certain gamemodes.
* **Player Placed Blocks**. Disables currency drops for player placed blocks.
* **Block Generation Check**. Disables currency drops from certain blocks that were generated/formed by the world mechanics (e.g. obsidian/cobblestone generators).
* **Block Fertilize Check**. Disables currency drops from certain blocks that were fertilized by bone meal.


---

# 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/abuse-protection.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.
