> For the complete documentation index, see [llms.txt](https://minesuperior-skyblock.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minesuperior-skyblock.gitbook.io/home/skyblock/island-settings.md).

# Island Settings

Using `/is settings` you can change the following settings:

**Always Day**\
Toggles time to always be day inside the island.\
This settings cannot work with other settings that change time.

**Always Middle Day**\
Toggles time to always be the middle of the day inside the island.\
This settings cannot work with other settings that change time.

**Always Night**\
Toggles time to always be night inside the island.\
This settings cannot work with other settings that change time.

**Always Middle Night**\
Toggles time to always be the middle of the night inside the island.\
This settings cannot work with other settings that change time.

**Always Rain**\
Toggles weather to always be rainy inside the island.\
This settings cannot work with other settings that change weather.

**Always Shiny**\
Toggles weather to always be shiny inside the island.\
This settings cannot work with other settings that change weather.

**Creeper Explosion**\
Toggles creeper explosions harming blocks inside the island.

**Crops Growth**\
Toggles growth of crops inside the island.

**Egg Lay**\
Toggles chickens laying eggs inside the island.

**Enderman Grief**\
Toggles endermans picking up blocks inside the island.

**Fire Spread**\
Toggles fire spread to other blocks inside the island.

**Ghast Fireball**\
Toggles fireballs harming blocks inside the island.

**Lava Flow**\
Toggles lava flowing inside the island.

**Natural Animals Spawn**\
Toggles natural spawning of animals inside the island.

**Natural Monster Spawn**\
Toggles natural spawning of monsters inside the island.

**PvP**\
Toggles pvp between players inside the island.\
When enabling the settings, all visitors will be teleported to spawn to prevent traps.

**Spawner Animals Spawn**\
Toggles spawner spawning animals inside the island.

**Spawner Monster Spawn**\
Toggles spawner spawning monsters inside the island.

**TNT Explosion**\
Toggles tnt explosions harming blocks inside the island.

**Tree Growth**\
Toggles growth of trees inside the island.

**Water Flow**\
Toggles water flowing inside the island.

**Wither Explosion**\
Toggles wither explosions harming blocks inside the island.


---

# 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://minesuperior-skyblock.gitbook.io/home/skyblock/island-settings.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.
