
ScarletHooks
Advanced webhook integration for V Rising servers. Send chat, login/logout, PvP kills, and VBlood defeats to Discord. Features admin/public/clan-specific logs with customizable formatting.
Last updated | 15 hours ago |
Total downloads | 208 |
Total rating | 4 |
Categories | Server Tools Mods Oakveil Update |
Dependency string | ScarletMods-ScarletHooks-1.1.0 |
Dependants | 0 other packages depend 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.733.2
deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.10.2
ScarletMods-ScarletCore
Framework and utilities for all Scarlet mods in V Rising.
Preferred version: 1.0.0README
ScarletHooks
ScarletHooks is a V Rising server mod that enables advanced webhook integration for chat messages, login/logout events, PvP kills, and VBlood boss defeats. It allows admins to configure multiple webhooks for admin, public, clan-specific, and dedicated notifications, with fine-grained control over which message types are sent to each destination. Message formats and prefixes are fully customizable via the config file, supporting placeholders like {playerName}
, {clanName}
, and {targetName}
. All features can be managed through in-game chat commands and configuration, including sending various event notifications to dedicated webhooks.
Notes:
- This mod only supports sending messages from the server to external webhooks. It does not support sending messages to the in-game chat from external sources, if you need that feature, please check out ScarletRCON.
- While the mod isn’t restricted to Discord, using other webhook services may require modifying the source code.
Added new hooks
- PvP Kills: Track player kills in PvP combat.
- VBlood Kills: Track VBlood boss eliminations.
Support & Donations
For more information, please visit the ScarletHooks Wiki on Thunderstore.
Installation
Requirements
This mod requires the following dependencies to function correctly:
Make sure both are installed and loaded before installing ScarletHooks.
Manual Installation
-
Download the latest release of ScarletHooks.
-
Extract the contents into your
BepInEx/plugins
folder:<V Rising Server Directory>/BepInEx/plugins/
Your folder should now include:
BepInEx/plugins/ScarletHooks.dll
-
Ensure ScarletCore and VampireCommandFramework are also installed in the
plugins
folder. -
Start or restart your server.