deca-Killfeed icon

Killfeed

PvP Leaderboard and Killfeed Announcements

Last updated a month ago
Total downloads 1114
Total rating 1 
Categories Server Mods Gloomrot Update
Dependency string deca-Killfeed-0.3.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3
deca-VampireCommandFramework-0.9.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.9.0
deca-Bloodstone-0.2.2 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.2.2

README

Killfeed - PvP Announcer and Statistics

Features

  • Announce PvP kills in chat
  • Kill Leaderboard
  • Killstreak Leaderboard
  • Death Leaderboard
  • Announce kill streaks
  • Optionally include current level or maximum level

Upcoming features

  • Announce multi-kills
  • Track by clan

Setttings

This is a preview of the settings file, the plugin will generate a file with the default values when run.

[General]

## Announce kills in chat
# Setting type: Boolean
# Default value: true
AnnounceKills = true

## Minimum killstreak count that must be lost to be announced.
# Setting type: Int32
# Default value: 3
AnnounceKillstreakLostMinimum = 3

## Announce killstreaks in chat
# Setting type: Boolean
# Default value: true
AnnounceKillstreak = true

## Include player gear levels in announcements.
# Setting type: Boolean
# Default value: true
IncludeLevel = true

## Use max gear level instead of current gear level.
# Setting type: Boolean
# Default value: false
UseMaxLevel = true

https://vrisingmods.com/discord

Changelog

  • 0.3.1
    • Added new options to show level, and if so to show current or maximum level
  • 0.2.1
    • Fixed confusing plugin ID, important: the config file was com.deca.Bloodstone.cfg it will now use gg.deca.Killfeed.cfg
  • 0.2.0
    • Update for 1.0
  • 0.1.0
    • Initial release