# 💀 Death Penalty

Make your players to lose some percent of their currency balance on death!

**Death Penalty** can be toggled for **each** currency individually!

## Features

* **For PvE**. Set whether or not players will drop currency when killed by mobs or environment.
* **For PvP**. Set whether or not players will drop currency when killed by other players.
* **Toggle Item Drop**. Toggle currency item drop, so the player or other players can pickup it!
* **Chance**. Set chance for the death penalty to appear.
* **Percent Based**. Set min. max. amount of possible penalty in **% of player's balance**!

## Setup

Configuring **Death Penalty** is simple:

1. Go to **LootConomy** directory and open the `currencies.yml` config file.
2. Find the currency for which you would like to set death penalty.
3. Navigate to `Death_Penalty` section and set `Enabled` on `true`.
4. Adjust death penalty settings to your preferences.
5. Reload the plugin: `/lc reload`.
6. 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/death-penalty.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.
