> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/vote-system.md).

# Vote System

Um uns <mark style="color:yellow;">kostenlos</mark> zu unterstützen, kann für unser Netzwerk auf [Minecraft-Server.eu](https://minecraft-server.eu/#/) und [Minecraft-Serverlist.net](https://www.minecraft-serverlist.net/serverlist) abgestimmt werden.\
Jeden Tag kann dafür auf beiden Seiten gevotet werden.\
Für jeden Vote gibt es <mark style="color:yellow;">Votecoins</mark> als Belohnung, welche im [Voteshop ](/citybuild/voteshop.md)eingelöst werden können.

> 💡 Du kannst auch **offline** voten – die Votes werden gespeichert und die Votecoins automatisch übergeben, sobald du wieder online bist!

{% hint style="danger" %}
Zusatz: Wenn der Server <mark style="color:$danger;">offline</mark> ist oder sich in <mark style="color:$warning;">Wartung</mark> befindet, kann nicht garantiert werden, dass die Votes bei uns ankommen! Also nur voten, wenn das Netwerk erreichbar ist.
{% endhint %}

***

### 🔗 Voteseiten

Die schnellste Methode, um auf die Voteseiten zu gelangen:

```
/vote links
```

→ Beide Links werden direkt in den Chat gesendet.

Alternativ über `/vote` → auf das **Papier** klicken *(nur sichtbar, wenn noch nicht gevotet wurde)*.

> ⚠️ Die ausgegebenen Links sind <mark style="color:$primary;">**userspezifisch**</mark> – sie <mark style="color:green;">enthalten</mark> bereits deinen Spielernamen!

Die Voteseiten sind auch direkt erreichbar:

| Minecraft-Server.eu      | [`vote1.mixelpixel.net`](https://vote1.mixelpixel.net/) |
| ------------------------ | ------------------------------------------------------- |
| Minecraft-Serverlist.net | [`vote2.mixelpixel.net`](https://vote2.mixelpixel.net/) |

***

### 📈 Votefortschritt

```
/vote progress
/vote history
```

#### Belohnungen pro Vote:

| 🛤️ Jeder tägliche Vote   | **2 Votecoins**                             |
| ------------------------- | ------------------------------------------- |
| 💎 Jeder 7. Vote im Monat | **8 Votecoins**                             |
| ⭐ 25. Vote im Monat       | **1 goldener Votecoin** + normale Belohnung |

> ⚠️ **Wichtig:** Diese besonderen Belohnungen passen sich an, wenn du das Voten an einem Tag vergisst!

#### Im Fortschrittsmenü erkennst du:

* 🛤️ **Schienen** = Tage mit 2 Votecoins pro Vote
* 💎 **Diamanterz** = Tage mit 8 Votecoins pro Vote
* 👑 **Goldener Kopf** = Zeitpunkt des goldenen Votecoins

#### Limits:

| 🪙 Votecoins        | **100 Votecoins** *(Votes werden weiter gezählt, aber keine Coins mehr)* |
| ------------------- | ------------------------------------------------------------------------ |
| ⭐ Goldene Votecoins | **5 goldene Votecoins**                                                  |

> 💡 Wie viele Votecoins du besitzt, siehst du im `/voteshop`.

***

### 🛒 Voteshop

Es gibt **2 verschiedene Voteshops**:

| 🪙 Votecoins Shop        | Normale Votecoins |
| ------------------------ | ----------------- |
| ⭐ Goldene Votecoins Shop | Goldene Votecoins |

Beide Shops existieren sowohl auf **CityBuild** als auch auf **KnockbackFFA** – das Angebot unterscheidet sich jedoch je nach Spielmodus.

Mehr Infos zu den jeweiligen Shops:

* 🔗 [**CityBuild Voteshop**](/nicht-fertig/die-server-funktionen/vote-system/voteshop-fur-citybuild.md)
* 🔗 [**KnockbackFFA Voteshop**](/knockbackffa/voteshop.md)


---

# 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://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/vote-system.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.
