KillFeed

v1.3.0 Oxide Rust Free Download

KillFeed adds a clean, lightweight kill notification feed to the top-right of the Rust HUD. It can show player kills, suicides, environmental deaths, animal and NPC deaths, weapons, distance, and player names with configurable colors, position, duration, and visible entry limits. Players can also toggle the feed for themselves with an in-game command.

KillFeed - KillFeed adds a clean, lightweight kill notification feed to the top-right of the Rust HUD.

KillFeed

v1.3.0 Oxide Rust

KillFeed adds a clean, lightweight kill notification feed to the top-right of the Rust HUD. It can show player kills, suicides, environmental deaths, animal and NPC deaths, weapons, distance, and player names with configurable colors, position, duration, and visible entry limits. Players can also toggle the feed for themselves with an in-game command.

Free Rust plugin

Download the plugin source directly, review the configuration example, then install it in your Oxide/uMod plugins folder.

Free Download
9 views
2 downloads

Features

  • Top-right kill feed UI built with Rust CUI for clean in-game visibility.
  • Tracks player kills, suicides, environmental deaths, animal deaths, NPC deaths, and optional player-vs-NPC or player-vs-animal kills.
  • Displays killer, victim, weapon or death reason, and kill distance where available.
  • Configurable display duration, maximum visible entries, font size, colors, and screen position.
  • Per-player toggle command so players can hide or re-enable the feed without affecting others.
  • Cached UI refresh behavior to reduce unnecessary CUI rebuilds on busy servers.
  • No admin permission is required by default; the player command is available to everyone.

Installation

  1. Download KillFeed.cs.
  2. Upload it to oxide/plugins/ on your Rust server.
  3. Let Oxide compile the plugin and generate oxide/config/KillFeed.json.
  4. Edit the generated config to choose which death types are shown and how the UI should look.
  5. Reload with oxide.reload KillFeed.

Configuration

KillFeed is controlled entirely from its generated config. Use the toggles to decide which events appear, then tune the HUD style and position for your server layout.

{
  "Show Player Kills": true,
  "Show Suicides": true,
  "Show Environmental Deaths": true,
  "Show Players Killed by Animals": false,
  "Show Players Killed by NPCs": false,
  "Show Players Killing Animals": false,
  "Show Players Killing NPCs": false,
  "Display Duration (seconds)": 10.0,
  "Max Visible Entries": 5,
  "Font Size": 14,
  "Colors": {
    "Killer Name": "#6BA8E5",
    "Victim Name": "#E56B6B",
    "Weapon Name": "#D4A340",
    "Distance": "#8A96A5",
    "Text": "#C8CED5",
    "Background": "0 0 0 0"
  },
  "Position": {
    "Anchor Min": "0.60 0.85",
    "Anchor Max": "0.995 0.99"
  }
}

For PvP servers, keep player kills enabled and consider disabling environmental deaths to reduce noise. For PvE servers, enable animal and NPC events if you want more activity in the feed.

Commands

Command Description Permission
/killfeed Shows available KillFeed commands. None
/killfeed toggle Enables or disables the kill feed for the player using the command. None
/killfeed status Shows whether the kill feed is currently enabled for that player. None

Permissions

Permission Description
No permission required KillFeed does not register an Oxide permission. All players can use /killfeed toggle and /killfeed status.

Plugin Information

Version 1.3.0
Platform Oxide
Game Rust
License Free