How to enable PvP on your Hytale server

Print
  • 0

You can enable PvP on a Hytale server by editing the world config.json file and setting IsPvpEnabled to true. Stop the server first so your changes are not overwritten during shutdown.

Enable PvP

  1. Open your Hytale server in the control panel.
  2. Stop the server and wait until it is fully offline.
  3. Open the Files tab.
  4. Navigate to universe/worlds/.
  5. Open the folder for the world you want to change.
  6. Open config.json.
  7. Find the PvP setting:
"IsPvpEnabled": false
  1. Change it to:
"IsPvpEnabled": true
  1. Save the file.
  2. Start the server again.

If the server will not start

  • Re-open config.json and check for a missing comma or an extra quote.
  • JSON values must stay lower-case: use true or false, not True or False.
  • If you changed several settings at once, undo the last change and try again.

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!