> 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/abstimmungen/funktionen-and-setup-anleitung.md).

# Funktionen & Setup-Anleitung

Ermögliche deinen Spielern, an Abstimmungen teilzunehmen, die du zuvor festlegst, z.B. Voteban, Votekick, Umstellen der Weltzeit auf Tag/Nacht, Entfernen von Items vom Boden.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Features

* **Abstimmungen als GUI**
* **99% in der Config anpassbar**
* **Eigene Abstimmungen**
* **Cooldown in der Config festlegbar**
* **"Cooldown vorzeitig aufheben" Command**
* **Vault wird benötigt**

Die GUI und alle Nachrichten können in der Konfiguration verwaltet werden!

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Befehle

* **/abstimmung**: Öffnet die GUI
* **/fixabstimmung**: Hebt vorzeitig den Cooldown eines Spielers auf

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Berechtigungen

* **abstimmung.use**: Erlaubt das Ausführen von /abstimmung
* **abstimmung.fix**: Erlaubt das Ausführen von /fixabstimmung

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

### Setup-Anleitung

1. **Plugin auf den Server packen:**
   * Lade das Plugin herunter und füge es dem `/plugins` Verzeichnis deines Servers hinzu.
2. **Server starten:**
   * Starte den Server, um die Initialisierung des Plugins zu ermöglichen.
3. **Konfiguration anpassen:**
   * Öffne die Konfigurationsdatei des Plugins im Verzeichnis `/plugins/Abstimmung/config.yml`.
   * Passe die Einstellungen nach Bedarf an. Hier können Abstimmungen definiert, Cooldowns festgelegt und Nachrichten angepasst werden.
4. **Vault installieren (falls nicht vorhanden):**
   * Stelle sicher, dass das Vault-Plugin installiert und korrekt eingerichtet ist, da es für das Abstimmungs-Plugin benötigt wird.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Mit dieser Anleitung sollte das Einrichten und Konfigurieren des Abstimmungs-Plugins leicht fallen. Viel Spaß bei der Nutzung des Plugins!


---

# 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/abstimmungen/funktionen-and-setup-anleitung.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.
