Skip to content

ZenCauseOfDeath

Zenarchist edited this page May 6, 2026 · 3 revisions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenCauseOfDeath in ZenModPackConfig.json

download

What Is This?

This mod adds the ability to check other player's cause of death.

Simply walk up to a dead player and hold F on them to check for a cause of death.

The causes are configurable in the server-side json file (for changing the text/language).

Config

Config File: profiles/Zenarchist/ZenCauseOfDeathConfig.json

{
    "ConfigVersion": "1.29.1", // Don't touch
    "CauseOfDeathPrefix": "#STR_ZenCOD_Text0", // It appears this person's cause of death was
    "CauseOfDeathDefs": [ // List of ammo types and their text
        {
            "AmmoTypeCfg": "melee",
            "CauseMessage": "#STR_ZenCOD_Text3"
        }

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally