# Create a new empty/void world

* Step 1: Grant Permissions `/op self` First, ensure you have operator (admin) status to execute world commands.
* Step 2: Change Generation Type `/world settings worldgentype set Void` This tells the server to switch the generation logic to "Void" (empty space).
* Step 3: Reset the World `/worldgen reload --clear` This reloads the world generator and wipes the existing terrain to apply the void setting.
* Step 4: Refresh the Map `/worldmap reload` Updates the in-game map data to reflect the changes immediately.

#### Optional: World settings

Use these commands to make the starting experience smoother:

* Create a Starting Point `/block set 0 0 0 Rock_Bedrock` Places a single bedrock block at the center of the world so you have somewhere to stand and start building.
* Set Perfect Weather `/weather set Zone1_Sunny` Locks the weather to sunny, ensuring good lighting for building.

{% hint style="success" %}
**Good to know:** Browse through amazing Hytale builds – hubs, spawns and lobbies, arenas, SkyBlock islands and much more <https://www.breadbuilds.com/hytale-builds>
{% endhint %}


---

# Agent Instructions: 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://wiki.breadbuilds.com/hytale-tutorials/create-a-new-empty-void-world.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.
