# Overview - cmaEnderPearlManager

## Overview

* 👥 **Usage Limit**: Limit the number of Ender Pearl throws within a configurable time frame.
* **⏳ Cooldown System**: Set a cooldown time between each Ender Pearl throw.
* **❌ Usage Restrictions**: Restrict usage by:
  * **Region**
  * **World**
  * **Y-level**
* **❤ Health Cost**: Deduct a configurable amount of health when teleporting.
* **💲 Economy Cost**: Integrate with Vault to deduct in-game money per throw.
* **🚫 Pearl Ban**: Temporarily or permanently ban players from using Ender Pearls.
* 🎵 **Sounds:** Play configurable sounds when throwing, teleporting, or blocked.
* **🔑 Permission Support**: Flexible permissions to bypass or change limits and costs.
* **🎨 Color & Hex Color Codes**: Support for legacy `&` and hex `&#` color codes.
* **🐣 Easy Configuration**: Fully customizable through `config.yml` and message files.
* **🏴 Multi-language Support**: Default English, easily expandable to other languages.


---

# 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://cmalucky.gitbook.io/cmaenderpearlmanager/readme.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.
