Integrating Discord Webhooks for VEIN Servers
Keep your community connected with live feeds of server activity in Discord. Track when players join, log out, or find rare loot without being in-game.
Why Use Webhooks?
Webhooks allow the VEIN dedicated server to push HTTP POST requests to a Discord channel. This bridges your gaming community and your Discord server seamlessly.
How to Setup
- Open your Discord Server Settings > Integrations > Webhooks.
- Click New Webhook, assign it to a channel (e.g., #server-logs).
- Copy the Webhook URL.
Server Configuration
In your VEIN server's Config.ini (or a dedicated integration file if your host provides an API plugin), paste the URL:
[Integrations]
DiscordWebhookURL=https://discord.com/api/webhooks/123456/abcdefg
LogPlayerJoins=True
LogPlayerDeaths=True
LogAdminCommands=True
Security: Never share your Webhook URL with players. If leaked, anyone can push spam messages maliciously to your Discord server using generic scripts.