> For the complete documentation index, see [llms.txt](https://docs.eliteminecraftplugins.com/elitearmor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eliteminecraftplugins.com/elitearmor/general-information/features.md).

# Features

EliteArmor contains multiple unique features, all of which are customizable to your liking.

{% hint style="info" %}
POTION effect is currently unsupported with modifiers, but will be supported later on.
{% endhint %}

### Armor Sets & Weapons

Armor Sets & Weapons are items that have special abilities when using the entire set together.

### Omni Upgrade

An Omni upgrade is an item that you can apply to normal plain armor and make them able to act as an armor piece for any set.

Example: You have 3 pieces of Phantom armor and 1 Omni piece, the Omni piece will then act as a Phantom armor piece.

### Heroic Upgrade

A Heroic upgrade is an item that makes normal plain armor into heroic armor.

### Armor Upgrade

An armor upgrade are the same as Heroic upgrades, but instead they are per-set and can only be applied to that armor set.

### Modifiers

A modifier is a neat little feature which allows you to create items that can make plain armor into special armor sets or give plain armor some special abilities. You can add any set effect to the modifiers meaning you can create endless possibilities.

### Crates

A crate is a special lootcrate that will give players armor pieces, weapons, or upgrades. As with everything else, you can endlessly customize these to your liking.


---

# 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://docs.eliteminecraftplugins.com/elitearmor/general-information/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.
