# Guía de comandos esenciales

### User Commands

These commands cover the basics to move and play smoothly.

#### Teleportation

* `/spawn`: returns to the server spawn point.
* `/tpa <player>`: requests to teleport to a player.
* `/tpahere <player>`: requests a player to come to your location.
* `/sethome <name>`: saves your current location as a home.
* `/home <name>`: returns to a saved home.

#### Economy and trading

* `/money` or `/bal`: shows your balance.
* `/pay <player> <amount>`: transfers money to another player.
* `/ah`: opens the Auction House.

#### Utilities

* `/msg <player>`: private message.
* `/ignore <player>`: blocks messages from a player.

{% hint style="info" %}
Command availability depends on your rank and the active plugins.
{% endhint %}

### Protections and Land Claims

The security of your builds is your responsibility.

#### Protecting your land

1. Use `/kit claim` to receive the claim tool.
2. Right-click a corner of the land.
3. Right-click the opposite corner to delimit.

#### Permission management

* `/trust <player>`: grants permission to build on your claim.
* `/untrust <player>`: revokes permissions.
* `/abandonclaim`: deletes the current claim.

#### View claim boundaries

* Use a **stick** and right-click the ground.

{% hint style="warning" %}
Staff is not responsible for thefts in unclaimed areas.
{% endhint %}

### Ranks and donations

#### Community ranks

* **User (Default):** basic commands and **2 homes**.
* **VIP / VIP+ / MVP:** support ranks with cosmetic benefits, more homes, special kits and event priority.
* **Staff (Helper / Mod / Admin):** moderation and maintenance.

{% hint style="danger" %}
Staff **will never** ask you for your password.
{% endhint %}

### Privacy and data security

GalaxyGX is committed to not sharing IP addresses with third parties.

Collected data (UUID, nicks, chat logs) is used only for moderation and internal security.

Use a unique password. Do not reuse it on other services.


---

# 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.galaxygx.xyz/servidor-galaxygx/guia-de-comandos-esenciales.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.
