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

Teleporting between worlds

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).

  • Step 1: Check Available Worlds /world list Run this command to see the exact names of all worlds currently on your server.

  • Step 2: Load the Destination World /world load <worldname> Example: /world load my_creative_world Before you can teleport, the destination world must be loaded and active in the server memory.

  • Step 3: Teleport /world teleport <playername> <worldname> Example: /world teleport PlayerOne my_creative_world This moves the specified player instantly to the target world.

Pro Tip

  • Console vs. Chat: You can run these commands from the server console or in-game. If you are in-game, make sure you have operator permissions (/op self).

  • Exact Names: World names are case-sensitive. If your world is named "Lobby", typing "lobby" might not work. Always check /world list first.

Last updated