> 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/informations/commands.md).

# Commands

| Command       | Purpose                                 |
| ------------- | --------------------------------------- |
| /island       | Teleports to island                     |
| /island menu  | Opens the island menu                   |
| /island value | Shows the value of the item in the hand |

| Command                                                                         | Purpose                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /iskyblock                                                                      | Admins Menu / Moderators Menu                                                                                                                                                                                                                                                                                                                                                                                                       |
| /island help                                                                    | Shows the sub commands                                                                                                                                                                                                                                                                                                                                                                                                              |
| /iskyblock setlobby                                                             | Sets the lobby of the skyblock                                                                                                                                                                                                                                                                                                                                                                                                      |
| /iskyblock langs add <mark style="color:pink;">\<id> \<name></mark>             | <p>Creates a new language:</p><ul><li><strong>id:</strong> unique abrev of the language </li></ul><p>      <mark style="color:$success;">Ex. <code>"es"</code></mark></p><ul><li><strong>name:</strong> word name of the language </li></ul><p>      <mark style="color:$success;">Ex. <code>"Spanish"</code></mark></p>                                                                                                            |
| /iskyblock template ...                                                         | Templates management                                                                                                                                                                                                                                                                                                                                                                                                                |
| /iskyblock settings ...                                                         | Settings management                                                                                                                                                                                                                                                                                                                                                                                                                 |
| /iskyblock islands ...                                                          | Islands management                                                                                                                                                                                                                                                                                                                                                                                                                  |
| /iskyblock resets ...                                                           | Resets management                                                                                                                                                                                                                                                                                                                                                                                                                   |
| /iskyblock addons ...                                                           | Addons management                                                                                                                                                                                                                                                                                                                                                                                                                   |
| /iskyblock island\_size <mark style="color:pink;">\<player> \<new\_size></mark> | <p>Change the island size of a player:</p><ul><li><strong>player:</strong> username of a player </li></ul><p>      <mark style="color:$success;">Ex. <code>"sloyni"</code></mark></p><ul><li><strong>new\_size:</strong> a size between the current island size of the player and the maximum available space between two islands ( \[gap/2] - 2)</li></ul><p>      <mark style="color:$success;">Ex. <code>"250"</code></mark></p> |


---

# 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/informations/commands.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.
