TheftInvestigation

by Mad
for 7 Days to Die
Investigates item theft by correlating player location and inventory data to identify suspects and track where stolen items were taken.
communityTakaro v0.4.10

Components Overview

0
config
1
commands
0
hooks
0
Cron Jobs
0
functions
1
permissions

New Module: TheftInvestigation

NEW
January 23, 2026
Updated to version latest. Added 1 command: whostole. New permission: THEFT_INVESTIGATE.

Commands (1)

These commands can be executed by players in-game. Each command has a trigger word, optional arguments, and executes JavaScript code on the server.

whostole

/whostoleTrigger Command

Description

Investigate who stole items from death bags. Usage: /whostole (e.g., 6 checks 7-5 hours ago)

Arguments (2)

itemName
stringPosition 0
Help: Name of the stolen item
Default: None
hoursBack
numberPosition 1
Help: How long ago to check (e.g., 6 = check 7-5 hours ago)
Default: "2"

Function Implementation

whostole Function

JAVASCRIPT

Usage Example

Player types: /whostole <itemName> <hoursBack>

About Module Commands

Commands allow players to interact with your module through chat. Each command has a trigger word that players type (prefixed with /), optional arguments for parameters, and a JavaScript function that executes when the command is used. Arguments are automatically validated and passed to the function.

Permissions (1)

These permissions control who can access different features of this module. Administrators can assign these permissions to roles, allowing fine-grained access control.

General Permissions

1 permission

Investigate Theft

THEFT_INVESTIGATEPermission Key
Description

Allows using the /whostole command to investigate item theft

Permission Details
Full Key:THEFT_INVESTIGATE
Can Have Count:No
Category:General

About Module Permissions

Permissions control access to module features and functionality. Each permission has a unique key for identification, a friendly name for display, and a description explaining what it allows. Some permissions are countable, meaning they can have numeric values or limits assigned. Administrators assign these permissions to user roles to control who can use different module features.