> For the complete documentation index, see [llms.txt](https://wiki.novadev.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.novadev.ovh/novatolls/01-getting-started.md).

# 01 getting started

## Prerequis

| Composant       | Version minimum |
| --------------- | --------------- |
| Spigot ou Paper | 1.16.5          |
| Java            | 11+             |
| Vault           | Toute version   |
| ProtocolLib     | Toute version   |

## Etapes rapides

{% stepper %}
{% step %}

#### Installer le plugin

Copiez le fichier JAR dans le dossier `plugins/` de votre serveur :

```
votre-serveur/
  plugins/
    NovaTools-2026.05.16 (1.0.1 #19).jar
    Vault.jar
    ProtocolLib.jar
```

{% endstep %}

{% step %}

#### Premier demarrage

Demarrez le serveur une premiere fois. NovaTools genere automatiquement :

```
plugins/NovaTools/
  config.yml
  lang/fr.yml
```

{% endstep %}

{% step %}

#### Renseigner la licence

Ouvrez `plugins/NovaTools/config.yml` et entrez votre cle :

```yaml
license:
  key: "VOTRE-CLE-DE-LICENCE-ICI"
```

{% endstep %}

{% step %}

#### Recharger

Faites `/tools reload` ou redemarrez le serveur.
{% endstep %}

{% step %}

#### Acceder au menu

Utilisez `/tools config` pour ouvrir le menu d'administration en jeu.

<figure><img src="/files/jXJJTZS5lVoCrbiHPxa4" alt=""><figcaption><p>Menu principal</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Navigation rapide

| Objectif               | Action                                 |
| ---------------------- | -------------------------------------- |
| Creer un outil         | `/tools config` > Outils > Etoile d'or |
| Donner un item         | `/tools give <joueur> <id>`            |
| Voir l'etat d'un outil | Tenir l'outil en main > `/tools info`  |
| Ouvrir la Forge        | `/tools forge`                         |
| Ouvrir le Recyclage    | `/tools recycle`                       |
| Recharger la config    | `/tools reload`                        |


---

# 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:

```
GET https://wiki.novadev.ovh/novatolls/01-getting-started.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.
