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

# Special Formate

Es gibt einige Special Formate für das Chat System, um es cooler und einfacher zu machen, sachen im Chat zu teilen.

Man kann sie alle im Chat nutzen, und vor oder nach den Formaten noch ganz normal schreiben!

#### &#x20;**Hier ist eine Auflistung von allen:**

#### 1. KlickMich (cmd/)

| Eigenschaft        | Beschreibung                                                                  |
| ------------------ | ----------------------------------------------------------------------------- |
| **Syntax**         | `cmd/Befehl` oder `command/Befehl`                                            |
| **Funktion**       | Macht einen Befehl klickbar im Chat                                           |
| **Klick-Funktion** | Führt Befehl aus oder schreibt ihn in Chatzeile                               |
| **Click-Typen**    | `run` (ausführen), `suggest` (vorschlagen), `copy` (kopieren), `url` (öffnen) |
| **Konfigurierbar** | Format, Hover-Text, Click-Type                                                |
| **Beispiel**       | `cmd/warp+Spawn` = \[KlickMich: warp Spawn                                    |

***

#### 2. ❤️ HERZEN/HEALTH (`[HP]`)

| Eigenschaft        | Beschreibung                                  |
| ------------------ | --------------------------------------------- |
| **Syntax**         | `[HP]`                                        |
| **Funktion**       | Zeigt die aktuelle Gesundheit des Spielers an |
| **Darstellung**    | ❤ für ganze Herzen, 💔 für halbe Herzen       |
| **Hover-Text**     | Zeigt die genaue Gesundheitszahl              |
| **Konfigurierbar** | Format, Hover-Text                            |
| **Beispiel**       | `❤❤❤❤💔 (9❤)`                                 |

***

#### 3. 🍗 HUNGER (`[Hunger]`)

| Eigenschaft        | Beschreibung                                |
| ------------------ | ------------------------------------------- |
| **Syntax**         | `[Hunger]`                                  |
| **Funktion**       | Zeigt den aktuellen Hunger des Spielers an  |
| **Darstellung**    | 🍗 für 2 Hungerpunkte, 🍖 für 1 Hungerpunkt |
| **Hover-Text**     | Zeigt die genaue Hungerzahl                 |
| **Konfigurierbar** | Format, Hover-Text                          |
| **Beispiel**       | `🍗🍗🍗🍗🍖 (9)`                            |

***

#### 4. 👥 TEAM (`[Team]`)

| Eigenschaft        | Beschreibung                                              |
| ------------------ | --------------------------------------------------------- |
| **Syntax**         | `[Team]`                                                  |
| **Funktion**       | Zeigt das aktuelle Team des Spielers an (mit BetterTeams) |
| **Hover-Text**     | Zeigt "Du bist im Team: \[Teamname]"                      |
| **Voraussetzung**  | BetterTeams Plugin                                        |
| **Konfigurierbar** | Format, Hover-Text                                        |
| **Beispiel**       | `[Team: Red]`                                             |

***

#### 5. ⭐ LEVEL/XP (`[XP]`)

| Eigenschaft        | Beschreibung                                                 |
| ------------------ | ------------------------------------------------------------ |
| **Syntax**         | `[XP]`                                                       |
| **Funktion**       | Zeigt das aktuelle Level des Spielers an                     |
| **Hover-Text**     | Zeigt Level, Gesamt-XP und Fortschritt in %                  |
| **Konfigurierbar** | Format, Hover-Text                                           |
| **Beispiel**       | `[Level 42]` (Hover: Level: 42, XP: 12345, Fortschritt: 67%) |

***

#### 6. 🗡️ ITEM HAUPT-HAND (`[Item]`)

| Eigenschaft         | Beschreibung                             |
| ------------------- | ---------------------------------------- |
| **Syntax**          | `[Item]`                                 |
| **Funktion**        | Zeigt das Item in der Haupt-Hand an      |
| **Hover-Text**      | Zeigt Item-Name, Lore und Verzauberungen |
| **Bei leerer Hand** | Zeigt "Leere Haupt-Hand"                 |
| **Konfigurierbar**  | Format, Hover-Text                       |
| **Beispiel**        | `[Diamantschwert]`                       |

***

#### 7. 🛡️ ITEM OFF-HAND (`[Item_2]`)

| Eigenschaft         | Beschreibung                             |
| ------------------- | ---------------------------------------- |
| **Syntax**          | `[Item_2]`                               |
| **Funktion**        | Zeigt das Item in der Off-Hand an        |
| **Hover-Text**      | Zeigt Item-Name, Lore und Verzauberungen |
| **Bei leerer Hand** | Zeigt "Leere Off-Hand"                   |
| **Konfigurierbar**  | Format, Hover-Text                       |
| **Beispiel**        | `[Schild]`                               |

***

#### 8. 📍Coordinaten \[coords]

***

| Eigenschaft        | Beschreibung                                            |
| ------------------ | ------------------------------------------------------- |
| **Syntax**         | `[coords]`                                              |
| **Funktion**       | Zeigt die aktuellen Koordinaten des Spielers an (X Y Z) |
| **Klick-Funktion** | Kopiert die Koordinaten in die Zwischenablage           |
| **Hover-Text**     | Zeigt "Klicke um die Koordinaten zu kopieren!"          |
| **Konfigurierbar** | Format, Hover-Text, Click-Enabled                       |
| **Beispiel**       | `[100 64 -200]`                                         |

#### 9. 🔔 SPIELER-ERWÄHNUNG (`@Spielername`)

| Eigenschaft        | Beschreibung                                    |
| ------------------ | ----------------------------------------------- |
| **Syntax**         | `@Spielername`                                  |
| **Funktion**       | Erwähnt einen Spieler im Chat                   |
| **Klick-Funktion** | Schlägt `/msg Spielername` vor                  |
| **Hover-Text**     | Zeigt "Spielername wurde von dir erwähnt"       |
| **Sound**          | Spielt Sound beim Erwähnten ab (konfigurierbar) |
| **Konfigurierbar** | Format, Hover-Text, Click, Sound                |
| **Beispiel**       | `@Rocky_QDH`                                    |

***

#### 10. 📢 ALLE ERWÄHNEN (`@everyone`)

| Eigenschaft        | Beschreibung                        |
| ------------------ | ----------------------------------- |
| **Syntax**         | `@everyone`                         |
| **Funktion**       | Erwähnt alle Spieler auf dem Server |
| **Permission**     | `chatsystem.everyone`               |
| **Cooldown**       | 30 Sekunden (konfigurierbar)        |
| **Sound**          | Spielt Sound bei allen Spielern ab  |
| **Klick-Funktion** | Konfigurierbar                      |
| **Hover-Text**     | Zeigt "@everyone Erwähnung"         |
| **Beispiel**       | `@everyone`                         |

***

#### 11. 📋 KOPIERBARER TEXT (`<copy>Text</copy>`)

| Eigenschaft        | Beschreibung                                        |
| ------------------ | --------------------------------------------------- |
| **Syntax**         | `<copy>Text</copy>`                                 |
| **Funktion**       | Macht den Text kopierbar                            |
| **Klick-Funktion** | Kopiert den Text in die Zwischenablage              |
| **Bestätigung**    | Zeigt "✅ Text wurde in die Zwischenablage kopiert!" |
| **Sound**          | Optionaler Sound beim Kopieren                      |
| **Konfigurierbar** | Format, Hover-Text, Sound                           |
| **Beispiel**       | `Kopiere das: <copy>geheimer Code 123</copy>`       |

***

#### 12. 🌐 URL/LINK (`http://...` oder `https://...`)

| Eigenschaft        | Beschreibung                   |
| ------------------ | ------------------------------ |
| **Syntax**         | `https://example.com`          |
| **Funktion**       | Macht URL klickbar             |
| **Klick-Funktion** | Öffnet Link im Browser         |
| **Hover-Text**     | Zeigt "Klicke zum Öffnen: URL" |
| **Konfigurierbar** | Hover-Text, Click-Enabled      |
| **Beispiel**       | `https://discord.gg/server`    |

***

#### 13. 💬 DISCORD LINK (`[Discord]`)

| Eigenschaft        | Beschreibung                                           |
| ------------------ | ------------------------------------------------------ |
| **Syntax**         | `[Discord]`                                            |
| **Funktion**       | Zeigt Discord-Link (aus Config)                        |
| **Klick-Funktion** | Öffnet Discord-Link im Browser                         |
| **Hover-Text**     | Zeigt konfigurierten Text (z.B. "Offizieller Discord") |
| **Sound**          | Optionaler Sound beim Klick                            |
| **Konfigurierbar** | Link, Format, Hover-Text, Sound                        |
| **Beispiel**       | `[Discord]`                                            |

***

<a href="/pages/JsKd452Nu8XTrHz68zaF" class="button primary" data-icon="house-chimney-window">Home</a>


---

# 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://chatsystem-wiki.gitbook.io/chatsystem-wiki/chat-system-funktionen/special-formate.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.
