DayZ

This document provides a structured list of commands to sell cosmetics and to be able to add a player to the priority list of a DayZ Steam server.

To sell content, you must follow DayZ's TOS and obtain approval from Bohemia Interactive: https://www.bohemia.net/monetization

FTP Setup Guide

1. Prerequisites

Before getting started, make sure your DayZ server has been added and connected via FTP in the MY-SERVERS section of your Tip4Serv panel.

Tip4Serv uses a secure FTP connection to:

  • Add or remove a player from the priority queue.

  • Automatically install the Tip4Serv mod, which is required to deliver in-game items to your players.


2. Enable the Tip4Serv Mod

Once the FTP connection is established, you must enable the Tip4Serv mod, then reboot your server.

On G-Portal:

  1. Go to the Mods section.

  2. Locate and select clientMod in @Tip4Serv.

  3. Click INSTALL.

On Nitrado:

  1. Go to Settings > General.

  2. In the Additional mods field, add: @Tip4Serv.

On a dedicated server, your mod configuration should look like: "-mod=@Tip4Serv"


3. FTP Connection Errors

To prevent common FTP connection issues:

  • Make sure your DayZ server is stopped before connecting via FTP.

  • The FTP user’s root path must begin inside the dayzstandalone folder.

  • Ensure the FTP username has access only to this folder and its contents.


All Available Commands

These are the commands you can use in the product editor. They will be executed automatically on your DayZ server after a customer completes a purchase.

🎁 Give an Item to a Player

Command:

/give {steam_id} [ITEM_NAME] [QUANTITY]

Example:

/give {steam_id} Jeans_Blue 2

Looking for DayZ Item IDs? You’ll find them all here.


⭐ Add or remove a Player from the Priority List

Commands:

/priority add {steam_id}
/priority remove {steam_id}

Use this to add/remove queue priority for a specific player.


💬 Send broadcast to all connected players

Command:

/say Thanks to {dayz_username} for the donation! Support us at myshop.tip4serv.com

💬 Edit the Thank-You Message

To customize the thank-you message a player receives when their order is delivered on the server:

  1. Go to the following folder on your server:

    dayzstandalone/config/Tip4Serv/
  2. Open the file:

    config.json
  3. Edit the thank-you message as desired and save the file.

  4. Reboot your DayZ server.

Last updated