Description
DESCRIPTION
OVERVIEW
The Votekick Control Mod enhances administrative capabilities in Mordhau by intelligently managing votekick requests based on configurable rules and admin presence. When enabled, this mod can automatically cancel votekick attempts either always or only when an admin is online, while logging all votekick activity to Discord for complete transparency. This ensures fair play, prevents votekick misuse, and provides administrators with comprehensive oversight of server moderation.
KEY FEATURES
- SMART VOTEKICK MANAGEMENT: Automatically cancels votekicks based on your configuration — either only when admins are online, or regardless of admin presence.
- CONFIGURABLE ADMIN REQUIREMENT: Use RequireAdmin to control whether admin presence is needed for votekick cancellation.
- DISCORD INTEGRATION: Logs all votekick attempts to Discord with detailed information including initiator, target, admin status, and outcome — even when the mod is disabled.
- IN-GAME COMMANDS: Simple commands to enable/disable VKControl and check current status without server restarts.
- COMPLETE TRANSPARENCY: Full audit trail of all votekick activity for server monitoring and analysis.
- EASY CONFIGURATION: Minimal setup with clear configuration options.
INSTALLATION GUIDE
* OPEN THE GAME CONFIGURATION FILE:
- Locate and open your game.ini file, typically found in the server's configuration directories.
* EDIT THE GAME MODE SETTINGS:
- Add the following line under the [/Script/Mordhau.MordhauGameMode] section to load the mod when the server starts:
SpawnServerActorsOnMapLoad=/VKControl/VKControl.VKControl_C
* REGISTER THE MOD ID:
- Under the [/Script/Mordhau.MordhauGameSession] section, include the mod ID:
Mods=3955438
* CONFIGURE DISCORD INTEGRATION:
- Add the [VKControl] section and under it place your Discord webhook URL and configure admin requirement:
WebhookUrl="YOUR_WEBHOOK_URL_HERE" RequireAdmin=True
- RequireAdmin — When True (default), votekicks are only cancelled when an admin is online. When False, votekicks are always cancelled regardless of admin presence.
IMPORTANT: The Discord webhook URL is required for the mod to function properly. Without it, votekick logging will not work.
IN-GAME COMMANDS
- .VKCONTROL - Check current VKControl status (enabled/disabled)
- .VKCONTROL ENABLE - Enable VKControl
- .VKCONTROL DISABLE - Disable VKControl (all votekicks will proceed normally)
Note: Commands are available to server administrators and can be used without requiring server restarts.
HOW IT WORKS
VKCONTROL LOGIC:
- VKCONTROL ENABLED + REQUIREADMIN=TRUE + ADMIN ONLINE: Votekick is automatically cancelled
- VKCONTROL ENABLED + REQUIREADMIN=TRUE + NO ADMIN ONLINE: Votekick proceeds normally
- VKCONTROL ENABLED + REQUIREADMIN=FALSE: Votekick is always automatically cancelled
- VKCONTROL DISABLED: All votekicks proceed regardless of admin presence
All scenarios are logged to Discord with complete context, providing administrators with full visibility into server moderation activity.
BENEFITS
This mod provides essential quality of life improvements for Mordhau server administration by ensuring votekick powers are used appropriately under proper oversight. The automated management system combined with comprehensive Discord logging helps maintain a fair and enjoyable environment while giving administrators the tools they need for effective server moderation.
Ratings & reviews
Sign in to leave a rating or comment.