> 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/ffa/konfiguration.md).

# Konfiguration

#### **MySQL**

```yaml
MySQL:
  host: localhost        # Datenbank-Host
  port: '3306'           # Datenbank-Port
  username: user         # Datenbank-Benutzername
  datebase: db           # Datenbank-Name (Hier ist ein Tippfehler, sollte "database" sein)
  password: password123  # Datenbank-Passwort
```

#### **Allgemeine Einstellungen**

```yaml
prefix: '&7[FFA]'                  # Präfix für Nachrichten im Spiel
invsortname: '&eInvsortierung'     # Name für die Inventarsortierung
joinmessage: '&e%player% &eist gejoint'    # Nachricht beim Beitritt eines Spielers
quitmessage: '&e%player% &eist geleavt'    # Nachricht beim Verlassen eines Spielers
killmessage: '&c%player% &ewurde von &a%killer% &cgetötet'   # Nachricht bei einem Kill
deathmessage: '&c%player% &eist gestorben'   # Nachricht bei einem Tod ohne Kill
killercmds:                        # Befehle, die beim Töten eines Spielers ausgeführt werden
  - eco give %player% 100          # Gibt dem Spieler 100 Einheiten Spielgeld
```

#### **Optionen**

```yaml
options:
  sb: false            # Scoreboard aktivieren/deaktivieren
  healthdisplay: true  # Anzeige der Lebensanzeige über dem Namen aktivieren/deaktivieren
```

#### **Scoreboard Einstellungen**

```yaml
sb:
  title: '&aDyroxplays.de'  # Titel des Scoreboards
  board:
    - '&a '
    - '&fMap:'
    - '&eMAPNAME'
    - '&b '
    - '&fKills:'
    - '&b%ffa_kills%'
    - '&c '
    - '&fDeaths: '
    - '&c%ffa_deaths%'
    - '&d '
    - '&fKillStreak:'
    - '&a%ffa_killstreak%'
    - '&e '
```

#### **Nachrichten**

```yaml
messages:
  noperm: '&cDazu hast du keine Rechte.'                 # Fehlermeldung bei fehlender Berechtigung
  savekit: '&aKit wurde gespeichert.'                    # Nachricht bei gespeichertem Kit
  invsortnothere: '&cDu kannst nur am Spawn deinen Inv sortieren!.'   # Nachricht bei falschem Ort für Inv-Sortierung
  setspawn: '&aSpawn wurde gespeichert.'                 # Nachricht bei gespeichertem Spawn
  settopwall: '&cNutze: /settopwall <kills,deaths> <1-10>'  # Hinweis zur korrekten Nutzung des SetTopWall-Befehls
  setspawnpos: '&aSpawnPos %pos% wurde gespeichert.'     # Nachricht bei gespeicherter Spawn-Position
  usagesetspawnpos: '&cNutze: /spawnpos <1/2>'           # Hinweis zur korrekten Nutzung des SetSpawnPos-Befehls
  invsaved: '&aDein Inventar wurde gespeichert.'         # Nachricht bei gespeichertem Inventar
  killstreak: '&a%player% hat ein KillStreak von %killstreak%.'  # Nachricht bei KillStreak
```

#### **Statistiken**

```yaml
stats:
  - '&eStats von %player%'     # Titel der Statistik-Anzeige
  - '&fKills: %kills%'         # Anzeige der Kills
  - '&fDeaths: %deaths%'       # Anzeige der Tode
  - '&fK/D: %kd%'              # Anzeige der K/D-Rate
  - '&fRang: %rang%'           # Anzeige des Rangs
```

Diese Konfigurationsdatei ermöglicht es dir, das "FFA" Plugin nach deinen Wünschen anzupassen. Von den allgemeinen Einstellungen über Nachrichten bis hin zur MySQL-Integration ist alles konfigurierbar. Die Scoreboard-Funktion ist für die Version 1.8.x ausgelegt und kann bei Bedarf deaktiviert werden.


---

# 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/ffa/konfiguration.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.
