> For the complete documentation index, see [llms.txt](https://wiki.endercraft.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.endercraft.com.br/guias/limites-do-servidor.md).

# Limites do Servidor

Alguns sistemas têm limites automáticos para evitar lag e manter a jogabilidade estável para todos. Eles afetam principalmente farms com muitos mobs próximos e máquinas de redstone muito rápidas.

## 🐮 Limites de Mobs

Documentação em breve.

## 🔴 Limites de Redstone

O servidor conta ativações de redstone em janelas de **5 segundos**. Quando um bloco, chunk ou pistão passa do limite, novas ativações podem ser **bloqueadas temporariamente** até a contagem reiniciar.

| Tipo de limite              | Valor                                                  |
| --------------------------- | ------------------------------------------------------ |
| Blocos de redstone em geral | 12 ativações por bloco a cada 5 segundos               |
| Observador                  | 12 ativações por bloco a cada 5 segundos               |
| Dispensador                 | 12 ativações por bloco a cada 5 segundos               |
| Ejetor                      | 12 ativações por bloco a cada 5 segundos               |
| Pistão                      | 9 ativações por bloco a cada 5 segundos                |
| Pistão grudento             | 9 ativações por bloco a cada 5 segundos                |
| Chunk                       | 3072 ativações de redstone por chunk a cada 5 segundos |

Na prática, máquinas com clocks muito rápidos, muitos observadores disparando sem parar ou linhas grandes de pistões podem ser limitadas. Para evitar bloqueios, prefira sistemas com ritmo mais lento, desligamento automático e menos ativações repetidas no mesmo lugar.


---

# 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.endercraft.com.br/guias/limites-do-servidor.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.
