# Pull

### Prefix

Der Präfix wird in den Nachrichten-Datein mit `%prefix%` (Placeholder) ausgetauscht. Wenn du das Kommando ausführst und am Anfang der Nachricht den Placeholder eingibts, wird dieser mit dem Präfix ausgetauscht. Dieser kann in der `config.yml` geändert werden.

```yaml
prefix: "&7[&bPull&7]&r"
```

### Permission

Um das Kommando für das Pull Modul ausführen zu können, benötigst du die Permission, die in der `config.yml` eingetragen ist.

{% hint style="warning" %}
Die Permission ist eine BungeeCord Permission
{% endhint %}

```yaml
permission: "bungeesystem.pull.use"
```

### Aliases

Du kannst auch sogenannte Aliases definieren die du anstatt /pull eingeben kannst. Hierfür fügst du einfach weitere Punkte unter dem Punkt `aliases` hinzu.

```yaml
aliases: []
```

### Standard Konfiguration

```yaml
pull:
  prefix: "&7[&bPull&7]&r"
  permission: "bungeesystem.pull.use"
  aliases: []
```

## Kommando

### Syntax

```
/pull <Spieler>
```


---

# 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://wiki-de.herrtechniker.eu/bungeesystem/module/pull.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.
