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

# Tycoon

> **Bâtissez une usine automatisée et transformez du gravier en empire.**

Tycoon est un mode de **gestion et d'automatisation** inspiré de Factorio et Satisfactory, en Minecraft. Vous démarrez avec une petite île 9×9, un dropper de gravier et 3 000 $. À vous de construire une chaîne de production qui transforme cette matière brute en ressources de plus en plus précieuses — jusqu'au **Bloc de Netherite**, l'objectif final du mode.

## 🎯 Le mode en 3 phrases

1. **Vous démarrez** sur une île privée avec un kit de base : dropper, convoyeurs, vendeur.
2. **Vous produisez** : `dropper → convoyeurs → vendeur` génère de l'argent automatiquement, même quand vous êtes en ligne ailleurs sur le serveur.
3. **Vous progressez**: 10 tiers de ressources (Gravier → Netherite Block), 16 types de machines, 6 statues à bonus permanents, 36 paliers de worldborder, 365 jours de login rewards.

{% hint style="info" %}
Wiki maintenu par l'équipe **Omega Network**. Une info manquante ou erronée ? Pingez le staff sur Discord.
{% 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://wiki.omega-network.fr/tycoon.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.
