How to Set the Spawn Point on a Hytale Server ​
The spawn point determines where new players or players after death appear.
Teleport to Spawn ​
To teleport to the current spawn point:
spawnspawnNote
Console commands are entered without /. In-game with admin rights, you need the / (e.g., /spawn).
Set Spawn Point ​
Note
Hytale does not have a built-in /setspawn command. You can set the spawn point with the HyCommands Mod.
How to Install the HyCommands Mod ​
The HyCommands Mod by NightBeamStudio is a comprehensive server utility for Hytale. It adds useful commands like /setspawn, /sethome, /home, and /warp.
Download ​
The mod can be downloaded here: HyCommands on CurseForge
Installation ​
Stop the Server
Stop your server via the management panel.Download the Mod
Download the .jar file of the HyCommands Mod from CurseForge.Upload the Mod
Connect to your server via SFTP and upload the .jar file to themods/folder.Start the Server
Start your server.
Set Spawn Point (with HyCommands) ​
With HyCommands, you can set the spawn as admin in-game:
/setspawn/setspawnThe spawn point will be set to your current position.
Configure Respawn Behavior ​
You can adjust the respawn behavior after death in the world configuration:
- Open
/universe/worlds/<worldname>/config.json - In the
Deathblock you'll findRespawnController:
"Death": {
"RespawnController": {
"Type": "HomeOrSpawnPoint"
}
}"Death": {
"RespawnController": {
"Type": "HomeOrSpawnPoint"
}
}Available Respawn Types:
HomeOrSpawnPoint- Respawn at home or spawn pointSpawnPoint- Only at spawn point
Note
For more spawn options, see also Create New World - new worlds have their own spawn point.