How to Install Death Notes Plugin on Your Rust Server

Death Notes broadcasts detailed death events in chat, showing who died, who killed, what weapon was used, and even which body part was hit. It works for players, NPCs, and various in-game entities.

1. Download the Plugin

Download the “Death Notes” plugin from the Umod official website.


2. Log In to Your Panel


3. Select the ‘Files’ Tab

Cybrancee panel showing the Rust startup page with the Files tab outlined

4. Locate the ‘plugins’ Folder

You can find the folder in  /home/container/oxide/plugins.

Cybrancee panel Rust server directory outlined

5. Upload Your Plugin

Upload the ‘DeathNotes’ .cs file you downloaded in Step 1.

After uploading, you should see the .cs file in the folder.

Cybrancee Panel Rust Server Plugins Tab with Upload Plugin Button Outlined

6. Restart Your Server

Cybrancee panel Rust server controls, restart button outlined

7. Grant Players Permissions

Before using, make sure the player has the required permissions. You can run these commands in your server console.

  • deathnotes.cansee → Players need this permission to view death notes (if enabled).
  • deathnotes.cantsee → Blocks players or groups from seeing death notes regardless of configuration.
  • deathnotes.suppress → Admins or players with this permission do not generate death notes.

Assign permissions using:

oxide.grant <user or group> <name or steamID> <permission>

Replace <SteamID> with the player’s SteamID. Use this guide How to Find a User’s SteamID to get the correct ID.


8. Messages and Customization


8.1 Select the ‘Files’ Tab

Cybrancee panel showing the Rust startup page with the Files tab outlined

8.2 Locate the ‘config’ Folder

Cybrancee panel Rust server directory config folder outlined

8.3 Open the ‘DeathNotes.json’ file

Find and open the ‘DeathNotes.json‘ file to edit the plugin settings.


8.4 Messages

Each death message is customizable using:

  • KillerType / VictimType / DamageType → Define the type of death for a specific message.
  • Variable placeholders:
    • {victim} → Victim name.
    • {killer} → Killer name.
    • {weapon} → Weapon used.
    • {bodypart} → Body part hit.
    • {distance} → Distance between killer and victim.
    • {owner} → For locks/traps/turrets.
    • {hp} → Remaining HP of killer.
    • {attachments} → Weapon attachments.

Tip: Use * to match any type and - for no type.

cybrancee panel showing rust server configuration file for death notes messages with settings outlined

9. Select the ‘Save Content’ Button

After configuring and customizing the messages, select the ‘Save Content’ button at the bottom of the configuration panel.

project-zomboid-pterodactyl-file-spawnpoint-save-config-outlined

10. Reload the Plugin

In the console field type o.reload DeathNotes and press Enter to reload your plugin.

cybrancee panel Rust startup page with console tab and console field outlined
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents
Error Details*
Cancel