> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/games/dayz/lbmaster.md).

# LBmaster

{% hint style="info" %}
To sell content, **you must follow DayZ's TOS and obtain approval** from Bohemia Interactive: <https://www.bohemia.net/monetization>
{% endhint %}

### LBmaster integration

1. Setup [LBmaster mods](https://lbmaster.de/) you wish to integrate on your server.
2. Navigate to the [My Servers](https://tip4serv.com/dashboard/my-servers) section on Tip4Serv.
3. Click connect a **Game Server**, and choose **DayZ** with the **LBmaster integration**.
4. Enter your **server name**, then continue and follow the instruction provided.

✅ Once this is done, everything is configured from the **Tip4Serv Product Editor** using commands.

***

### Advanced Groups

Advanced Groups are used to give players **chat perks** like VIP prefixes and colored tags.

<div><figure><img src="/files/8EuHsLeFVpUJmgk1ZnT3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4V9Hczyg7uFMCoq97TtX" alt=""><figcaption></figcaption></figure></div>

#### 💬 Chat Prefix (VIP / Donator / Staff)

A **chat prefix** is a tag shown before the player name in chat.\
Example: `[VIP] PlayerName`

**What players get**

* A visible status in chat
* Instant recognition from the community
* Great perk for VIP and subscriptions

**How to sell it with Tip4Serv**

Create a product like **VIP Chat Prefix** **on Tip4Serv** and set:

✅ Command on purchase (example):

```txt
/chatprefix set {steam_id} "[VIP] " true
```

✅ Command on subscription end (example):

```txt
/chatprefix remove {steam_id} "[VIP] "
```

**Useful tips**

* If your prefix contains spaces, add quotes on it. (e.g: "MVP +" or "VIP ")
* Use this for **VIP ranks**, **donator tags**, **staff tags**, etc.
* If you allow upgrades (VIP → VIP+), use the command bellow to **remove the old prefixes**

***

#### 🧹 Remove All Prefixes (Reset a Player)

This is useful if:

* A player has multiple prefixes by mistake
* You want to fully reset their chat perks

Example:

```txt
/chatprefix removeall {steam_id}
```

***

### Group Chat Tag Color

<div><figure><img src="/files/4CAlycn2eYTyagWo4ngL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dt5pLKMwM22UTBe1aZWk" alt=""><figcaption></figcaption></figure></div>

This feature lets a player **change the color of their group tag** (VIP tag color, Donator tag color, etc.).

#### What players get

* A custom color for their tag
* A “premium customization” feel
* Perfect for **VIP+** perks

#### How to sell it

You have two options:

**Option 1: One-time color change (recommended)**

Sell a product like **“Change VIP Tag Color (1 use)”**

Example:

```txt
/chattagcolor add {steam_id} 1
```

✅ The player can change their color once, then the permission is removed automatically.

**Option 2: Unlimited color changes**

Sell a product like **“Unlimited Tag Color Changes”** (VIP+ perk)

Example:

```txt
/chattagcolor add {steam_id} -1
```

#### Remove the permission

Only needed if you used unlimited access and want to take it back.

Example:

```txt
/chattagcolor remove {steam_id}
```

***

### Killfeed Color

Killfeed customization lets you change how the player appears in kill notifications.

<div><figure><img src="/files/t1YQNDlgpTj1SmNpabUK" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lNJKR3YVOEEX9kMBZeqI" alt=""><figcaption></figcaption></figure></div>

Players can get a **personal killfeed color** (for example VIP kills appear in gold, Donators in blue, etc.).

**What players get**

* A unique identity in PvP events
* A high-value cosmetic perk (no gameplay advantage)

**How to sell it**

Create a product like **“Custom Killfeed Color” on Tip4Serv**

Example:

```txt
/killfeedcolor set {steam_id} {r} {g} {b}
```

Where `{r} {g} {b}` are color values (0–255).\
Example:

```txt
/killfeedcolor set {steam_id} 255 215 0
```

#### Remove custom color (when perk expires)

Example:

```txt
/killfeedcolor remove {steam_id}
```

***

### Skin System

The Skin System lets you give access to **skin packs** or **cosmetic collections**.

<div><figure><img src="/files/wZDeHfDmSUdPHE4ZExF3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Eo0RxmP3MVsiFbPahiih" alt=""><figcaption></figcaption></figure></div>

#### 🎭 Give Skin Access to a Player

This is the best way to sell:

* Donator skins
* VIP cosmetic packs
* Premium outfits / weapon skins

**What players get**

* Access to a cosmetic group (example: “Donator”)
* Skins become available in-game through LBmaster systems

**How to sell it**

Create a product like **“Donator Skins Access” on Tip4Serv**

Example:

```txt
/skinpermissions add player {steam_id} Donator
```

#### Remove skin access (subscription end / refund)

Example:

```txt
/skinpermissions remove player {steam_id} Donator
```

***

#### 👥 Give Skin Access to a Group (VIP Rank)

If your server uses groups/ranks, you can give skin access to an entire group.

Example:

```txt
/skinpermissions add group {group_shortname} Donator
```

Remove it later:

```txt
/skinpermissions remove group {group_shortname} Donator
```

***

### Recommended Product Ideas (Best Sellers)

✅ **VIP Chat Prefix** (subscription)\
✅ **VIP+ Custom Tag Color** (1 use or unlimited)\
✅ **Custom Killfeed Color** (one-time cosmetic)\
✅ **Donator Skin Pack Access** (subscription or lifetime)\
✅ **Premium Group Skins** (bundle per rank)
