> 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/coming-soon-.../chat-system-mod.md).

# Chat System MOD

#### **1. 🎨 MITTELALTERLICHES DESIGN (optional)**

* **Goldene Ränder** um den Chat-Bereich
* **Dunkles, edles Farbschema** (Dunkelblau #1A1A2E mit Gold #C8A84E)
* **Federkiel-Icon** im Chat
* Optionaler **mittelalterlicher Font** (aus Font-Datei ladbar)

***

#### **2. ✨ CHAT-ANIMATION**

* **Sanfte Slide-In-Animation** wenn der Chat geöffnet wird
* **Einstellbare Geschwindigkeit** (Standard: 0.12f)
* **Ease-Out-Effekt** für weiches Abbremsen
* **Puls-Animation** für neue Nachrichten

***

#### **3. 💬 CHAT-ICON WIDGET**

* **Kleines Chat-Symbol** oben links im Bildschirm
* **Pulsiert** bei neuen Nachrichten (wenn Chat geschlossen)
* **Ungelesen-Badge** mit Nachrichtenzähler (99+)
* **Tooltip** "Chat öffnen (T)" beim Hovern
* **Klickbar** zum Öffnen des Chats

***

#### **4. 📎 DATEI-UPLOAD SYSTEM** ⭐ NEU

* **Klammer-Button** (📎) unten am Chat-Fenster
* **Öffnet Datei-Explorer** zum Auswählen von:
  * 🖼️ **Bilder**: PNG, JPG, JPEG, GIF, BMP, WebP
  * 🎬 **Videos**: MP4, AVI, MOV, WMV, MKV
  * 📄 **Dokumente**: PDF, DOC, DOCX, TXT, ZIP, RAR
* **Dateigrößen-Prüfung** (max. 5MB konfigurierbar)
* **Plattformunabhängig**: Windows, Mac, Linux

***

#### **5. 💭 NACHRICHTEN-AKTIONEN** ⭐ NEU

**Hover-Menü über Nachrichten** mit 4 Aktionen:

**↩️ ANTWORTEN**

* Wie WhatsApp: **Original-Nachricht wird eingebettet**
* Format: `> Originalnachricht`
* Darunter eigener Text
* Goldener "↩ Antworten"-Indikator

**🗑️ LÖSCHEN**

* Nachricht wird **entfernt**
* Ersetzt durch: *"✗ Nachricht gelöscht: \[Text]"*
* Funktioniert nur bei eigenen Nachrichten

**📋 KOPIEREN**

* Nachricht in **Zwischenablage kopieren**
* Bestätigung: "✓ Nachricht kopiert!"

**⚠️ MELDEN**

* Sendet **Report-Befehl** `/report [Nachricht]`
* Bestätigung: "⚠ Nachricht gemeldet"

***

#### **6. ⌨️ TASTENKOMBINATIONEN**

* **Strg + O**: Öffnet **Konfigurationsmenü**
* **Tab**: **@-Spielernamen** automatisch vervollständigen
* **Pfeiltasten**: Navigation in Vorschlägen

***

#### **7. 👥 @SPIELER-VORSCHLÄGE**

* **Autocomplete** für Spielernamen nach `@`
* **Dropdown-Liste** mit allen Online-Spielern
* **Goldene Hervorhebung** des ausgewählten Vorschlags
* **Tab-Vervollständigung**

***

#### **8. ✏️ TIPP-INDIKATOR**

* Zeigt an, **wer gerade schreibt**
* Format: *"✏️ Spieler1, Spieler2 +3 weitere schreibt..."*
* **Timeout** nach 5 Sekunden Inaktivität
* Maximal 3 Spieler + "...weitere"
* Netzwerk-Synchronisation über Packets

***

#### **9. 📝 COMMANDS-FENSTER**

* **Eigener Screen** mit allen Befehlen
* **Scrollbar** für Navigation
* **Zweispaltig**: Befehl + Beschreibung
* Auflistung aller Commands:
  * `/chatsystem help/reload`
  * `/suffix add/remove`
  * `/chatroom create/join`
  * `/report`, `/reports`
  * Chat-Shortcuts: `!Nachricht`, `@Spieler`, `[coords]`, `[HP]`

***

#### **10. 🎤 SPRACHNACHRICHTEN** (Vorbereitet)

* Button für Sprachaufnahmen
* Max. Aufnahmedauer konfigurierbar
* Platzhalter-Funktionalität implementiert

***

#### **11. ⚙️ KONFIGURATIONSMENÜ** (Strg+O)

**26+ Einstellungen:**

**Design-Optionen:**

* Mittelalter-Stil (an/aus)
* Goldränder (an/aus)
* Federkiel-Icon (an/aus)
* Chat-Deckkraft (0-100%)
* Goldfarbe (Hex-Farbcode)

**Funktions-Optionen:**

* Chat-Animation (an/aus)
* Animations-Geschwindigkeit
* Chat-Icon Widget (an/aus)
* Ungelesen-Badge (an/aus)
* Tipp-Indikator (an/aus)
* @-Vorschläge (an/aus)
* Nachrichten-Aktionen (an/aus) ⭐
* Datei-Upload (an/aus) ⭐
* Antworten-Funktion (an/aus) ⭐
* Löschen-Funktion (an/aus) ⭐
* Upload-Button (an/aus)
* Commands-Button (an/aus)
* Sprachaufnahme-Button (an/aus)

**Sonstiges:**

* Mittelalterlicher Font
* Chat-Zeitstempel
* Nachrichten-Sound
* Maximale Sprachaufnahme-Dauer
* Maximale Dateigröße (MB)


---

# 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/coming-soon-.../chat-system-mod.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.
