# Commandes générales

## <mark style="color:yellow;">Commandes essentielles</mark>

| Commande                                    | Description                                                                                  |
| ------------------------------------------- | -------------------------------------------------------------------------------------------- |
| <mark style="color:red;">`/wiki`</mark>     | Ouvrir le menu principal.                                                                    |
| <mark style="color:red;">`/niveau`</mark>   | Accéder au [Niveau Walyverse - A FAIRE](/gameplay/niveau-walyverse-a-faire.md).              |
| <mark style="color:red;">`/vote`</mark>     | Voter pour le serveur.                                                                       |
| <mark style="color:red;">`/boutique`</mark> | Ouvrir la boutique.                                                                          |
| <mark style="color:red;">`/credits`</mark>  | Créditer votre solde de points boutique (rubis, perles, crédits), et nous soutenir ! :heart: |
| <mark style="color:red;">`/options`</mark>  | Gérer ses paramètres.                                                                        |
| <mark style="color:red;">`/stats`</mark>    | Voir vos statistiques.                                                                       |
| <mark style="color:red;">`/kits`</mark>     | Accéder au menu des kits.                                                                    |
| <mark style="color:red;">`/daily`</mark>    | Récupérer votre récompense quotidienne.                                                      |

## <mark style="color:yellow;">Commandes de téléportation</mark>

| Commande                                            | Description                                 |
| --------------------------------------------------- | ------------------------------------------- |
| <mark style="color:red;">`/spawn`</mark>            | Téléportation au spawn                      |
| <mark style="color:red;">`/tpa "pseudo"`</mark>     | Se téléporter à un joueur.                  |
| <mark style="color:red;">`/tpahere "pseudo"`</mark> | Téléporter un autre joueur à vous.          |
| <mark style="color:red;">`/back`</mark>             | Téléportation à votre dernière position.    |
| <mark style="color:red;">`/dback`</mark>            | Téléportation à votre dernier lieu de mort. |
| <mark style="color:red;">`/sethome "nom"`</mark>    | Créer une résidence.                        |
| <mark style="color:red;">`/home "nom"`</mark>       | Se téléporter à une résidence.              |
| <mark style="color:red;">`/delhome "nom"`</mark>    | Supprimer une résidence.                    |
| <mark style="color:red;">`/caisses`</mark>          | Téléportation aux caisses.                  |
| <mark style="color:red;">`/pinata`</mark>           | Téléportation à la zone pinata.             |

## <mark style="color:yellow;">Commandes économiques</mark>

| Commande                                                  | Description                      |
| --------------------------------------------------------- | -------------------------------- |
| <mark style="color:red;">`/money`</mark>                  | Obtenir son compte monétaire.    |
| <mark style="color:red;">`/baltop`</mark>                 | Classement monétaire du serveur. |
| <mark style="color:red;">`/pay "pseudo" "montant"`</mark> | Envoyer de l'argent.             |
| <mark style="color:red;">`/salaire`</mark>                | Récupérer son salaire quotidien. |
| <mark style="color:red;">`/q`</mark>                      | Ouvrir le menu des quêtes.       |
| <mark style="color:red;">`/trade "pseudo"`</mark>         | Échanger avec un joueur.         |

## <mark style="color:yellow;">Commandes messages</mark>

| Commande                                                  | Description                                                                                                                                                        |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <mark style="color:red;">`/msg "pseudo" "message"`</mark> | Envoyer un message privé.                                                                                                                                          |
| <mark style="color:red;">`/msg "pseudo"`</mark>           | Démarrer une conversation avec un joueur : vos messages seront automatiques des <mark style="color:red;">`/msg`</mark> sans avoir à faire une quelconque commande. |
| <mark style="color:red;">`/msg off`</mark>                | Arrêter une conversation                                                                                                                                           |
| <mark style="color:red;">`/r "message"`</mark>            | Répondre à un message.                                                                                                                                             |
| <mark style="color:red;">`/mail new`</mark>               | Rédiger un nouveau mail.                                                                                                                                           |
| <mark style="color:red;">`/mail send "pseudo"`</mark>     | Envoyer un mail.                                                                                                                                                   |
| <mark style="color:red;">`/mail autor`</mark>             | Définir le répondeur automatique.                                                                                                                                  |
| <mark style="color:red;">`/mail inbox`</mark>             | Lire les mails reçus.                                                                                                                                              |
| <mark style="color:red;">`/mail archive`</mark>           | Lire les mails envoyés.                                                                                                                                            |

{% hint style="info" %}
Certains plugins disposent de leur propre page dédiée, où vous trouverez les commandes spécifiques à ces plugins listées à la fin de leur page. Par exemple : [Hôtel des ventes](/gameplay/hotel-des-ventes.md)
{% 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://wiki.walyverse.fr/gameplay/commandes-generales.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.
