> For the complete documentation index, see [llms.txt](https://wiki.breadbuilds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.breadbuilds.com/hytale-tutorials/create-a-new-empty-void-world.md).

# 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 %}
