How to change starting Items for Dayz Server

Last updated 23 Aug 2025

Need a game server?

Spin one up fast with our feature-rich panel and seriously low prices.

  1. Login to the Kinetic panel.

  2. Stop the server

  3. Go to the file manager

  4. Open mpmissions.

  5. Open the mission you currently have loaded.

  6. Click on init.c

  7. Locate line 84.

    SetRandomHealth( itemEnt );

  8. This will adjust the starting health. Below paste.

    player.GetInventory().CreateInInventory("id");
  9. Replace id with item id, List of item ids https://gist.github.com/agorushkin/135f75dc8c9fb4d49e264de5d888e4bb

  10. Save the file

  11. Start the server