# Spawners

### Spawners

Spawners are useful for grinding mobs to earn money on our economy gamemodes.

### Stacked Spawners

<figure><img src="/files/g87ZyvdPxWvdRqGO6reu" alt="" width="188"><figcaption></figcaption></figure>

Spawners can be stacked up to 64 in the same block.

In vanilla, spawners attempt to spawn up to 4 mobs every 10 to 39.95 seconds. We then simply multiply the amount of mobs that spawn by the amount of spawners in the stack.

### Stacked Mobs

<figure><img src="/files/xPOO9mCC2vc6TOQlJUe3" alt="" width="188"><figcaption></figcaption></figure>

Mobs stack up to 1024 mobs in one entity.

#### Functionality

* Stacked mobs attempt to merge with other stacked mobs within a 16 block radius
* Stacked mobs die one-by-one when killed by a player
  * Loot is added directly to the killer’s inventory if there’s space, otherwise it will drop to the ground
  * XP is given directly to the killer
* Stacked mobs die entirely when killed by natural causes
  * Loot for the whole stack is dropped
  * XP only drops if the stack took player-inflicted damage in the past 5 seconds
* When a stack reaches 1024, nearby spawners will spawn a new stack in


---

# Agent Instructions: 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.lemoncloud.org/server-features/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.
