> For the complete documentation index, see [llms.txt](https://wiki.vegeance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vegeance.com/assintencia/comecando-sua-aventura/minecraft-java-desktop.md).

# Minecraft java (Desktop)

## 🖥️ Acessando com Java Edition

{% hint style="success" %}
Pronto para começar sua jornada na Vegeance pelo computador? Siga este guia rápido para configurar seu jogo e entrar no servidor.
{% endhint %}

### 📡 Informações de Conexão&#x20;

| Dado                | Informação                  |
| ------------------- | --------------------------- |
| **IP do Servidor**  | `vegeance.com`              |
| **Versões Aceitas** | `1.7.x` até `1.21.x`        |
| **Modo**            | Original e Pirata (Cracked) |

***

### 🛠️ Clientes Recomendados

Você pode entrar usando qualquer Launcher de sua preferência.

* **Original:** Minecraft Launcher (Oficial).
* **Alternativos:** TLauncher, Lunar Client, Badlion Client, Salwyrr.

***

### 📝 Passo a Passo

1. **Abra o Minecraft:** Inicie o jogo na versão desejada (recomendamos a mais recente para ver todos os blocos).
2. **Multijogador:** No menu principal, clique no botão **"Multijogador"** (*Multiplayer*).
3. **Adicionar Servidor:** Clique no botão na parte inferior da tela.
4. **Preencha os Dados:**
   * **Nome do Servidor:** `Vegeance`
   * **Endereço do Servidor:** `vegeance.com`
5. **Concluir:** Clique em "Concluído" (*Done*). O servidor aparecerá na sua lista com o status online.
6. **Entrar:** Dê um duplo clique no servidor ou selecione e clique em **"Entrar no Servidor"**.

***

### 🔐 Sistema de Autenticação (Login)

Como nosso servidor aceita todos os jogadores, usamos um sistema de segurança interno.

**Na primeira vez que entrar:** Você precisará criar uma conta dentro do jogo. Digite no chat (pressione `T`):

Exemplo: `/register batata123 batata123`<br>

{% hint style="success" %}
**Importante:** Guarde bem sua senha. Você vai precisar dela para entrar novamente!
{% endhint %}

{% hint style="warning" %}
**Atenção**: Jogadores Non-Premium (Pirata)
{% endhint %}

Como o servidor identifica sua conta pelo Nickname, é fundamental escolher um nome único.

* O Problema: Nomes comuns (ex: `Mateus`, `Joao`, `Gamer`) provavelmente já foram registrados por outros jogadores. Se você tentar entrar com eles, o servidor pedirá uma senha que você não tem.
* A Solução: Personalize seu nick! Adicione números, letras ou traços para torná-lo exclusivo.
  * ❌ Evite: `Mateus`
  * ✅ Prefira: `Mateus22`, `_MateusPvP_` ou `iMateus`


---

# 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.vegeance.com/assintencia/comecando-sua-aventura/minecraft-java-desktop.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.
