# Wiki - BreadBuilds.com

## Wiki - BreadBuilds.com

- [Welcome](https://wiki.breadbuilds.com/welcome.md)
- [Load prefab into your world](https://wiki.breadbuilds.com/hytale-tutorials/load-prefab-into-your-world.md): This guide explains how to add external prefab files (.prefab.json) to your Hytale server directory and load them into the game.
- [Load a new world](https://wiki.breadbuilds.com/hytale-tutorials/load-a-new-world.md): This guide explains the easiest way to add a downloaded world save into your Hytale singleplayer.
- [Create a new prefab](https://wiki.breadbuilds.com/hytale-tutorials/create-a-new-prefab.md): This guide covers how to create a new prefab in Hytale in a dedicated editor world and save it as a reusable asset.
- [Create a new empty/void world](https://wiki.breadbuilds.com/hytale-tutorials/create-a-new-empty-void-world.md): This guide explains how to generate an empty "Void" world in Hytale, perfect for starting a build from scratch.
- [Change day/night duration](https://wiki.breadbuilds.com/hytale-tutorials/change-day-night-duration.md): This guide explains how to adjust the length of days and nights on your Hytale server by editing the world configuration file.
- [Teleporting between worlds](https://wiki.breadbuilds.com/hytale-tutorials/teleporting-between-worlds.md): This guide explains how to move yourself or other players from one world to another on your Hytale server (e.g., moving from the "Hub" to a "Creative" world).
- [Whitelist](https://wiki.breadbuilds.com/hytale-tutorials/whitelist.md): Here is the tutorial for setting up a whitelist on your Hytale server.
- [Commands list](https://wiki.breadbuilds.com/hytale-tutorials/commands-list.md)
- [Upload a world](https://wiki.breadbuilds.com/minecraft-java-tutorials/upload-a-world.md): Here's a tutorial on how to upload worlds using the Multiverse plugin
- [Upload a schematic](https://wiki.breadbuilds.com/minecraft-java-tutorials/upload-a-schematic.md): Here's a tutorial on how to upload schematics using the FAWE plugin
- [Missing blocks](https://wiki.breadbuilds.com/minecraft-map-issues/missing-blocks.md)
- [Invisible blocks](https://wiki.breadbuilds.com/minecraft-map-issues/invisible-blocks.md)
- [Dead plants](https://wiki.breadbuilds.com/minecraft-map-issues/dead-plants.md)
- [Singleplayer schematic](https://wiki.breadbuilds.com/minecraft-map-issues/singleplayer-schematic.md)
- [​Defining spawn](https://wiki.breadbuilds.com/minecraft-map-issues/defining-spawn.md)
- [Server crashing because of schematic](https://wiki.breadbuilds.com/minecraft-map-issues/server-crashing-because-of-schematic.md)
- [Version](https://wiki.breadbuilds.com/minecraft-map-issues/version.md)
- [Errors while loading a map](https://wiki.breadbuilds.com/minecraft-map-issues/errors-while-loading-a-map.md): For ex. 1.8 world to higher version (1.18+)
- [Falling sand/gravel/etc](https://wiki.breadbuilds.com/minecraft-map-issues/falling-sand-gravel-etc.md): For ex. 1.8 world to higher version (1.18+)
- [World import failed](https://wiki.breadbuilds.com/mcpe-bedrock-edition/world-import-failed.md): MCPE says “world import failed” when trying to import a world \[bedrock]
- [Transfer a Minecraft PE world](https://wiki.breadbuilds.com/mcpe-bedrock-edition/transfer-a-minecraft-pe-world.md): Is it possible to transfer a Minecraft PE world from one device to another?


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.breadbuilds.com/welcome.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.
