> For the complete documentation index, see [llms.txt](https://wiki.zenzone.sk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zenzone.sk/novinky/readme.md).

# Novinky

{% updates format="full" %}
{% update date="2026-02-02" %}

## Máme nové novinky 🔥

**VANILLA** ![🌺](https://discord.com/assets/2ebc1a361f492b24.svg)

* Reputáciu získaš aj za **dávanie zlatej mrkvy** novým hráčom
* Môžeš sa stať **mentorom** nového hráča, čím získaš +2 rep každý deň, čo sa tento hráč pripojí
* Pridané nové **zberateľské hlavy**, každý mesiac vychádzajú nové.
* Pridaná možnosť **vytvoriť verejný warp** pre hráčov, čo majú viac ako 100 rep
* **Zrušený mesačný reset reputácie**, musíš si ju ale udžiavať, lebo postupne ubúda 1 za deň

**ANARCHY** ![💀](https://discord.com/assets/ead410f7f5d404c3.svg)

* nový vanilla svet, v ktorom je povolené PvP, vypadávajú veci, je povolené **vykrádať chestky aj podpalovať domy**
* sem budú **vykázaní zlodeji**, ale môžeš tu hrať **aj dobrovoľne**

**LOBBY** ![🌍](https://discord.com/assets/b69a6d883c59edff.svg)

* Pridané nové lobby, odkiaľ sa dostaneš na vanillu alebo anarchy
* Dostaneš sa sem príkazom **/hub** alebo **/lobby**

**HLASOVANIE** ![✅](https://discord.com/assets/43b7ead1fb91b731.svg)

* Vytvorili sme novú stránku, vrátane novej hlasovacej aplikácie
* Hlasovanie sa značne zjednodušilo a urýchlilo. Nemusíš dávať Alt+TAB, stačí 15 sekúd a mobil.
* Odmenu dostaneš, aj keď na serveri nie si pripojený
* Môžete vyskúšať tu: <https://vote.zenzone.sk/>
  {% endupdate %}
  {% endupdates %}


---

# 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.zenzone.sk/novinky/readme.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.
