Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Load prefab into your world

This guide explains how to add external prefab files (.prefab.json) to your Hytale server directory and load them into the game.

  • Step 1: Upload the File Locate your prefab .json file and place it into the server's prefab directory.

    • Path: /hytale/Server/prefabs

    • Note: This folder is located at the root of your server files.

  • Step 2: Load the Structure Once the file is in the correct folder, go in-game and run the following command to import it: /prefab load <filename>

    • Example: If your file is named castle.prefab.json, type /prefab load castle.

Last updated