# TPA

### Teleportando-se para outros jogadores

* Comando:

{% code title="/tpa <jogador>" %}

```
```

{% endcode %}

```
/tpa <jogador>
```

* Função: Envia um pedido para se teleportar ATÉ outro jogador.
* Comando:

{% code title="/tpahere <jogador>" %}

```
```

{% endcode %}

```
/tpahere <jogador>
```

* Função: Envia um pedido para que outro jogador se teleporte ATÉ você.
* Comandos de resposta:

{% code title="Respostas de teleporte" %}

```
```

{% endcode %}

```
/tpaccept   # Aceita um pedido de teleporte pendente
/tpdeny     # Nega um pedido de teleporte
/tpacancel  # Cancela um pedido de teleporte que você enviou
```

* Comando de privacidade:

{% code title="/tptoggle" %}

```
```

{% endcode %}

```
/tptoggle
```

* Função: Bloqueia ou desbloqueia o recebimento de pedidos de teleporte.

{% hint style="info" %}
Dica: Use /tptoggle se você não quiser ser interrompido por pedidos de teleporte temporariamente.
{% endhint %}


---

# 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://valdoriacraft.gitbook.io/0/politica-e-economia/terras-e-nacoes/tpa.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.
