# Documentation Skript en Français

![](https://3071689923-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9-Drq4rmVXqaVuCwmy%2F-M98Isn_THpeJ1xoTiip%2F-M98IvV9I3kNSO4ImZAP%2F6n_logo_docs_skript.png?alt=media\&token=a436cf16-6840-46ce-a022-ea4f1f8d277b)

Skript est un plugin permettant de créer des scripts. Vous pouvez l'utilisez pour des tâches simple comme, pour se téléporter à votre spawn ou bien détecter si un joueur casse un block.

Mais également créer des scripts bien plus complexes comme des jeux type : HungerGames, Practice 1vs1 ou bien même encore un AntiCheat.

La syntaxe de Skript est très proche de l'Anglais, mais ce n'est pas si simple que ça. Pour des tâches simples, vous pouvez réussir facilement, alors que pour des choses plus complexes, vous aurez besoin d'aide ou de conseils.

## **Avancement**

{% hint style="success" %}
[Events](https://6moon-fr.gitbook.io/events/)
{% endhint %}

{% hint style="success" %}
[Conditions](https://6moon-fr.gitbook.io/conditions/)
{% endhint %}

{% hint style="success" %}
[Effects](https://6moon-fr.gitbook.io/effects/)
{% endhint %}

{% hint style="warning" %}
[Expressions](https://6moon-fr.gitbook.io/expressions/)
{% endhint %}

{% hint style="success" %}
[Types](https://6moon-fr.gitbook.io/types/)
{% endhint %}

{% hint style="danger" %}
[Functions](https://6moon-fr.gitbook.io/functions/)
{% endhint %}

{% hint style="success" %}
[Textes](https://6moon-fr.gitbook.io/textes/)
{% endhint %}

[<br>](https://clement-ruault0104.gitbook.io/documentation/events/at-time)


---

# 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://docs.6moon.fr/documentation/master.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.
