Death tracker is an administration tool that allows server admins to restore player items via rcon or in-game, in the event a player dies for reasons beyond their control.
The plugin will detail:
- The location of the death (grid + coordinate).
- The damage type that the player took.
- Whether they were connected to the server or not.
- Who killed them (along with the userid).
- The date and time of the death.
-
The players inventory, item backpack contents, and their backpack plugin contents (if they dropped).
Admins can select items from the UI to see more details about the item such as the items condition, amount, ammo, armor slots and other parameters (such as buffs from ItemPerks).
You can also toggle whether the item will be restored from this menu, allowing you to exclude certain items from being restored if required.
In order to use the following commands in game, you must have the deathtracker.admin permission.
Command: dt
Use: Access the DeathTracker restore menu in-game.
Command: dt.,rcon deaths <userid>
Use: Returns information for each death stored for the specified player.
Command: dt.rcon query <userid> <index>
Use: Returns detailed information about the specified death for the player at the specified index (item lists etc).
Command: dt.rcon restore <userid> <index>
Use: Restores the items to the specified player from the specified index.