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.
| Date uploaded | 2 months ago |
| Version | 1.1.4 |
| Download link | ScarletMods-ScarletHooks-1.1.4.zip |
| Downloads | 101 |
| Dependency string | ScarletMods-ScarletHooks-1.1.4 |
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.2deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.10.2ScarletMods-ScarletCore
Framework and utilities for all Scarlet mods in V Rising.
Preferred version: 1.3.11README
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/pluginsfolder:<V Rising Server Directory>/BepInEx/plugins/Your folder should now include:
BepInEx/plugins/ScarletHooks.dll -
Ensure ScarletCore and VampireCommandFramework are also installed in the
pluginsfolder. -
Start or restart your server.
Join the V Rising Mod Community on Discord
CHANGELOG
Update 1.1.4
- Updated compatibility with the latest ScarletCore version.
Update 1.1.3
- Fixed Login messages not appearing.
Update 1.1.2
- Fixed PvP kill messages so they are dispatched when players are downed.
Update 1.1.1
- Fixed PvP kill messages to correctly display the target player's clan.
Update 1.1.0
- Added PvP kills hook to track player kills in PvP combat.
- Added VBlood kills hook to track VBlood boss eliminations.
- Major Refactor: Migrated most services and systems to use existing ScarletCore infrastructure.
- Improved performance and reduced code duplication by leveraging ScarletCore's established systems.
- Enhanced compatibility and stability through unified core architecture.
- Reduced mod footprint and potential conflicts with other ScarletCore-based mods.
Update 1.0.2
- Improved the handling of login/logout messages to ensure they are sent only once per connection.
- Added new RCON commands for setting webhook URLs without needing to modify or reload the configuration file. (RCON exclusive due to in-game chat limitations)
Update 1.0.1
- Removed
Destroy_TravelBuffSystem.OnUpdatepatch, as it was causing lag.
Update 0.1.23
- Removed some logs that were not needed anymore.
- Added support for dedicated login/logout webhooks and message formatting
- Introduced customizable prefixes and formats for all message types
- Implemented granular control over login/logout message routing
- Updated configuration system to support new options
- Improved in-game command management and documentation