> For the complete documentation index, see [llms.txt](https://hider.somadocs.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hider.somadocs.fr/installation.md).

# Installation

SomaHider tourne sur un serveur Minecraft 1.8.8 et a besoin de PacketEvents pour fonctionner.

### Pré-requis

| Élément      | Détail                                                                                                                 |
| ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| Serveur      | Minecraft 1.8.8 (Spigot, Paper ou un fork compatible).                                                                 |
| Java         | Version 21 ou plus récente. SomaHider est compilé pour une JVM moderne : il ne se charge pas sur un serveur en Java 8. |
| PacketEvents | Installé comme plugin. Sans lui, SomaHider reste désactivé.                                                            |

### Étapes

{% stepper %}
{% step %}

#### Installer PacketEvents

Téléchargez le plugin PacketEvents et placez son `.jar` dans votre dossier `plugins/`, ou vérifiez qu'il y est déjà.
{% endstep %}

{% step %}

#### Ajouter SomaHider

Déposez `SomaHider-{version}.jar` dans le même dossier `plugins/`.
{% endstep %}

{% step %}

#### Redémarrer le serveur

Au premier démarrage, SomaHider écrit ses fichiers de configuration dans `plugins/SomaHider/`.
{% endstep %}

{% step %}

#### Vérifier le chargement

Lancez `/sh list` en jeu ou depuis la console. Une liste vide signifie que le plugin tourne et qu'aucune zone n'est ouverte.
{% endstep %}
{% endstepper %}

### Test rapide

Placez-vous n'importe où et lancez `/sh start 30`. Cela ouvre une zone de 30 blocs de rayon autour de vous. Faites entrer un second compte : son nom et son skin changent. Lancez `/sh stop` pour la refermer.

{% hint style="warning" %}
PacketEvents est une dépendance obligatoire : le serveur le charge toujours avant SomaHider. S'il manque, SomaHider ne s'active pas et la console explique pourquoi.
{% endhint %}


---

# 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://hider.somadocs.fr/installation.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.
