> For the complete documentation index, see [llms.txt](https://eproject.gitbook.io/epowerblocks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eproject.gitbook.io/epowerblocks/general/features.md).

# Features

{% hint style="success" %}
All ePowerBlocks features are highly optimized
{% endhint %}

## 📜 List of features:

* **Entertain** players and **reward** them for mining blocks!
* Rewards can be set to **items** or **commands**
* Easy to use **GUI Editor** where you can edit the whole Power Block
* **Every** line in holograms is **highly** editable (Holographic Displays, Decent Holograms, CMI Holograms or FancyHolograms)
* Every **state** has it **own hologram** that **can be** modified in the configuration file
* Set your own **material** and **health** to every block (material can be an entity)
* You can even set **more** materials and have them to **change** every time the block is destroyed!
* Set **custom cooldown** to each block that has been destroyed! (before can be mined again)
* We tried our best to create a **permission** to every action in this plugin
* We have also managed to reward **offline** players, by giving them their reward **after** they join!
* Displays the **current** number that the **player** has **mined**
* Highly configurable **built-in** **AFK System** with a **lot of** features
* PowerBlock **teleportation** is now supported!
* Everything is **reloadable** with **in-game** command
* Placeholders support! (**PAPI**)
* Custom player & blocks **statistics**
* **RGB** colors **supported**! Gradient system **included**! (More in 'Using Colors')

## 🔨 We are working on:

* **Features** - We will implement those little events called "features" - (Spawning mobs, Lightning, TNTs, and more..!) *<mark style="color:green;">This feature is already available in the plugin, but it contains only limited functionality!</mark>*
* **PowerBlocks Spawn** - Let players teleport to these blocks by creating a warp for them (/pb spawn)
* **Particles** - Spawn particles every time someone deals damage to a block, or just like every 10 hits (it’s up to you) *<mark style="color:green;">This feature is already available in the plugin, but it contains only limited functionality!</mark>*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eproject.gitbook.io/epowerblocks/general/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
