# Limits

To help with server performance there are certain limits on certain tasks. If you're having issues with mobs despawning or certain redstone not working, check this list.&#x20;

{% hint style="info" %}
Read "Animal Exceptions" before panicking.
{% endhint %}

### Wolves

Limit of 3 per person. No chunk limit.&#x20;

### Animals

*These limits are per chunk. All animals are counted together towards the 20 limit.*&#x20;

*For example, 10 sheep + 10 cows = 20 animals.*&#x20;

Limit: 20

Includes: Pig, Cow, Horse, Rabbit, Sheep, Chicken, Villager.

### Monsters

*These limits are per chunk.*

Limit: 20

Includes: Zombie, Skeleton, Slime, Creeper, Squid.

### Redstone/Hoppers

*These limits are per chunk.*

Hopper: 30

Piston: 18

Sticky Piston: 18

Observer: 10

### Animal Exceptions

These animals are NOT counted towards the limits. Any abuse of this will count as an exploit and not allowed by the rules.&#x20;

* Tamed Animals
* Named Animals
* Animals with saddle


---

# 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://docs.cryptocraftgame.com/genesis-land/gameplay/limits.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.
