> For the complete documentation index, see [llms.txt](https://wiki.dyroxplays.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dyroxplays.de/trichtersystem/beschreibung.md).

# Beschreibung

Erstelle dein individuelles Kistenlager, indem du Trichter über große Entfernungen verbindest. Füge eine Filterfunktion hinzu, um genau festzulegen, welche Items von den Trichtern verarbeitet werden sollen.

#### FEATURES

* **Hohe Konfigurierbarkeit**: Fast alle Einstellungen sind in der Konfiguration anpassbar.
* **PlotSquared Unterstützung**: Kompatibel mit PlotSquared-Versionen old, new, v5, v6 und v7. (PlotSquared ist jedoch nicht erforderlich.)
* **Leistungsoptimierung**: Items innerhalb eines größeren Radius werden aufgesammelt, um die Anzahl der Entities zu reduzieren und Serverlags zu minimieren.
* **Filterfunktion**: Erlaube nur bestimmte Items, die vom Trichter aufgenommen werden. Dies kann auch auf Basis von Enchantments, Beschreibung (Lore) und Displayname eingestellt werden.
* **Transferoptionen**: Wähle, ob Items als gesamter Stack oder einzeln weitergegeben werden sollen. Dies entspricht entweder dem Standardverhalten von Vanilla Minecraft oder der neuen Option für Stack-Transfers.
* **Zugriffskontrolle**: Konfiguriere, wo das Trichtersystem verwendet werden darf – ob überall, in bestimmten Welten, in spezifischen Welten verboten oder nur auf PlotSquared-Grundstücken erlaubt.
* **Konfigurierbare GUI und Nachrichten**: Alle Items und Nachrichten können in der Konfiguration angepasst werden.

#### COMMANDS

* **Keine Befehle**: Das Plugin verwendet keine speziellen Befehle.

#### PERMISSIONS

* **linkedhopper.admin**: Erlaubt das Setzen und Verbinden von Trichtern überall.
* **linkedhopper.overroad**: Erlaubt das Verbinden von Trichtern über Plot-Roads.
* **linkedhopper.destroy**: Erforderlich, um Trichter zu entfernen, wenn in der Konfiguration `destroy.onlywithpermission: true` oder `destroy.needpermission: true` aktiviert ist.
* **linkedhopper.use**: Notwendig, um Trichter zu verbinden, wenn `permissionneededtouse: true` in der Konfiguration aktiviert ist.

***

Das Trichtersystem bietet dir umfassende Kontrolle und Flexibilität bei der Verwaltung deiner Trichter und Lager.


---

# 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:

```
GET https://wiki.dyroxplays.de/trichtersystem/beschreibung.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.
