> For the complete documentation index, see [llms.txt](https://onyxcraft-wiki.gitbook.io/onyxcraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onyxcraft-wiki.gitbook.io/onyxcraft/comandos-do-onyxcraft-aqui-estao-os-principais-comandos-do-servidor.-use-os-para-facilit.md).

# 🌙 Comandos do OnyxCraft  Aqui estão os principais comandos do servidor. Use-os para facilit

### 🧭 Navegação

```
/warp <nome>
```

* Teleporta para locais do servidor

Exemplos:

```
/warp pvp/warp shop/warp caixas/warp tops
```

***

### 🏠 Sistema de Casas

```
/sethome
```

* Define uma casa

```
/home
```

* Teleporta para sua casa

```
/delhome
```

* Remove uma casa

📌 VIPs possuem mais casas disponíveis

***

### 🎒 Kits

```
/kits
```

* Abre o menu de kits

```
/kit <nome>
```

* Resgata um kit específico

***

### 💰 Economia

```
/balance
```

* Mostra seu dinheiro

```
/pay <player> <valor>
```

* Envia dinheiro para outro jogador

***

### 💬 Comunicação

```
/msg <player> <mensagem>
```

* Envia mensagem privada

```
/r <mensagem>
```

* Responde rapidamente

***

### 🧠 Skills (mcMMO)

```
/mcstats
```

* Mostra suas habilidades

```
/mctop
```

* Ranking de jogadores

```
/ability
```

* Ativa habilidades especiais

📌 Ao minerar, lutar ou cortar madeira você evolui automaticamente

***

### 🧰 Utilidades

```
/lixo
```

* Abre a lixeira

```
/ec
```

* Abre o Ender Chest

```
/craft
```

* Abre mesa de craft

```
/anvil
```

* Abre bigorna

```
/hat
```

* Coloca item na cabeça

***

### 👑 VIPs

```
/fly
```

* Ativa voo

```
/day
```

* Muda para dia

```
/weather
```

* Controla o clima

```
/repair
```

* Repara itens

📌 VIPs possuem vantagens exclusivas


---

# 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://onyxcraft-wiki.gitbook.io/onyxcraft/comandos-do-onyxcraft-aqui-estao-os-principais-comandos-do-servidor.-use-os-para-facilit.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.
