Last updated | 5 months ago |
Total downloads | 1544 |
Total rating | 1 |
Categories | Server Mods Gloomrot Update |
Dependency string | deca-Killfeed-0.3.1 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.691.3deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.9.0README
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 usegg.deca.Killfeed.cfg
- Fixed confusing plugin ID, important: the config file was
- 0.2.0
- Update for 1.0
- 0.1.0
- Initial release