# Utilitaire

{% hint style="info" %}
Si l'argument est encadré avec "\[]" il est facultatif. Avec "<>" il est obligatoire.
{% endhint %}

| Commande | Description                                                                                                          |
| -------- | -------------------------------------------------------------------------------------------------------------------- |
| /spawn   | Téléportation au spawn du serveur                                                                                    |
| /money   | Gérez votre argent (voir [économie](https://github.com/ServerOpenMC/Wiki/blob/main/commandes/commandes/economie.md)) |
| /sb      | Désactive le scoreboard                                                                                              |
| /link    | Permet de lier son compte Discord au serveur *(à venir)*                                                             |
| /rules   | Affiche les règles du serveur *(à venir)*                                                                            |
| /privacy | Permet de bloquer un joueur de vos messages privés *(à venir)*                                                       |


---

# 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.openmc.fr/commandes/utilitaire.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.
