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

# ECPlus

**ECPlus** ist ein EC-Plugin (Enderchest) mit mehreren Seiten, damit du auf deinem Server mehr Platz im Enderchest zur Verfügung hast.

### Eigenschaften

* Mehrere Enderchest-Seiten (frei anpassbar, standardmäßig bis zu 3)
* Eigene Enderchest anderer Spieler einsehbar
* Automatische Spracherkennung mit vielen Sprachen
* Folia-Support

### Voraussetzungen

* Minecraft-Version: **1.13 – 26.1**
* Server-Typ: **Paper**, Spigot, Purpur, Folia oder Bukkit

### Installation

1. Lade die neueste Version von [Modrinth](https://modrinth.com/organization/haistudios) oder [BuiltByBit](https://builtbybit.com/resources/ecplus.99333/) herunter.
2. Lege die `.jar`-Datei in den Ordner `plugins/`.
3. Starte den Server neu.
4. Fertig – das Plugin ist einsatzbereit.

### Befehle

| Befehl                  | Beschreibung                                                                           | Berechtigung |
| ----------------------- | -------------------------------------------------------------------------------------- | ------------ |
| `/ec [spieler] [seite]` | Öffnet die erweiterte Enderchest (auch von anderen Spielern oder eine bestimmte Seite) | `ec.use`     |

### Berechtigungen

| Berechtigung        | Beschreibung                                       | Standard |
| ------------------- | -------------------------------------------------- | -------- |
| `ec.use`            | Erlaubt das Öffnen der eigenen Enderchest          | ✅ Alle   |
| `ecplus.pages.2`    | Erlaubt Zugriff auf Seite 2                        | ❌ Keiner |
| `ecplus.pages.3`    | Erlaubt Zugriff auf Seite 3                        | ❌ Keiner |
| `ecplus.view.other` | Erlaubt Zugriff auf die Enderchest anderer Spieler | 🔒 OP    |
| `ecplus.reload`     | Reloadet das Plugin                                | 🔒 OP    |

### Konfiguration

Die Konfigurationsdatei `plugins/ECPlus/config.yml` wird beim ersten Start automatisch erstellt.

```yaml
# ECPlus Konfiguration
settings:
  max-pages: 3   # Anzahl der Seiten, frei anpassbar
# Spracheinstellung:
# auto = Sprache wird automatisch anhand der Spieler-Sprache erkannt
# xx_xx = Erzwingt eine bestimmte Sprache (z.B. de_de, en_gb, fr_fr)
language: auto
```

**Sprachen:** Alle Sprachdateien liegen im Ordner `plugins/ECPlus/lang/`. Unterstützt werden u. a. `de_de`, `en_us`, `en_gb`, `fr_fr`, `es_es`, `pt_br`, `pl_pl`, `nl_nl`, `it_it`, `ru_ru`, `ja_jp`, `ko_kr`, `zh_cn` und viele mehr.

### Support

Bei Fragen oder Problemen: [Discord](https://discord.gg/3pA82RqTWt)


---

# 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://haistudios.gitbook.io/haistudios-wiki/plugins/ecplus.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.
