How to change game modes on your Hytale server

Print
  • 2

Game mode controls how players interact with your Hytale world. If you are building, you will usually want Creative. If you want a survival-style experience, stick with Adventure.

This is controlled from the main server config.json (root of your server files). World rules like PvP and fall damage are stored in the world config.json instead.

 

  1. Open your server in the control panel and click Files. In the root folder, find config.json and double click it.

    Opening the main config.json in the Pterodactyl file manager

  2. Scroll to the Defaults section and locate the game mode line:
    "Defaults": {
      "World": "default",
      "GameMode": "Adventure"
    },
  3. Change the value to the mode you want. Example:
    "GameMode": "Creative"
  4. Save the file and restart the server to apply the change.

    Saving changes in config.json

 

Hytale GameMode Options

GameMode value What it means Best for
Adventure Normal gameplay with progression, damage, and survival-style rules. Public servers, progression servers, co-op play.
Creative Building-focused mode with fewer restrictions. Build servers, test worlds, creative communities.

 

 

NOTE: If the server will not start after editing, the JSON is usually invalid because of a missing comma or quote. Undo the change and try again carefully. If you get stuck, contact support and we will take a look.


Was this answer helpful?

Related Articles

« Back

Follow us on Social Media

Stay in the loop! Follow our social media accounts and stay up-to-date with the latest news, announcements, tips & tricks and behind-the-scenes insights!