> For the complete documentation index, see [llms.txt](https://docs.minersrefuge.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minersrefuge.com.br/iniciando-um-servidor/softwares-de-servidor/proxy.md).

# Proxy

Proxies são softwares de servidor no qual tem a única intenção de juntar vários servidores para funcionarem em conjunto, é o software responsável por criar uma "Network".

Eles não são um servidor no qual o player jogará, são extremamente leves e rápidos, mas que podem trazer grandes problemas caso configurados incorretamente.

<table><thead><tr><th width="143">Sofwtare</th><th>Descrição</th></tr></thead><tbody><tr><td><a href="https://github.com/SpigotMC/BungeeCord">BungeeCord</a></td><td>Implementação inicial criada pela equipe do SpigotMC, não é recomendado a sua utilização, mesmo que seja muito referido, por ser mal otimizado e faltar implementações de segurança, compatível com alguns plugins suportados do Spigot.</td></tr><tr><td><a href="https://papermc.io/software/velocity">Velocity</a></td><td>Mantido pela equipe do PaperMC, é a implementação mais eficiênciente e segura atualmente, apenas compatível com plugins feitos especificamente para o Velocity</td></tr></tbody></table>

## Softwares não mais suportados:

Uma lista dos software nos quais não são mais atualizados, e o suporte para o mesmo será extremamente limitado.

<table><thead><tr><th width="143">Sofwtare</th><th>Descrição</th></tr></thead><tbody><tr><td><a href="https://papermc.io/software/waterfall">Waterfall</a></td><td>Fork do BungeeCord feito pela equipe do PaperMC, contém maiores otimizações e patches de segurança</td></tr></tbody></table>


---

# 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://docs.minersrefuge.com.br/iniciando-um-servidor/softwares-de-servidor/proxy.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.
