> For the complete documentation index, see [llms.txt](https://sloyni.gitbook.io/immersiveskyblock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sloyni.gitbook.io/immersiveskyblock/getting-started/quickstart-1.md).

# In-game setup

> To make configuration easier, a complete menu dedicated to setting up the mod is available. Join your server and run the `/iskyblock` command as an OP player; the setup menu will open as follows:

<figure><img src="/files/fOTHImPU4HHuu9FtYyxy" alt=""><figcaption></figcaption></figure>

> In the first step, you will need to choose the language that will be used for administration and the subsequent steps (this will not be a fixed language; there is a complete advanced language system that you will learn about on the [language-related page](/immersiveskyblock/configuration/quickstart.md)).

<figure><img src="/files/TVLoTS0bJJSJ3ZED9jCv" alt=""><figcaption></figcaption></figure>

> Now you need to choose the name of the world that will be created and will contain your players’ islands (the world name must be unique and a single word, for example you can use: `Skyblock`).

<figure><img src="/files/CTofoLA9lciozIaxEs46" alt=""><figcaption></figcaption></figure>

> After that, you will need to configure the size of your island. The size represents the total size of the island, not the distance from the center.

<figure><img src="/files/Dmx1euLtqHInXMxdYOGY" alt=""><figcaption></figcaption></figure>

> Now you must be very careful in this step, as it is an irreversible action. You need to correctly choose the distance between islands based on your needs. If you plan to later allow players to expand their islands, you should take into account that the maximum expansion you can grant is calculated using the following formula: `[distance_between_islands / 2] - 2`

<figure><img src="/files/XJAoBkCe4knmpqENNRAl" alt=""><figcaption></figcaption></figure>

> Now you will need to choose the maximum number of homes and the maximum number of resets per player. Setting a limit on resets is important to prevent island creation spam in order to exploit resources. As for homes, if you do not want to use them, don’t worry—you will be able to disable them later.

<figure><img src="/files/56gQuc2o7plyavkF4MY5" alt=""><figcaption></figcaption></figure>

> In this step, you will need to choose the `default value of blocks`. If you have not assigned a value to a block, this default value will be used to calculate levels.

<figure><img src="/files/2E2pEBDZJQv4VrdjhfMd" alt=""><figcaption></figcaption></figure>

> That’s it! After clicking `Finish` you should see a success message in the chat congratulating you, and you should now be able to create islands.

<figure><img src="/files/n59Jm51NjGbPYRlLptHJ" alt=""><figcaption></figcaption></figure>


---

# 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://sloyni.gitbook.io/immersiveskyblock/getting-started/quickstart-1.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.
