Wiki | PZPW | Compiler |
---|
Keep track of every player's demise with the Player Death Logging mod! This handy server-side tool records detailed information about each character's death in a dedicated server file. Analyze the data to discover trends, identify problem areas, and even commemorate fallen heroes. Make every death count, and gain valuable insights for your server community!
The log file can be found in your server in the lua directory.
Lua/player-death-logging.log
Mod by Konijima
Commissioned by Avil
Mod ID: player-death-logging
Workshop ID: 2972685375
npm install
Install dependencies.npm run install-compiler
: Get instruction to install the compiler.npm run update-compiler
: Update the compiler.npm run compile-mods
: Compile your project individual mods.npm run compile-workshop
: Compile your project for workshop.npm run clean-all
: Clean your project and cachedir generated content.npm run clean-project
: Clean your project generated content.npm run clean-cachedir-mods
: Clean your cachedir generated mod directories.npm run clean-cachedir-workshop
: Clean your cachedir generated workshop directory.