> 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/configuration/general-settings.md).

# General settings

> To configure the plugin’s general settings, simply go to the Settings page in the `/iskyblock` administration menu.

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

<table><thead><tr><th width="260.39996337890625">Configuration</th><th>Purpose</th></tr></thead><tbody><tr><td>Lobby coordinates</td><td>This is the spawn location where all teleportations, island leaves, etc. will teleport players to this point.</td></tr><tr><td>Mob spawn protection</td><td>This option allows you to enable protection for the player’s spawn area against mobs; it prevents mobs from spawning there.</td></tr><tr><td>Protection radius from island center</td><td>This is the mob protection zone measured from the center of the island.</td></tr><tr><td>Island generation height</td><td>This is the height at which your players’ islands will be generated.</td></tr><tr><td>Delete items in the void</td><td>This allows all items that fall into the void to be removed.</td></tr><tr><td>Delete mobs in the void</td><td>This allows entities that fall into the void to be removed.</td></tr><tr><td>Teleport to island when player falls in the void</td><td>This allows players to be protected by teleporting them back to their islands when they fall into the void.</td></tr></tbody></table>


---

# 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/configuration/general-settings.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.
