# BanPoints

## config.yml

### Prefix

Der Präfix wird standardmäßig bei jeder Nachricht genutzt. Dieser kann in den Nachrichten-Datein am Anfang jeder Nachricht gesetzt werden. Um diesen zu setzten schreibe einfach `%prefix%` (Placeholder). Dieser wird dann vom System mit dem Präfix, der in der `config.yml` eingetragen ist, ausgetauscht.

```yaml
prefix: "&7[&6MuteSystem&7]&r"
```

### Aliases

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

```yaml
aliases: []
```

### Standard Konfiguration

```yaml
banPoints:
  prefix: "&7[&6BanSystem&7]&r"
  aliases: []
```

## Kommando

### Syntax

```
/banpoints <Spieler> (<Anzahl>)
```


---

# 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/punishment/ban/banpoints.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.
