> For the complete documentation index, see [llms.txt](https://wiki.battle-adventure.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.battle-adventure.eu/gameplay/economie/spawners.md).

# Spawners

## <mark style="color:$primary;">Les Spawners</mark>

Les spawners sont précieux et ont une grande valeur sur le serveur. Tu peux les récupérer avec une pioche en diamant enchantée Silk Touch (Toucher de soie) ou avec une pioche à Spawner.

Lorsqu’un spawner est obtenu, il est aléatoirement choisi entre : Blaze, Squelette, Ghast, Zombie Pigman, Zombie, Araignée et Creeper.

### <mark style="color:blue;">Récupération avec Silk Touch</mark>

> Avec une pioche Silk Touch, la récupération d’un spawner n’est pas garantie.

* Nether: 1 chance sur 6 d’obtenir le spawner.
* Overworld: 1 chance sur 10 d’obtenir le spawner.

{% hint style="info" %}
Un message s’affiche lorsque tu casses un spawner avec Silk Touch pour t’indiquer si tu l’as obtenu ou non.
{% endhint %}

### <mark style="color:blue;">Pioche à Spawner</mark>

> La pioche à Spawner permet de récupérer les spawners à 100% de chance.

Un message s’affiche lorsque tu casses un spawner avec Silk Touch pour t’indiquer si tu l’as obtenu ou non.

## <mark style="color:$primary;">Système de stack</mark> <a href="#systeme-de-stack" id="systeme-de-stack"></a>

> Pour **améliorer les performances du serveur** et rendre le **farm plus fluide et agréable**, les mobs se **regroupent automatiquement en stacks** de **500 entités**.

* Chaque stack fonctionne comme un seul mob visuellement, mais **conserve tous les paramètres essentiels: Gain d’expérience,** Loots / drops, et **comptage des kills** sont **intégralement pris en charge** pour les mobs stackés.
* Lorsque **plusieurs joueurs frappent le même groupe de mobs**, **les mobs ne meurent pas plus rapidement**. Pour être efficaces, **chaque joueur doit donc attaquer son propre groupe de mobs**.


---

# 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.battle-adventure.eu/gameplay/economie/spawners.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.
