๐Ÿฐ Hytale
How to enable PvP

How to enable PvP

By default, player-versus-player combat may be disabled on your Hytale server. You can enable it using a console command or by editing the world configuration file.

Method 1 โ€” In-game command

This command must be run in-game by a player with admin (operator) permissions. To disable PvP, run /world config pvp false.

Join your server and run the following command in the in-game chat:

/world config pvp true

Method 2 โ€” Edit the world config file

Step 1

Stop the server from the Console tab. Then go to the File Manager section and navigate to universe/worlds/default/.

If you renamed your world, open the folder matching your world name instead of default.

Step 2

Open the config.json file inside the world folder. Locate the "IsPvpEnabled" field and set it to true:

universe/worlds/default/config.json
"IsPvpEnabled": true,

Step 3

Click Save content at the top right, then start your server from the Console tab.

โœ… That's it! Players can now fight each other on your server. If you have any problems, contact us via Discord (opens in a new tab) so we can help you.