How to Change the Gamemode on a Hytale Server ​
Available Gamemodes ​
| Gamemode | Description |
|---|---|
| Adventure | Survive in the wild, gather resources and face enemies |
| Creative | Build without limits with unlimited resources and no damage |
How to Change a Player's Gamemode ​
Start the Server
Make sure your server is running.Open Server Management
Open the management panel of your Hytale server.Enter the Command
Enter the following command in the console:gamemode <adventure/creative> <playername>gamemode <adventure/creative> <playername>
Note
The player must be online on the server.
- In-Game
The command can also be used by admins directly in-game:/gamemode <adventure/creative> <playername>/gamemode <adventure/creative> <playername>
How to Change the Default Gamemode ​
Note
This method only changes the gamemode for new players. Existing players need to be changed via command.
Stop the Server
Stop your server via the management panel.Open the Configuration File
Connect to your server via SFTP and open theconfig.jsonfile in the root directory.Change the Gamemode
FindGameModeand change the value toCreativeorAdventure.Start the Server
Start your server.
How to Change the Default Gamemode for Uploaded Worlds ​
Note
This method only changes the gamemode for new players. Existing players need to be changed via command.
Stop the Server
Stop your server via the management panel.Open the World Configuration
Connect to your server via SFTP and navigate to:/universe/worlds/default//universe/worlds/default/Open config.json
Open theconfig.jsonfile in this folder.Change the Gamemode
FindGameModeand change the value toCreativeorAdventure.Start the Server
Start your server.